#artikel{
    transform: translateY(3rem);
}
@media only screen and (max-width: 650px) {
    #artikel{
        transform: translateY(6rem);
    }
}
@media only screen and (max-width: 425px) {
    #artikel{
        transform: translateY(7rem);
    }
}
@media only screen and (min-width: 768px){
    #artikel{
        height: 70%;
    }
}
.artikel__content{
    width: 100%;
}
.artikel__content img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.title{
    color: #134B6E;
}
#sec_content{
    margin-top: 9rem;
}
.artikel_img{
        height: 12rem;
        width: 100%;
        object-fit: cover;
        filter: brightness(50%);
}
.la__image{
        position: relative;
        text-align: center;
        color: white;
}
.la__image a{
    text-decoration: none;
    color: white;
}
.overlay {
    width: 95%;
    position: absolute;
    bottom: 1rem;
    /* left: 2rem; */
    padding: 0 1rem;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .overlay p{
        font-size: .75rem;
    }
    .selengkapnya p{
        font-size: .5rem;
    }
}