body {
    font-family: "Poppins", sans-serif;
    font-family: "Cabin", sans-serif;
}

/* Navbar */

/* akhir navbar */

/* Section1 */
.satu .button1 {
    width: 200px;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    background-color: #0e5242; 
    color: white;
    border: 0;
}
.satu .button1:hover {
    background-color: #0F3D3E;
    color: white;
    border: 0;
}
.satu{
    padding: 50px;
}
.satu p{
    text-align: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.3em;
    color: #0e5242;
}
.satu p span{
    font-size: 1.5em;
    font-weight: bold;
}


/* Section2 */
.dua{
    margin-top: 100px;
    margin-bottom: 80px;
}
.dua .image img{
    width: 100%;
}
.dua .text h1{
    font-family: "Poppins";
    color: #0e5242;
    font-weight: bold;
    font-size: 2em; 
    text-shadow: 2px 2px #9fbab3;
}
.dua .text .deskripsi{
    background-color: #f1f5f4;
    border-radius: 10px;
    width: 450px;
}
.dua .text p{
    font-family: "Poppins";
    color: #0F3D3E;
    padding: 20px;
}
.dua .rawat-inap{
    margin-top: 150px;
}

/* Section3 */
.tipefaskes{
    width: 100%;
    padding: 50px 30px 100px 30px;
    margin-top: 200px;
    background-color: #d7ede6;
}
.tipefaskes .judul{
    text-align: center;
}
.tipefaskes .judul p{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2em;
    color: #0e5242;
}
.tipefaskes .judul h{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1.3em;
    color: #0e5242;
}
.tipefaskes .container .background{
    height: 200px;
    background-color: #18A37E;
    border-radius: 10px;
}
.tipefaskes .container .textalign{
    font-family: 'Poppins';
    font-size: 2.5em;
    color: #0e5242;
    text-align: center;
}
.tipefaskes .container .textalign img{
    width: 100px;
}

/* Breakpoints */
/* tablet */
@media (max-width: 992px){
    .dua .text .deskripsi{
        width: 100%;
    }
    .dua .image img{
        width: 400px;
    }
    .dua .rawat-inap .image img{
        width: 400px;
    }
    .dua .text{
        order: 2;
    }
}

@media (max-width: 768px){
    .tipefaskes .container .textalign {
        font-size: 2em;
    }
    .dua .image img{
        width: 400px;
    }
    .dua .rawat-inap .image img{
        width: 400px;
    }
    .dua .text .deskripsi{
        width: 100%;
    }
    .dua .text{
        order: 2;
    }
}

/* phone */
@media (max-width: 576px){
    .satu .imagelement1 img{
        width: 250px;
    }
    .tipefaskes .container .background img{
        width: 100%;
    }
    .tipefaskes .container .textalign{
        font-size: 1.2em;
        margin-left: -6px;
    }
    .dua .image img{
        width: 300px;
    }
    .dua .rawat-inap .image img{
        width: 300px;
    }
    .dua .text{
        order: 2;
    }
    .dua .text .deskripsi{
        width: 100%;
    }
}
