.jumbotron {
    min-height: 20rem;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
}

.jumbotron h1{
    font-size: 20ch;
}

/* Section Content Insight */

.sec-content-insight {
    min-height: 30rem;
}

.wrap-content-insight {
    width: 100%;
    height: 10rem;
    background-size: cover;
    background-position: center;
}

.wrap-content-insight h6 {
    padding-top: 40%;
}

/* Detail Insight */
.sec-content-insight {
    min-height: 40rem;
}

.content-detail-insight img {
    aspect-ratio: 5/2;
    object-fit: cover;
}

/*.sec-content-detail-insight p {*/
/*    font-size: 1.6ch;*/
/*}*/

.sec-content-detail-insight .content-share {
    width: fit-content;
}