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

/* Navbar */

/* End Navbar */

/* Section1 */
.satu .container .deskripsi h1{
    font-weight: bold;
    color: #0e5242;
    text-shadow: 2px 2px #9fbab3;
}
.satu .container .deskripsi p{
    color: #0F3D3E;
}
/* button hubungi kami */
.button1 {
    width: 250px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    background-color: #0e5242;
    color: white;
    border: 0;
}

.button1:hover {
    background-color: #0f3d3e;
    color: white;
    border: 0;
}
/* end button hubungi kami */
/* End Section1 */

/* Section2 */
.dua{
    margin-top: 100px;
}
.dua .head-box{
    height: 70px;
    border-radius: 20px 20px 0 0;
    background-color: #166f61;
}
.dua .kotak{
    margin-top: -30px;
    padding: 50px;
    background-color: #0e5242;
    border-radius: 20px 20px 20px 20px;
}
.dua .kotak .text{
    font-weight: bold;
    font-size: 2.5em;
    color: white;
}
.dua .kotak .vertical-line{
    border-left: 6px dashed white;
    height: 190px;
}
/* End Section2 */


/* .container2 {
    margin-top: 150px;
}
.container2 .line {
    width: 1200px;
    height: 70px;
    border-radius: 20px 20px 0 0;
    background-color: #166f61;
}
.container2 .kotak {
    position: relative;
    top: -35px;
    width: 1200px;
    margin-bottom: 20px;
    height: 300px;
    background-color: #0e5242;
    border-radius: 20px 20px 20px 20px;
}
.container2 .kotak .d-flex .header {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2.5em;
    color: white;
    margin-left: 150px;
    margin-top: -190px;
}
.container2 .kotak .vertical-line {
    border-left: 6px dashed white;
    height: 190px;
} */



/* Section tiga */
.tiga{
    margin-top: 100px;
}
.tiga .destext h4{
    color: #0e5242;
    font-weight: 600;
}
.tiga .destext {
    transition: 0.1s;
}
.tiga .destext:hover{
    transform: scale(1);
    box-shadow: 0px 0px 10px 0px #ccc;
}

/* Container4 */
.empat {
    margin-top: 100px;
    margin-bottom: 100px;
}
.empat .container .row {
    text-align: center;
}
.empat .container .row .text {
    font-family: "Poppins";
    font-weight: thin;
    font-size: 1.4em;
    color: #0e5242;
}
.empat .container .row h {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #0e5242;
}
/* End Container4 */

/* Responsive */
@media (min-width: 768px){
    .tiga .penunjang img{
        width: 300px;
    }
}
@media (max-width: 992px){
    .satu .container .image img{
        width: 400px;
    }
}

@media (max-width: 768px){
    .tiga .container .text h3{
        font-size: 
    }
    .dua .kotak .mcu .text{
        margin-top: 30px;
        font-size: 1.5em;
    }
    .satu .container .image img{
        width: 400px;
    }
}

@media (max-width: 576px){
    .satu .container .image img{
        margin-top: 100px;
        width: 350px;
    }
    .tiga .penunjang img{
        width: 300px;
    }
    .dua .kotak .mcu .image img{
        width: 100px;
    }
    .dua .kotak .mcu .text{
        margin-top: 30px;
        font-size: 1.1em;
    }
}