@media screen and (max-width: 1190px){
    .services__grid {
        width: 100%;
    }

    .services__link {
        width: 100%;
    }

    .advantages .container .col:first-child {
        max-width: 100%;
    }

    .advantages .container .col .img-wrapper {
       max-width: unset;
    }
}


@media screen and (max-width: 1024px) {
    .advantages__grid {
         /*flex-direction: unset;*/
        gap: 20px
    }

    .advantages__item {
        align-items: flex-start;
        gap: 0;
    }

    .advantages__desc {
        text-align: left;
    }

    .workflow__grid {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }

    .workflow__step {
        width: calc(50% - 50px);
    }

    .workflow__grid {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        position: relative;
    }

    .advantages .container {
         flex-direction: unset;
    }

    .cargo__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .buyer-hero__inner {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 725px) {
    .advantages .container {
        flex-direction: column;
    }


    .c-card {
        min-height: 244px;
    }

    .features {
        display: flex;
        font-family: Arial, sans-serif;
        width: auto;
        justify-content: center;
    }
}


@media screen and (max-width: 468px) {
    .services__grid {
        flex-direction: column;
    }

    .advantages__grid {
        flex-direction: column;
    }

    .workflow__grid {
        flex-direction: column;
    }

    .workflow__step {
        width: calc(100% - 40px);
    }

    .cargo__cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .buyer-hero__inner {
        grid-template-columns: repeat(1, 1fr);
    }


}