.hero-section {
  background-color: var(--color-primary-blue);
  color: var(--color-white);
  height: 40vh;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 175"><rect x="0" y="0" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="35" y="0" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="70" y="0" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="105" y="0" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="140" y="0" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="175" y="0" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="35" y="30" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="70" y="30" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="105" y="30" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="140" y="30" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="175" y="30" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="140" y="60" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="175" y="60" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="140" y="90" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="175" y="90" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="140" y="120" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="175" y="120" width="25" height="25" fill="rgba(255,255,255,0.1)"/><rect x="175" y="150" width="25" height="25" fill="rgba(255,255,255,0.1)"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-position: center right 1rem;
}

.logo-cbm {
  width: 50%;
  height: auto;
}

@media (min-width: 384px) {
  .hero-section {
    height: 50vh;
  }
}

@media (min-width: 470px) {
  .hero-section {
    height: 60vh;
  }
}

@media (min-width: 992px) {
  .hero-section {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 350"><rect x="0" y="0" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="70" y="0" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="140" y="0" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="210" y="0" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="280" y="0" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="350" y="0" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="70" y="60" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="140" y="60" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="210" y="60" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="280" y="60" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="350" y="60" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="280" y="120" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="350" y="120" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="280" y="180" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="350" y="180" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="280" y="240" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="350" y="240" width="50" height="50" fill="rgba(255,255,255,0.1)"/><rect x="350" y="300" width="50" height="50" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: auto 90%;
    background-position: center right 1.5rem;
    height: 60vh;
  }

  .logo-cbm {
    width: 20%;
  }
}