/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.brand__banner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .brand__banner {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .brand_banner {
    border-radius: 8px;
  }
}
.brand_banner {
  background: linear-gradient(90deg, #4cb1a3, #8add4f);
  width: 100%;
  height: auto;
}
.brand_banner .container {
  width: 100%;
  height: auto;
  max-width: 1380px;
  margin: 0 auto;
}
.brand_banner .banner_inner {
  padding: 30px 0;
}
.brand_banner h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  padding-bottom: 30px;
}
.brand_banner p {
  font-size: 14px;
  line-height: 25px;
  max-width: 410px;
}
