.solution-banner {
    background-image: url("../images/blog/blog.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper {
    width: 100%;
    height: 300px;
}

.blog-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-to-blog {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #29414C;
}

.blog-date {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: right;

    color: #29414C;
}

.portfolio-management-title {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    color: #29414C;
    margin-bottom: 80px;
    width: max-content;
}

.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-button-next {
    color: black;
    margin-top: 100px;
}

.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;
}

.portfolio-management-title:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -20px;
    background-color: rgba(233, 178, 69, 1);
    width: 15px;
    height: 15px;
}

.portfolio-table {
    max-width: 100%;
    min-width: 1080px;
    height: 100%;
}

.blogItemPage .portfolio-table {
    min-width: unset;
}

.blogItemPage .blog-component {
    height: 300px;
}

.blogItemPage .slide-component:last-of-type {
    margin-right: 0;
}

.banner-title {
    font-family: Montserrat Bold, sans-serif;
    color: white;
    position: absolute;
    bottom: -50px;
    left: 0;
    margin-bottom: 50px;
    width: 175px;
}

.slide-component {
    margin-right: 20px;
}

.portfolio-table-block {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: auto;
}

/*Content*/
.content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}

.blog-component {
    width: 320px;
    height: 320px;
    background-image: url("../images/blog/blog-cover.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.blog-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-apaga-hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.blog-apaga-hover:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.blog-component-hover-state {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    padding: 15px 20px;
    transition: 0.4s;
    background-color: rgba(41, 65, 76, 1);
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.blog-component:hover .blog-component-hover-state {
    height: 100%;
    background-color: rgba(41, 65, 76, 0.9);
}

.blog-component-hover-state:hover .text-block {
    opacity: 1;
    transition: opacity .4s ease-in;
}

.blog-component-title {
    max-width: 150px;
    font-family: Montserrat Bold, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #29414C;
}

.title-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.arrow-right {
    width: 16px;
    height: 16px;
    background-image: url("../images/blog/arrow-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.text-block {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.date {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #29414C;
    position: absolute;
    bottom: 16px;
}

.text-block, .date, .blog-component-title {
    color: white;
}

.blogItemPage.blogApaga .text-block, .blogItemPage.blogApaga .date, .blogItemPage.blogApaga .blog-component-title {
    color: #29414C;
}

.section-display {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-side {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    color: rgba(41, 65, 76, 0.5);
    margin-right: 100px;
}

.right-side {
    min-width: 310px;
    width: 310px;
    height: 125px;
    background-image: url("../images/blog/apaga.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blogItemSwiper {
    position: relative;
}

.blogItemSwiper .swiper {
    height: auto;
}

.blogItemSwiper .swiper-button-prev, .blogItemSwiper .swiper-button-next {
    display: block !important;
    margin-top: 0;
    top: 50% !important;
    transform: translateY(-50%);
    width: 1.3rem;
    height: 1.3rem;

}

.blogItemSwiper .swiper-button-prev {
    right: 103%;
    left: unset;
}

.blogItemSwiper .swiper-button-next {
    left: 103%;
    right: unset;
}

.blogItemSwiper .swiper-button-prev::after, .blogItemSwiper .swiper-button-next::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/swiperLeftNavigate.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.blogItemSwiper .swiper-button-next::after {
    background-image: url("../images/swiperRightNavigate.svg");
}

.blogItemSwiper .swiper-slide {
    height: 235px !important;
}


.blogInnerPage .blog-inner-header {
    padding: 30px 70px;
}

.blogInnerPage .blog-inner-header .back-to-blog, .blogInnerPage .blog-inner-header .blog-date {
    margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
    .solution-banner {
        position: relative;
    }

    .content {
        padding: 80px;
    }

    .section-display {
        flex-direction: column-reverse;
    }

    .left-side {
        margin-right: 0;
    }

    .right-side {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .blogItemSwiper .swiper {
        height: auto !important;
    }

    .blog-component {
        width: 100%;
    }

    .solution-banner {
        position: relative;
        background-image: url("../images/blog/blog-mob.png");
    }

    .content {
        max-width: 578px;
        padding: 60px 20px 50px;
    }

    .section-1 {
        font-size: 16px;
        line-height: 22px;
    }

    .hr {
        margin: 50px 0;
    }

    .finance {
        padding-right: 20px;
        margin-right: 25px;
    }

    .finance p {
        font-size: 16px;
        line-height: 22px;
    }

    .ul li {
        font-size: 14px;
        line-height: 39px;
    }

    .portfolio-management-title {
        font-size: 22px;
        line-height: 27px;
    }

    .other-solutions .portfolio-table {
        min-width: 780px;
    }

    .solution-card {
        width: 250px;
        padding: 20px;
        margin-right: 14px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    }

    .request-call-block {
        padding: 30px 10px;
    }

    .banner-title {
        bottom: -185px;
    }

    .blogItemPage .portfolio-table {
        flex-direction: column;
    }

    .blogInnerPage .swiper {
        height: auto !important;
    }

    .blogInnerPage .blogItemSwiper::after {
        content: '';
        position: absolute;
        left: 0;
        top: 99%;
        width: 100%;
        height: 4rem;
        background-color: #E9B245;
        opacity: 0.2;
    }

    .blogInnerPage .mobileHr {
        margin: 90px 0 30px !important;
    }

    .blogItemSwiper .swiper-button-prev, .blogItemSwiper .swiper-button-next {
        top: 108% !important;
        width: 1rem;
        height: 1rem;
    }

    .blogItemSwiper .swiper-button-next {
        left: 100%;
        transform: translateX(-140%);
    }

    .blogItemSwiper .swiper-button-prev {
        right: 100%;
        transform: translateX(140%);
    }
}

@media (max-width: 480px) {
    .blogApagaPage .portfolio-management-title {
        width: min-content !important;
        font-size: 24px;
        font-family: "Montserrat Bold", sans-serif;
    }

    .blogApagaPage .request-call-block .portfolio-management-title {
        width: auto !important;
    }

    .blogApagaPage .portfolio-management-title::before {
        display: none;
    }

    .blog-component:hover .blog-component-hover-state {
        height: 100px;
    }

    .blog-component-hover-state:hover .text-block {
        opacity: 0;
    }

    .blog-component > a {
        display: block;
        height: 100%;
    }

    .blogInnerPage .blog-inner-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .blogInnerPage .blog-inner-header .blog-date {
        margin-bottom: 0;
    }

    .blogInnerPage .blog-inner-header .back-to-blog {
        margin-bottom: 2rem;
    }

    .blogInnerPage .blogItemSwiper::after {
        height: 3.6rem;
    }
}
