.footer {
    background: hsla(354, 95%, 24%, 1);
    background: linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#76030F", endColorstr="#121B67", GradientType=1 );
}

.deskripsi-slider{
    font-size: 24px;
}
.img-slider{
    margin-top: 40px !important;
    line-height: 32px;
    height: 700px !important;
}

.slide-bawah-menu{
    margin-bottom: 100px;
}

.blues{
    background-color: rgb(45 3 252) !important;
    color: white !important;
}
.image-mitra {
    border-radius:25px; 
    max-height: 500px !important;
}
@media(min-width: 200px) and (max-width: 500px) {

    .image-mitra {
        border-radius:25px; 
        height: 300px;
    }
    .img-slider{
        height: 300px !important;
    }

    .deskripsi-slider{
        font-size: 20px !important;
    }
}