.info-banner__wrapper {
    position: relative;
    min-height: 259px;
    border-radius: 30px;
    overflow: hidden
}

.info-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.info-banner__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57.79%, rgba(14, 15, 15, 0)), to(rgba(14, 15, 15, .7))), -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 15, .5)), color-stop(14.32%, rgba(14, 15, 15, 0))), rgba(14, 15, 15, .4);
    background: linear-gradient(180deg, rgba(14, 15, 15, 0) 57.79%, rgba(14, 15, 15, .7) 100%), linear-gradient(180deg, rgba(14, 15, 15, .5) 0, rgba(14, 15, 15, 0) 14.32%), rgba(14, 15, 15, .4)
}

.info-banner__bg img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info-banner__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 50px 20px
}

@media (min-width: 760px) {
    .info-banner__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px
    }

    .info-banner__title {
        max-width: 263px
    }
}

.info-banner__title {
    color: var(--white);
    text-transform: uppercase;
    width: 100%
}

@media (min-width: 1200px) {
    .info-banner__wrapper {
        min-height: 379px
    }

    .info-banner__content {
        padding: 40px 70px
    }

    .info-banner__title {
        max-width: 385px
    }
}

@media (min-width: 1650px) {
    .info-banner__wrapper {
        min-height: 500px
    }

    .info-banner__content {
        padding: 50px 100px
    }

    .info-banner__title {
        max-width: 490px
    }
}

.info-banner__image {
    width: 100%
}

@media (min-width: 760px) {
    .info-banner__image {
        max-width: 280px
    }
}

.info-banner__image img {
    width: auto;
    height: auto
}

.certificates__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

@media (min-width: 576px) {
    .certificates__cards {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 1034px) {
    .certificates__cards {
        -ms-grid-columns:(1fr) [ 6 ];
        grid-template-columns:repeat(6, 1fr)
    }
}

@media (min-width: 1200px) {
    .info-banner__image {
        max-width: 467px
    }

    .certificates__cards {
        gap: 30px
    }
}

@media (max-width: 359.98px) {
    .certificates__cards {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }
}

.about-cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media (min-width: 1200px) {
    .about-cards__wrapper {
        gap: 70px
    }
}

@media (min-width: 1650px) {
    .info-banner__image {
        max-width: 623px
    }

    .about-cards__wrapper {
        gap: 100px
    }
}

.about-cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media (min-width: 1034px) {
    .about-cards__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 60px
    }

    .about-cards__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .about-cards__item-content {
        width: 100%;
        max-width: 610px
    }
}

.about-cards__item-text {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .about-cards__item-text {
        margin-top: 30px
    }
}

@media (min-width: 1650px) {
    .about-cards__item-content {
        max-width: 810px
    }

    .about-cards__item-text {
        margin-top: 40px
    }
}

.about-cards__item-text p {
    margin-bottom: 0
}

.about-cards__item-text p:not(:last-of-type) {
    margin-bottom: 15px
}

.about-cards__item-image {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 95.625%
}

@media (min-width: 760px) {
    .about-cards__item-image {
        padding-bottom: 71.221%
    }
}

@media (min-width: 1034px) {
    .about-cards__item-image {
        max-width: 503px;
        margin: 0;
        padding-bottom: 38.4%
    }
}

@media (min-width: 1650px) {
    .about-cards__item-image {
        max-width: 670px;
        padding-bottom: 38.788%
    }
}

.about-cards__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}
