.certificate-banner {
    position: relative;
    /* background-color: #0A181C; */
    /* background-image: linear-gradient(180deg, rgba(10, 24, 28, 0) -14.15%, #0A181C 105.24%); */
    z-index: 0;
    /* padding: 125px 0 165px; */
}

.certificate-banner:has(.breadcrumb) {
    padding-top: 10px;
}

.certificate-banner .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.certificate-banner .certificate-banner-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.certificate-banner .certificate-banner-row>div {
    width: 100%;
}

.certificate-banner .certificate-banner-right-block {
    max-width: 560px;
}

.certificate-banner .certificate-banner-left-block .content h1,
.certificate-banner .certificate-banner-left-block .content .h1 {
    /* color: var(--white); */
    position: relative;
    padding-bottom: 16px;
    font-weight: 700;
}

.certificate-banner .certificate-banner-left-block .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
}

.certificate-banner .certificate-banner-left-block .content .desc,
.certificate-banner .certificate-banner-left-block .content .desc p {
    /* color: var(--white); */
}

.certificate-banner .certificate-banner-left-block .content h1 span,
.certificate-banner .certificate-banner-left-block .content .h1 span {
    background-image: var(--orangeGradient);
    color: transparent;
    background-clip: text;
}

.certificate-banner .certificate-banner-left-block .content h1::before,
.certificate-banner .certificate-banner-left-block .content .h1::before {
    position: absolute;
    content: '';
    width: 106px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.certificate-banner .rating-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}

.certificate-banner .rating-wrapper .esb-banner_rating .clutch-widget {
    filter: brightness(0) invert(1);
}

.certificate-banner .certificate-banner-right-block {
    position: relative;
}

.certificate-banner .certificate-banner-right-img-wrap .tech-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.certificate-banner .bg-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1920px) {

    .certificate-banner .certificate-banner-left-block .content h1,
    .certificate-banner .certificate-banner-left-block .content .h1 {
        font-size: 42px;
    }

    .certificate-banner .certificate-banner-left-block .content .desc,
    .certificate-banner .certificate-banner-left-block .content .desc p {
        font-size: 20px;
    }
}

@media (min-width:135rem) {
    .certificate-banner .certificate-banner-left-block .content {
        max-width: 80%;
    }

    .certificate-banner .certificate-banner-left-block .content .desc,
    .certificate-banner .certificate-banner-left-block .content .desc p {
        font-size: 22px;
    }

    .certificate-banner .certificate-banner-right-block {
        max-width: 694px;
    }
}

@media (max-width: 1560px) {

    .certificate-banner .certificate-banner-left-block .content h1,
    .certificate-banner .certificate-banner-left-block .content .h1 {
        font-size: 40px;
    }
}

@media(max-width: 1390px) {
    .certificate-banner .certificate-banner-row {
        gap: 50px;
    }

    .certificate-banner .certificate-banner-right-block {
        max-width: 400px;
    }

    .certificate-banner {
        /* padding: 105px 0 90px; */
    }
}

@media(max-width: 1024px) {
    .certificate-banner .certificate-banner-row {
        flex-direction: column;
    }

    .certificate-banner .certificate-banner-right-block {
        display: none;
    }
}

@media(max-width: 991px) {
    .certificate-banner {
        /* padding: 105px 0 80px; */
    }

    .certificate-banner .certificate-banner-left-block .content h1,
    .certificate-banner .certificate-banner-left-block .content .h1 {
        font-size: 36px;
    }
}

@media(max-width: 767px) {
    .certificate-banner {
        /* padding: 50px 0 50px; */
    }

    .certificate-banner .certificate-banner-left-block .content h1,
    .certificate-banner .certificate-banner-left-block .content .h1 {
        font-size: 32px;
    }

    .certificate-banner .rating-wrapper {
        margin-top: 30px;
    }

    .certificate-card {
        padding: 20px 20px 40px 20px;
    }

    .certificate-card .desc,
    .certificate-card .desc p {
        max-width: 100%;
    }
}