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

/* Navbar */

/* End Navbar */

/* Container1 */
.satu .element1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height: 350px;
}
.satu .text {
    text-align: center;
}
.satu .text p {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #0f3d3e;
    text-shadow: 2px 2px #9fbab3;
}
.satu .text h {
    font-family: "Poppins";
    color: #0f3d3e;
}
/* End Container1 */

/* Container2 */
.dua {
    margin-top: 150px;
    background-color: #f1f4f5;
    padding-bottom: 30px;
}
.dua .container .d-flex .image img {
    width: 90px;
}
.dua .container .d-flex .header {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #0e5242;
    margin-left: 140px;
    margin-top: -100px;
}
.dua .container .d-flex .text {
    font-family: "Poppins";
    color: #0f3d3e;
    margin-left: 140px;
}
/* End Container2 */

/* Container3 */
.tiga {
    margin-top: 100px;
}
.tiga .container .d-flex .header {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    color: #0e5242;
    margin-bottom: 10px;
}
.tiga .container .d-flex .text {
    font-family: "Poppins";
    color: #125444;
}
.tiga .container .c-btn {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 2em;
    border: none;
    background-color: #18a37e;
    padding: 12px 48px 12px 24px;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
}
/* End Container3 */

/* Container4 */
.empat {
    margin-top: 150px;
    margin-bottom: 150px;
}
.empat .content .image{
    display: flex;
    justify-content: center;
}
/* 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 Container4 */


/* BreakPoints */
/* Tablet-Laptop */
@media (max-width: 992px){
    .dua .container .element2 img{
        display: none;
    }
}

/* Tablet */
@media (max-width: 768px){
    .dua .container .element2 img{
        display: none;
    }
}

/* Phone */
@media (max-width: 576px){
    .dua .container .element2 img{
        display: none;
    }
}