.dnd_area-row-1-background-color {
 background-color: #33A4E2;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 3.71%, rgba(255, 255, 255, 0) 91.42%),#33A4E2;  !important;
  }

#grad1 {
  height: auto;
  background-color: #33A4E2;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 3.71%, rgba(255, 255, 255, 0) 91.42%),#33A4E2; 
background-blend-mode: multiply, normal;
}
.banner-content{
padding:210px 300px 80px 30px;
  }
.text-banner{
  font-family: Poppins; 
font-style: normal; 
font-weight: 205; 
line-height: 48px; 
text-transform: uppercase; 
color: #ffffff;
font-size: 24px;
}

@media screen and (max-width: 830px) {
  .banner-content{
padding: 60px;
}
 
  .text-banner{
  font-family: Poppins; 
font-style: normal; 
font-weight: 205; 
line-height: 30px; 
text-transform: uppercase; 
color: #ffffff;
font-size: 20px;
}
  }
