.card-1 {
    overflow: hidden;
    height: 190px;
    background-color: #fff;
    position: relative;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.investment-container {
    padding-right: 0 !important;
}

.card-1 p {
    font-size: 16px;
}

.card-1 .card-title-wrapper ~ p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.card-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #ffffffa6;
}

.card-title-wrapper {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
}

.card-title-wrapper h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 256px;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-size: 20px;
    margin-top: 0rem;
}

.swiper-investment {
    padding: 8px 4px;
}

.pipel-btn-inv-card {
    margin: 0;
}

.magazine-header {
    font-size: 33px;
    font-weight: 800;
    color: #424242;
    height: 88px;
    margin-bottom: 10px;
}


@media screen and (max-width: 640px) {
    .swiper-investment .swiper-slide {
        width: 94%;
    }

    .investment-container {
        padding-right: 20px !important;
    }

    .card-1 .card-title-wrapper ~ p {
        -webkit-line-clamp: 6 !important;
    }

    .investment-container .card-1 {
        max-height: unset;
        height: 248px;
        box-shadow: unset;
    }

    .magazine-header {
        font-size: 28px;
    }



}
