@font-face {
    font-family: 'Stratos LC Web';
    src: url('../../fonts/Stratos LC Web/Stratos-SemiBold-Web.woff2') format('woff2'), url('../../fonts/Stratos LC Web/Stratos-SemiBold-Web.woff') format('woff'), url('../../fonts/Stratos LC Web/Stratos-SemiBold-Web.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Stratos LC';
    src: url('../../fonts/Stratos LC/Stratos-SemiBold-Desktop.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Medium';
    src: url('../../fonts/Graphik LC/Graphik-Medium-Web.woff2') format('woff2'), url('../../fonts/Graphik LC/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC';
    src: url('../../fonts/Graphik LC/Graphik-Regular-Web.woff2') format('woff2'), url('../../fonts/Graphik LC/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.cleaners-banner.banner-desk .main-banner_container {
    background-image: url(/static/images/pilotProject/our-cleaners-desk.png);
}

.cleaners-banner.banner-desk .main-banner_left {
    padding-right: 50px;
}

.what-else {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .what-else div {
        width: 368px;
    }

    .what-else h3 {
        font-family: 'Stratos LC Web', sans-serif;
        font-size: 28px;
        font-weight: 600;
        color: #453283;
        line-height: 33.6px;
        text-align: center;
        text-transform: capitalize;
        padding: 20px 5px 10px;
    }

    .what-else p {
        font-family: 'Graphik LC', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #453283;
        line-height: 23.68px;
        text-align: center;
        padding-inline: 24px;
    }

.item-our-cleaner {
    align-items: center !important;
    background: unset !important;
    border: none !important;
    min-width: 343px !important;
    min-height: 480px !important;
    padding: 24px;
}

.meet-professionals .cleaners__items, .meet-professionals .js-carousel-body {
    gap: 5px !important;
    overflow: unset !important;
}

.item-our-cleaner .cleaners__image {
    width: 239px;
    height: 239px;
    border-radius: 50%;
}

.item-our-cleaner .cleaners__place {
    text-align: center;
    padding: 31px 0 0;
}

.item-our-cleaner .cleaners__name {
    margin-inline: auto;
    font-family: 'Graphik LC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.68px;
    color: #171615;
}

.item-our-cleaner .cleaners_text {
    font-family: 'Graphik LC', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.4px;
    color: #453283;
    margin-top: 24px;
}

@media screen and (max-width:1024px) {
    .what-else {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:670px) {
    .what-else {
        margin-inline: 16px;
    }
}
