.berita-headline {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.berita-headline:hover {
    background-size: 110%;
}


.berita-headline-sub {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.berita-headline-sub:hover {
    background-size: 120%;
}


.berita-terbaru {
    padding-top: 40px !important;
    padding-bottom: 25px !important;
}

.berita-terbaru-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.berita-terbaru-img:hover {
    background-size: 120%;
    box-shadow: 0 10px 15px #d4d2cf;
}


@media screen and (min-width: 720px) {
    .berita-terbaru-img {
        height: 270px;
    }

    .judul-berita-terbaru {
        font-size: 20px !important;
        width: 100%;
        max-height: 50px;
        overflow-y: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px !important;
    }

    .isi-berita-terbaru {
        width: 100%;
        height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0px;
    }

    .blog-secondary {
        margin-top: 25px;
    }

    .berita-lainnya {
        display: none;
    }
}


@media screen and (max-width: 720px) {

    .single-blog {
        text-align: center !important;
    }

    .berita-terbaru-img {
        height: 200px;
    }

    .blog-secondary {
        margin-bottom: 20px;
    }

    .judul-berita-terbaru {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    .isi-berita-terbaru {
        display: none;
    }

    .blog-secondary--box {
        padding-bottom: 10px;
        text-align: center;
    }

    .blog-secondary--title {
        font-size: 16px !important;
        line-height: 1.7;
    }

    .blog-secondary--meta {
        padding: 0px !important;
    }
}


.judul-berita-terbaru a:hover {
    color: #3EC1D5;
}

.blog-secondary:hover a,
.blog-secondary:hover span,
.blog-secondary:hover i {
    color: #3EC1D5;
}

.blog-secondary--box {
    border-bottom: 1px solid #cfcdca;
    margin-bottom: 0px !important;
}

.blog-secondary--title {
    width: 100%;
    max-height: 53px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 0px !important;
}