.portfolio-management-title {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #29414C;
    margin-bottom: 80px;
    width: max-content;
}

.solution-banner {
    padding: 180px 0;
    height: 500px;
}

.solution-banner-title:before {
    content: '';
    display: none;
}

.solution-banner-title {
    position: relative;
    width: max-content;
}

.solution-banner-home-title {
    display: flex;
}

.solution-banner-home-description {
    margin-top: -25px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    min-width: 200px;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    display: flex;
    background-color: #E9B245;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;

}

.solution-banner .image-block {
    width: 50%;
    margin-bottom: 80px;
}

.portfolio-management-title:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -20px;
    background-color: rgba(233, 178, 69, 1);
    width: 15px;
    height: 15px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFECC8;
    border-radius: 0 !important;
    opacity: 1;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #E9B245;
}

/*.swiper-pagination .swiper-pagination-bullet-active:before{*/
/*    content: '';*/
/*    min-width: 18px;*/
/*    min-height: 18px;*/
/*    border: 3px solid #29414C;*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    left: -4px;*/
/*}*/
.content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;

}

.solution-card-home {
    display: flex;
    width: 100%;
    height: 220px;
    justify-content: space-between;
}

.achievement {
    display: flex;
    justify-content: space-between;
    background: #F4F5F6;
}

.achievement-card {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #29414C;
    width: 290px;
    height: 95px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.05);
}

.achievement-card img {
    margin-right: 20px;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 500px;
}

.swiper-card-image {
    width: 100%;
    height: 100%;
    background-image: url("../images/blog/linkedin-sales-solutions-nISqmehpBQk-unsplash 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-slide {
    height: 500px;
}

.swiper-button-next {
    color: black;
    margin-top: 100px;
}

.swiper-buttons {
    width: 80px;
}

.swiper-button-next:after {
    font-size: 14px;
    font-weight: 900;
}

.swiper-button-prev {
    color: black;
    margin-top: 100px;
}

.swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 70px;
    left: auto;
}

@media screen and (max-width: 1280px) {
    .content {
        padding: 80px;
    }

    .menu-block-content {
        justify-content: flex-end;
    }

    .solution-card-home {
        width: 100%;
        margin-right: 0;
    }

    .menu-block-left {
        display: none;
    }

    a {
        font-size: 18px;
        line-height: 22px;
    }

    .service {
        font-size: 18px;
        line-height: 22px;
    }

    .subcategory {
        font-size: 18px;
        line-height: 22px;
    }

    .language-block {
        margin-top: 30px;
    }

    .language-item {
        font-size: 18px;
        line-height: 22px;
    }

    .achievement-card {
        width: 100%;
        height: 90px;
        margin-bottom: 35px;
    }

    .achievement {
        display: block;
    }

    .request-call {
        flex-direction: column;
    }

    .or:before {
        content: " ";
        width: 150px;
        height: 1px;
        top: 0;
        left: -175px;
        bottom: 0;
    }

    .or:after {
        content: " ";
        width: 150px;
        height: 1px;
        top: 0;
        right: -175px;
        bottom: 0;
    }

}


@media screen and (max-width: 768px) {
    .content {
        max-width: 578px;
        padding: 60px 20px 50px;
    }

    .swiper-button-next {
        margin-top: 220px;
    }

    .swiper-button-prev {
        margin-top: 220px;
    }

    .solution-banner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .solution-banner-texts {
        width: 100%;
    }

    .solution-banner .image-block {
        width: 100%;
    }

    .solution-banner-home-title {
        font-size: 12px !important;
    }

    .solution-card-home img {
        width: 120px;
    }

    .solution-card-title {
        font-size: 12px;
    }

    .solution-card-description {
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .homePageSwiper {
        height: auto !important;
    }

    .solution-banner-home {
        flex-direction: column;
        padding: 50px 20px 0 !important;
        justify-content: flex-start;
    }

    .solution-banner-home .solution-banner-home-title {
        font-size: 21px !important;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .solution-banner-description {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .banner-image-block {
        position: unset;
    }

    .homePage .portfolio-management-title {
        font-size: 20px;
        font-family: "Montserrat Bold", sans-serif;
        margin-bottom: 20px !important;
    }

    .homePage .solution-card-home img {
        min-height: 31vw;
    }
}