body{
    font-family: "Poppins", sans-serif;
    font-family: "Cabin", sans-serif;
}
/* Setion1 */
.satu{
    width: 100%;
    padding: 0px;
}
.satu img{
    width: 100%;
}

/* Section2 */
.dua .title h1{
    color: #0e5242;
    font-weight: bold;
    letter-spacing: 10px;
}
.dua {
    height: 800px;
}
.dua .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
}
.dua .container .kartu{
    position:  relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.5s;
}
.dua .container .kartu:hover{
    height: 350px;
}   
.dua .container .kartu .imgBx{
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}
.dua .container .kartu:hover .imgBx{
    top: -100px;
    scale: 0.75;
}
.dua .container .kartu .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dua .container .kartu .content{
    position: absolute;
    top: 252px;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    height: 35px;
    overflow: hidden;
    transition: 0.5s;
}
.dua .container .kartu:hover .content{
    top: 130px;
    height: 250px;
}
.dua .container .kartu .content h2{
    font-size: 1.5em;
    font-weight: 700;
    color: #0e5242;
}
.dua .container .kartu .content p{
    font-size: 1.1em;
    color: #0e5242;
}

/* Section3 */
.sistemkesehatan {
    background-color: #0e5242;
} 
.sistemkesehatan .container .content img {
    /* filter: drop-shadow(15px 15px 25px #0e5242); */
}
.sistemkesehatan .container .content h1 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 4.4em;
    color: white;
    text-align: start;
}
.sistemkesehatan .container .content p{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 3.4em;
    color: white;
    text-align: start;
    text-shadow: 0px 0px 10px black;
}

/* Section4 */
.empat{
    background-color: #F2F2F2;
}
.empat .penunjang h4{
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
}
.empat .penunjang p{
    color: #0e5242;
}
.empat .button1 {
    width: 250px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    background-color: #0e5242;
    color: white;
    border: 0;
}

.empat .button1:hover {
    background-color: #0f3d3e;
    color: white;
    border: 0;
}
.empat .destext h3{
    color: #0e5242;
    font-weight: 600;
}
.empat .destext {
    transition: 0.1s;
}
.empat .destext:hover{
    transform: scale(1);
    box-shadow: 0px 0px 10px 0px #ccc;
}

/* Section5 */
.lima{
    margin-top: 80px;
    margin-bottom: 80px;
}
.lima .image img{
    width: 500px;
}
.lima .text h1{
    font-weight: bold;
    font-size: 2em; 
    text-shadow: 2px 2px #9fbab3;
}
.lima .text p{
    color: #0F3D3E;
    width: 500px;
    background-color: #f1f5f4;
    padding: 20px;
    border-radius: 10px;
}
.lima .antrian{
    margin-top: 150px;
}


/* BreakPoints */
/* tablet */
@media (max-width: 1034px){
    .sistemkesehatan{
        margin-top: 300px;
    }
    .lima .text p{
        width: 350px;
    }
    .lima .image img{
        width: 400px;
    }
}
@media (max-width: 992px){
    .lima .text{
        order: 2;
    }
    .lima .text p{
        width: 500px;
    }
    .lima .image img{
        width: 500px;
    }
    .sistemkesehatan .container .content img{
        width: 250px;
    }
}
@media (min-width: 992px){
    .sistemkesehatan{
        margin-top: 0px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .satu{
        width: 100%;
    }
    .sistemkesehatan{
        margin-top: 700px;
    }
    .sistemkesehatan .container .content {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px){
    
}

/* Phone */
@media (max-width: 576px) {
    .dua .container .kartu{
        width: 300px;
    }
    .sistemkesehatan {
        margin-top: 750px;
    }
    .sistemkesehatan .container .content {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .lima .text{
        order: 2;
    }
    .lima .image img{
        width: 300px;
    }
    .lima .text p{
        width: 300px;
    }
}