@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {

.jumbotron  {
    background-image: url("../img/kesehatan.jpg");
    background-size: cover;
    text-align: center;
    margin-top: -60px;
    object-fit: cover;
}

.jumbotron .display-4   {
    font-family: 'Anton', sans-serif;
    color: white;
    font-size: 30px;
    margin-top: 100px;
}

.jumbotron p {
    font-family: 'Noto Sans KR', sans-serif;
    color: white;
    font-size: 15px;
}

.jumbotron h4 {
    color: white;
    font-size: 10px;
}

}
