/*BEGIN SECTION-LOCATIONS*/


.locations-header {
  
 background: url('background.png');
display: flex;
flex-direction: column;
align-items: center;
padding: 25px;

color: #fff;

}


.section-locations  {
margin: 0 auto;
}



.section-locations-container  {
background: url('background.png');
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 50px;
padding: 25px 25px 25px 0px;    


}

.section-locations-adjuster {
  
display: flex;
flex-direction: row;
gap: 50px;

width: 100%;

max-width: 2000px;

}



.section-locations-addys  {
display: flex;
flex-direction: column;
gap: 20px;
}
.section-locations-addys {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 50%;
}
.section-locations-addys-address-wrap {
border-radius: 0 20px 20px 0;
border-style: solid;
border-width: 2px;
border-color: #9882ff;
color: #fff;  
background: #000;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 4px 20px;
}
.section-locations-addys-address-container  {
width: 100%; 
display: flex;
flex-direction: column; 
align-items: flex-end;
color: #fff;
}
.section-locations-addys-address {
}
.section-locations-map {
width: 50%;
max-width: 800px;
}
@media only screen and (min-width: 1121px)  {
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {


.section-locations-map {
}



}
@media only screen and (min-width: 150px) and (max-width: 768px) {




.section-locations-adjuster {
  
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;

width: 100%;



}



.section-locations-container  {
flex-direction: column;
align-items: center; 

padding: 50px 0;
 
}


.section-locations-addys {  
width: 70%;

}


.section-locations-addys-address-wrap {
border-radius: 0;
border-style: solid;
border-width: 2px;
border-color: #9882ff;
color: #fff;  
background: #000;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 25px 0;  
}
.section-locations-addys-address-container, .section-locations-addys-address-wrap  {
align-items: center;
}
.section-locations-map {
height: 420px;
width: 80%
}
}
/*END SECTION-LOCATIONS*/
