/*BEGIN NEW (SOCIAL AND POSTERS)*/
.section-social-and-posters  {
background: url('background2.png');
}
.new-wrap  { 

padding: 25px;
   
max-width: 1400px;
margin: 0 auto;

display: flex;
flex-direction: row;
justify-content: space-between; 
}
.new-wrap h1  {

}





.new-social-wrap {
width: 38%;
display: flex;
flex-direction: column;
justify-content: space-between; 
align-items: center;
gap: 25px;
}  





.new-social-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 25px 0;
gap: 50px;
}  
.new-social-1  {
width: 62%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
padding: 25px;
box-shadow: 0px  0px 4px #000;
background: rgba(250,250,250,0.62);
}
.new-social-1-image {
width: 100%;
}
.new-social-2  {
width: 38%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
padding: 25px;
box-shadow: 0px  0px 4px #000;
background: rgba(250,250,250,0.62);
}
.new-social-2-image {
width: 100%;
}






.new-posters-wrap {
width: 61%;
display: flex;
flex-direction: column;
justify-content: space-between; 
align-items: center;
gap: 25px;
} 





   
.new-posters-container {
padding: 25px 0;
display: flex;
flex-direction: row;
justify-content: space-around;  
align-items: center;
width: 100%;
gap: 25px;
}

.new-poster-wrap  {
width: 33%;
display: flex;
flex-direction: column;
justify-content: center;  
align-items: center;
background: rgba(250,250,250,0.62);
box-shadow: 0px  0px 4px #000;
}
.new-poster-size    {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.new-poster-thumb     {
}
.new-poster-buttons     {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px;
width: 100%;
padding: 10px 0;
}
.new-poster-button-icon {
background: #9882ff;
font-size: 14px;
padding: 5px 8px;
border-radius: 10px;
border-style: solid;
border-color: #e8e8e8;
color: #fff;
}
@media only screen and (min-width: 1121px)  {
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {

.new-wrap  {    
flex-direction: column; 
}
.new-social-wrap {
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start; 
align-items: center;
gap: 25px;
}   
.new-social-container {
display: flex;
flex-direction: row;
gap: 30px;
}  
.new-posters-wrap {
width: 100%;
}  

.new-poster-wrap  {

padding: 5%;

}
  
}
@media only screen and (min-width: 150px) and (max-width: 768px) {
.new-wrap  {    
flex-direction: column; 
}
.new-social-container {
display: flex;
flex-direction: row;
gap: 30px;
}  
.new-social-wrap {
width: 100%;
}  
.new-social-1, .new-social-2   {
width: 100%;
}


.new-posters-container  {
 

 
flex-direction: column;

}

.new-posters-wrap {
width: 100%;


}   



.new-poster-wrap {
width: 90%;
flex-direction: row;
padding: 5%;


}   

.new-poster-buttons     {

flex-direction: column;
align-items: center;

}


.new-poster-button-icon {
background: #9882ff;
font-size: 14px;
padding: 5px 8px;
border-radius: 10px;
border-style: solid;
border-color: #e8e8e8;
color: #fff;
width: 50px;
}



}
/*END NEW SOCIAL & POSTERS*/   
