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

/* Section1 */
.satu{
    padding: 30px;
    background-color: #f1f4f5;
}
.satu img{
    width: 190px;
}
.satu h1{
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
}
.satu p{
    font-family: "Poppins";
    color: #0e5242;
}
/* End Section1 */

/* Section2 */
.dua .container .basic, .MEDIUMI, .MEDIUMII, .PRO, .ENTERPISE{
    background-color: #1FA480;
    font-family: "Poppins";
    color: #fff;
}
/* End Section2 */

.benefit-paket{
    margin-top: 200px;
}

.benefit-paket h1{
    display: inline-block;
    margin-left: 470px;
    font-family: "Poppins";
    color: #0E5242;
}

/* Section3 */
.tiga .container .tabel .table{
    font-family: "Poppins";
}
.tiga .container .tabel .table .header th{
    background-color: #1FA480;
    color: #fff;
}
/* End Section3 */

/* Section4 */
.empat{
    margin-top: 100px;
}
.empat .container{
    margin-left: 15px;
}
.empat .container .image1 .row img{
    width: 100px;
}
.empat .container .image1 h1, .image2 h1{
    font-family: "Poppins";
    color: #0E5242;
}
.empat .container .image2{
    margin-left: 120px;
}
/* End Section4 */

/* Section5 */
.lima .container .image{
    margin-top: -110px;
}
/* End Section5 */
.horizontal-line{
    border-top: 6px dashed #1FA480;
    width: 530px;
    margin-left: 10px
}

/* Section6 */
.enam .table .header th{
    background-color: #1FA480;
    color: #fff;
}
/* End Section6 */

/* Section7 */
.tujuh h3{
    font-family: "Poppins";
    color: #0e5242;
}
.tujuh p{
    font-family: "Poppins";
    font-size: 1.4em;
    color: #0e5242;
}
/* 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 Section7 */


/* BreakPoints */
/* Tablet */
@media (max-width: 768px){
    .satu img{
        width: 120px;
    }
    .satu h1, p{
        font-size: 1.3em;
    }
}

/* Phone */
@media (max-width: 576px){
    .satu img{
        width: 110px;
    }
    .satu h1, p{
        font-size: 1.1em;
    }
}