#banner-sec {
    padding: 10vw 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: white;
}

#banner-bg {
    background-color: #182243;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30%;
    z-index: 0;
}

.article-margin-cnt {
    width: 50%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.article-meta {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.article-meta p {
    font-size: 0.9vw;
    color: rgb(236, 236, 236);
}


.article-meta p:nth-child(2) {
    padding: 0.2vw 0.8vw;
    border: solid #cbcdd7 0.1vw;
    border-radius: 1vw;
}

.thumb-cnt {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.5vw;
    position: relative;
}

.thumb-cnt img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5vw;
}

#article-body-cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}

#article-body-cnt h2 {
    margin-bottom: 0.6vw;
}

#article-body-cnt h1 + p {
    margin-top: 0;
}

#back-to-insight-cnt {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}


#back-to-insight-cnt a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #2ac6d1;
}

#back-to-insight-cnt a svg {
    margin-right: 0.5vw;
}

@media (max-width:767px) {
    #article-body-cnt h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #banner-sec {
        padding: 25vw 0 0 0;
        height: unset;
    }

    #banner-sec h1 {
        font-size: 8vw;
        line-height: 8vw;
    }

    #banner-sec p {
        font-size: 3.5vw;
    }

    .article-margin-cnt {
        width: 90%;
    }

    .article-meta p:nth-child(2) {
        padding: 1vw 3vw;
        border-radius: 4vw;
    }

    #article-body-cnt {
        margin-top: 40px;
    }

    #back-to-insight-cnt a svg {
        width: 14px;
        height: 14px;
    }
}
