.banner-section {
  background-image: url('../assets/images/banner-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
}

.banner-section .title {
  font-family: 'Nasalization', 'Poppins';
  font-size: 29px;
  font-weight: 400;
  color: #15294B;
}

@media (min-width: 1024px) {
  .banner-section .title {
    font-size: 39px;
  }

  .banner-section {
    height: 80vh;
  }
}