#interwest-gives-back-hero-section .site-container-1340 .hero-wrapper {
  padding: 20px;
  background-image: linear-gradient(180deg, rgba(1, 103, 171, 0.15) 0%, rgba(0, 81, 47, 0.07) 100%);
  border-radius: 10px;
}
@media (min-width: 992px) {
  #interwest-gives-back-hero-section .site-container-1340 .hero-wrapper {
    padding: 40px;
  }
}
#interwest-gives-back-hero-section .site-container-1340 .hero-wrapper .logo-wrapper {
  position: relative;
  width: 100%;
  max-width: 210px;
  height: 210px;
  padding-bottom: 20px;
  margin: 0 auto;
}
#interwest-gives-back-hero-section .site-container-1340 .hero-wrapper .logo-wrapper img {
  max-width: 225px;
  max-height: 207px;
}
@media (min-width: 992px) {
  #interwest-gives-back-hero-section .site-container-1340 .hero-wrapper .logo-wrapper {
    max-width: 280px;
    height: 280px;
    padding-bottom: 0;
  }
  #interwest-gives-back-hero-section .site-container-1340 .hero-wrapper .logo-wrapper img {
    max-width: 300px;
    max-height: 276px;
  }
}
#interwest-gives-back-hero-section .site-container-1340 .hero-wrapper .text-column {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
}

#interwest-gives-back-community-section {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  #interwest-gives-back-community-section {
    padding-bottom: 50px;
  }
}
#interwest-gives-back-community-section .community-image-wrapper {
  overflow: hidden;
  aspect-ratio: 16/9;
}
#interwest-gives-back-community-section .community-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  cursor: pointer;
}