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

/* Container1 */
.satu{
    margin-top: 40px;
}
.satu .text1 h1{
    font-family: "Poppins";
    font-family: "Cabin";
    font-weight: bold;
    color: #0e5242;
    text-shadow: 1px 1px 2px gray;
}
.satu .text1 h5{
    font-family: "Poppins";
    font-weight: 300;
    color: #0e5242;
}
/* End Container1 */

/* Container2 */
.dua .container{
    background-color: #f1f4f5;
    border-radius: 10px;
}
.dua .container .left .image img, .right .image img{
    border-radius: 10px;
}
.dua .container .left .text h5, .right .text h5{
    font-family: "Poppins";
    font-weight: 400;
    font-size: 1em;
    color: #0F3D3E;
}
/* End Container2  */

/* Container3 */
.tiga .solusiuntukfaskes h1 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #0e5242;
}
.tiga .solusiuntukfaskes p {
    font-family: "Poppins";
    font-weight: thin;
    font-size: 1.5em;
    color: #0e5242;
}
/* End Container3 */

/* Container4 */
.empat .container .kotak .text .header h3{
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
}
.empat .container .kotak .text .header p{
    font-family: "Poppins";
    color: #0F3D3E;
    border-radius: 10px;
    background-color: #def4f5;
    padding: 20px;
}
/* End Container4 */

/* Contaniner5 */
.sistemkesehatan {
    background-color: #0e5242;
} 
.sistemkesehatan .container .content img {
    width: 150px;
    margin-left: 70px;
}
.sistemkesehatan .container .content h1 {
    font-family: "Poppins";
    font-weight: 800;
    margin-top: 20px;
    color: white;
}
/* End Container5 */

/* Breakpoints */
@media (min-width: 768px) and (max-width: 100000px){
    .sistemkesehatan .container .content {
        
    }
}

@media (min-width: 576px) and (max-width: 768px){
    .sistemkesehatan .container .content {
        
    }
    
    .sistemkesehatan .container .content h1 {
        
    }
}


/* Laptop-Desktop */
@media (min-width: 993px) and (max-width: 100000px){
    .satu .container .text1{
        
    }
    .satu .container .element1 img{
        width: 350px;
        margin-left: 100px;
    }
}

@media (max-width: 992px){
    .sistemkesehatan .container .content img{
        width: 100%;
        margin-left: 0px;
    }
}
/* Tablet */
@media (max-width: 768px){
    .dua .container .left .image img, .right .image img{
        width: 40px;
    }
    .dua .container .left .text h5, .right .text h5{
        font-size: 0.7em;
    }
    .dua .container .left .text h5, .right .text h5{
        margin-left: 10px;
    }
    .satu .container .element1 img{
        width: 100%;
    }
    .satu .container .text1 h5{
        font-size: 0.9em;
    }
    .sistemkesehatan .container .content img{
        width: 100%;
        margin-left: 0px;
    }
}

/* Phone */
@media (max-width: 576px){
    .satu .container .text1 h1{
        font-size: 1.5em;
    }
    .satu .container .text1 h5{
        font-size: 0.7em;
    }
    .satu .container .element1 img {
        width: 250px;
        margin-left: 40px;
    }
    .dua .container .left .image img, .right .image img{
        width: 30px;
    }
    .dua .container .left .text h5, .right .text h5{
        font-size: 0.6em;
    }
    .dua .container .left .text h5, .right .text h5{
        margin-left: 2px;
    }
    .sistemkesehatan .container .content img{
        width: 100px;
        margin-left: 80px;
    }
    .sistemkesehatan .container .content h1{
        font-size: 1.2em;
        margin-left: 60px;
    }
    .sistemkesehatan .container .content h1{
        margin-bottom: 60px;
    }
}
/* End Breakpoints */


/* JUNK */

/* .container3-fluid{
    margin-top:
}
.container3-fluid .solusiuntukfaskes h1 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #0e5242;
}
.container3-fluid .solusiuntukfaskes p {
    font-family: "Poppins";
    font-weight: thin;
    font-size: 1.5em;
    color: #0e5242;
}
.container3-fluid .container .row .col-4 .kotak{
    width: 295px;
    height: 295px;
}
.container3-fluid .container .card {
    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.1s;
}
.container3-fluid .container .card-body h2 {
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
}
.container3-fluid .container .card-body p {
    font-family: "Poppins";
    color: #0e5242;
}
.container3-fluid .container .card:hover {
    box-shadow: 0px 0px 10px #0e5242;
} */