
.perle-terapi-section1 {
    width:auto;
    height:600px;
    width:auto;
    height:600px;
    background-image: url(images/sand.jpg);
    background-color: #EADFC9 ;
    background-size: cover;
    background-position: 50% 50%;   
    z-index:-1; 
    opacity: 70%;
    margin:auto; 
    display:flex; 
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


.perleterapi-section1-text {
    background-color:white;
    border-radius: 10px; 
    width:500px; 
    padding:20px;
    height:250px; 
    opacity: 80%;
    text-align: center;


}

.perleterapi-section1-text h1 {
    font-size:160px !important; 
    cursor: pointer;
}

.perleterapi-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}


.perleterapi {
    text-align: center;
    padding:20px;
}

.perle-terapi-section2-banner {
    width:auto; 
    height:70px;
    background-color: #B8A05A;
    margin:0; 
    text-align: center;
    padding:20px;
    
}



.perle-terapi-section3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    width:auto; 
    height:auto; 
    background-color: #F7F1E3;

}

.vand {
    display: flex;
    flex-direction: row;
    justify-content: left;
    border-radius: 10px;
    width:50%; 
    height: 100%; 

}

.perle-terapi-section3-text {
    display: flex;
    flex-direction: column;
    align-items: right;
    flex-wrap: wrap;
    width:400px;
    height:700px; 
    padding: 150px 0px 0px 200px; /* top right bottom left */
   
}
