@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);


.green-box{

    border: 1px solid #57ad56;
    border-radius: 10px;
    padding: 20px 35px;
    margin-bottom: 20px;
    margin-right: 10px;  margin-left:10px;
    position: relative; 
}
.green-line{

    border-right: 1px solid #57ad56;  height: 250px; 
}

.white-box{


color:#fafafa; border: #fafafa 1px double; 
border-radius: 5px; margin-top: 30px;
 padding-bottom: 10px; padding-top: 10px; 
padding-left: 10px;
}
.black-text{font-size:15px; color: black; font-weight:500;}
.overview{
    font-size: 20px; font-family: Dosis,Arial,Tahoma,Verdana,serif;
    font-weight: 500;
}

@media screen and (max-width: 640px) {
    
.top-20{
    padding-top: 30px;
}
.green-line{

    border-right: 1px ;  height: 250px; 
}

.top-150{
    margin-top: 250px;
}
.row1{
    display: flex;
    flex-direction: column-reverse;
}
.remove-in-mobile {
    display: none;
  }

  .height{
    height:800px;
  }
}
@media screen and (max-width: 640px) {
  .header-composition-scheme bottom{
        margin-bottom: 120px;
    }

    .height{
        height:auto;
      }
    
}
@media (max-width: 768px) {
    .green-line{
        border-right: 1px solid #ffffff;
      }
      
tab-images img{
    width: 250px;
    height: auto;
     }
     .row1{
        display: flex;
        flex-direction: column-reverse;
    }
    

}
