.advantage__blocks {
    gap: 16px;
    padding-top: 40px;
    padding-bottom: 50px;

    @media (max-width: 990px) {
        padding-top: 20px;
        padding-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 990px) {
    .advantage__blocks {
        padding-top: 20px;
        padding-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}


.advantage__block {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: var(--color-flash-white);
    height: 100%;
}

@media screen and (max-width: 1280px) {
    .advantage__block {
        padding: 11px;
    }
}

@media screen and (max-width: 990px) {
    .advantage__block {
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
    }
}


.advantage__icon {
    max-width: 40px;
    height: 40px;
    flex-basis: 100%;
    color: var(--color-blue-new);
}

@media screen and (max-width: 1024px) {
    .advantage__icon {
        max-width: 30px;
        height: 30px;
    }
}

.advantage__dsc {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--color-black);
}

@media screen and (max-width: 1280px) {
    .advantage__dsc {
        font-size: 12px;
        line-height: 16px;
    }
}
