p { 
   color:  white; 
   font-family: 'Montserrat', sans-serif;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.2;
}

 h4 { 
   color:  white; 
   font-family: 'Montserrat', sans-serif;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.2;
}

body {
  
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  
  background: #272828;
 }


 header {
  display: block;
  background: #272828;
 }
 
 section {
    display: block;
}

.top-section {
    background: url(/img/back_divani.png) no-repeat top center;
    padding-top: 35px;
    padding-bottom: 90px;
}

.container {
    padding: 0 150px;
	color: #fff;
}

.thin-client {
    
    padding-top: 270px;
	font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 10px;
}


.row > * {
	
    padding: 0 200px;
}

.backs{
	max-width: 100%;
    padding: 15px 25px 15px 25px;
    background-color: #272828ab;
    border-radius: 0px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 40%);
	
}

.flow {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.col-md-6 {
	max-width: 90%;
	
	
}

.green-button-2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    background: #13D2A5;
    border-radius: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 15px;
    width: 200px;
    display: block;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 35px;
}