    .section-educating-market {
        padding: 5rem 0rem;
        background: url('https://gusarov-group.by/wp-content/themes/Gusarov/assets/images/sections/education-market/bg.webp') no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .section-educating-market>div {
        display: grid;
        grid-template-areas: 'title title' 'description courses';
        grid-template-columns: 0.75fr 1.25fr;
        gap: 2rem;
    }

    .section-educating-market__title {
        grid-area: title;
        color: #ffc24b;
        font-family: 'TTFirs';
        font-weight: 900;
        font-size: 2.875rem;
        line-height: 1;
        text-transform: uppercase;
    }

    .section-educating-market__description {
        grid-area: description;
        font-family: 'Century Gothic';
        color: #fff;
    }

    .section-educating-market__description>a {
        color: #fff;
        font-weight: 600;
    }

    .section-educating-market__courses {
        grid-area: courses;
        overflow: hidden;
    }

    .swiper-slide.swiper-slide-cou {
        /* width: 550px !important; */
    }

    .section-educating-market__courses .course {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        height: 350px;
        /* width: 550px; */
        border: 2px solid #ffc24b;
        border-radius: 0.625rem;
        background: rgba(255, 255, 255, 0.2);
        padding: 1.5rem;
        text-decoration: none;
        position: relative;
    }

    .course__title,
    .course__duration,
    .course__start-flow {
        display: flex;
        flex-direction: column;
        font-family: 'Century Gothic';
        color: #fff;
        max-width: 60%;
    }

    .course__title>span:last-child,
    .course__duration>span:last-child,
    .course__start-flow>span:last-child {
        font-family: 'TTFirs';
        color: #ffc24b;
        font-weight: 600;
        font-size: 1.1rem;
    }

    .section-educating-market__courses .course>img {
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: 0;
        height: 190px;
    }

    .swiper-button-next-cou {
        bottom: -12px;
    }

    .swiper-button-prev-cou {
        bottom: -6px;
    }

    .swiper-pagination-cou {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 140%;
        color: #cccccc;
        bottom: -45px;
        transform: translateX(0);
    }

    .swiper-button-next-cou {
        bottom: -45px;
        left: calc(50% + 3rem);
        position: absolute;
        z-index: 11;
    }

    .swiper-button-prev-cou {
        bottom: -40px;
        right: calc(50% + 3rem);
        transform: rotate(180deg);
        position: absolute;
        z-index: 11;
    }

    .section-educating-market__courses .swiper-pagination-lock {
        display: block;
    }

    .swiper-button-next-cou:after,
    .swiper-button-prev-cou:after {
        content: url('https://gusarov-group.by/wp-content/themes/Gusarov/assets/images/sections/our-achievements/arrow-right-gold.png');
    }

    @media screen and (max-width: 1399px) {
        .section-educating-market__courses .course>img {
            height: 240px;
        }
    }

    @media screen and (max-width: 991px) {
        .section-educating-market>div {
            grid-template-areas: 'title' 'description' 'courses';
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 575px) {
        .section-educating-market__title {
            font-size: 2rem;
        }

        .section-educating-market__courses .course>img {
            height: 190px;
        }
    }