/* Promo Highlight */
section.promo-highlight-wrapper {
    /*padding-top: 108px;*/
    /*padding-top: 88px;*/
    padding-top:138px;
    padding-bottom: 0;
    background-color: #F5F5F5;
    width: 100%;
    align-items: center;
}

.promo-highlight-link, .promo-lainnya-link {
    width: 60%;
}

.promo-highlight-wrapper img, .promo-lainnya-wrapper img {
    width: 100%;
    object-fit: cover;
}

.promo-highlight-wrapper .promo-highlight-desc {
    width: 40%;
    padding-left: 32px;
}

.promo-highlight-wrapper .promo-highlight-desc .promo-highlight-date {
    padding: 4px 12px;
    border: 1px solid #D1D4D7;
    border-radius: 4px;
    font-size: 10px;
    line-height: 15px;
}

.promo-highlight-wrapper .promo-highlight-desc h2 {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    color: #384967;
    margin-top: 16px;
    width: 290px;
}

.promo-highlight-wrapper .promo-highlight-desc a:hover {
    background-color: #55709e;
}

/* Promo Terbaru */
section.promo-terbaru-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #fff;
}

.promo-terbaru-wrapper p.title {
    font-family: 'Avenir Black';
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
    text-align: center;
    color: #323B4F;
}

/* .promo-terbaru-wrapper .card-wrapper .card-type-1 .card-detail .card-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 177px;
    height: 36px;
    background: #384967;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all ease .3s;
}

.promo-terbaru-wrapper .card-wrapper .card-item .card-detail .card-button:hover {
    background-color: #55709e;
} */

/* Promo Lainnya */
section.promo-lainnya {
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 123px;
}

.promo-lainnya p.title {
    font-family: 'Avenir Black';
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #323B4F;
    margin-bottom: 32px;
}

/* .promo-lainnya .card-wrapper {
} */

/* .promo-lainnya .card-type-2 .card-detail .card-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 177px;
    height: 36px;
    background: #384967;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all ease .3s;
} */

@media (max-width: 1200px) {
    /*section.promo-highlight-wrapper {
        padding-top: 84px;
    }*/
}


@media (max-width: 991px) {

    /* Promo Highlight */
    section.promo-highlight-wrapper {
        /*padding-top: 55px;*/
        /*padding-top: 88px;*/
        padding-bottom: 0;
        background-color: #fff;
    }

    .promo-highlight-wrapper img {
        width: 100%;
    }

    .promo-highlight-wrapper .promo-highlight-desc {
        padding: 20px 15px;
        width: 100%;
    }

    .promo-highlight-wrapper .promo-highlight-desc .promo-highlight-date {
        padding: 0;
        font-size: 12px;
        line-height: 18px;
        border: none;
        color: #8E95A5;
    }

    .promo-highlight-wrapper .promo-highlight-desc h2 {
        margin: 10px 0;
        font-size: 18px;
        line-height: 27px;
        width: 100%;
        height: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* Promo Terbaru */
    section.promo-terbaru-wrapper {
        padding-top: 52px;
    }

    /* Promo Lainnya */
    .promo-lainnya p.title {
        margin-bottom: 28px;
    }

}

@media (max-width: 640px) {
    section.promo-highlight-wrapper {
        /*padding-top: 46px;*/
        padding-top: 92px;
    }
}
