.card__advantage {
    padding: 2.5rem 1.25rem;
    height:100%;
    border: 1px solid #02002740;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: .875rem;
}

.card__advantage__title {
    font-size: 1.25rem;
    color: var(--pl-blue);
    font-weight: 600;
    text-wrap-style: pretty;
}

.card__advantage__description {
    color: #4B5563;
    font-size: .875rem;
    font-weight: 500;
    text-wrap-style: pretty;
    line-height: 1.5;
}

.section-advantage .row{
    row-gap:1.5rem;
}

@media(min-width:991.98px){
    .w-83{
        max-width:83.333%;
        margin-inline:auto;
    }
}

@media (max-width:767.98px) {
    .card__advantage{
        padding: 1rem;
    }
    .card__advantage__title{
        font-size: 1.0625rem;
    }
}


.blog-post-container ::marker{
    color: #206184 !important;
}