.main-beranda {
    background: linear-gradient(141.16deg, #FFAD32 20.65%, #F57B36 99.44%);
    font-family: 'Poppins', sans-serif !important;
}

.image {
    width: 40%;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4)) !important;
}

.start-text, .end-text, .hadist {
    font-size: 0.8rem;
}
.middle-text {
    font-size: 1.7rem;
    font-weight: 900;
}

@media (max-width: 992px) {
    .child-beranda {
        width: 100% !important;
    }
    
    .image {
        width: 50%;
    }

    .start-text, .end-text, .hadist {
        font-size: 0.5rem;
    }
    .middle-text {
        font-size: 1rem;
    }
}