#banner-module {
	background-color: #DFE6EC;
	background-size: cover;
	background-position: left top;
	height: auto;
  padding: 15vh 0 20vh;
  padding-left: 5%;
}

.banner-content{
  width: auto 
}

#banner-module .banner-logo {
	display: inline-block;
}

#banner-module .banner-logo img {
	max-height: 90px;
}

#banner-module .banner-logo .divider {
	content: '';
	background: transparent linear-gradient(90deg, #E9CE18 0%, #F6335E 100%) 0% 0% no-repeat padding-box;
	height: 2px;
	margin-top: 0.5rem;
}

#banner-module .banner-content h1 {
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0;
  font-size: 4.2rem;
  line-height: 4rem;
}

#banner-module .banner-content h1 span {
	background-color: #39AC16;
  text-transform: uppercase;
}

#banner-module .banner-content p {
	margin: 1rem 0;
  font-size: 1.3rem;
	color: #FFF;
}
  @media (max-width: 450px) {
    #banner-module {
      height: 100%;
      padding: 10vh 10% 30vh;
      text-align: center;
      font-size: 20px !important;
    }
    .banner-content{
      width: 100%;
    }
  }
  @media (max-width: 576px) {
    #banner-module {
      height: 60vh;
      padding: 10vh 10% 20vh;
      text-align: center;
    }
    .banner-content{
      width: 100% 
    }
  }

  @media (max-width: 768px) {
    #banner-module {
      height: 60vh;
      padding: 10vh 10% 10vh;
      text-align: center;
    }
  }

  @media (max-width: 992px) {
    .banner-content{
      width: 90% 
    }

    #banner-module {
      height: 60vh;
      padding: 10vh 10% 20vh;
      text-align: center;
    }

    #banner-module .banner-content {
      text-align: center;
    }

    #banner-module .banner-content h1 {
      font-size: 3rem;
      line-height: 4rem;
      text-align: center;
    }

    #banner-module .banner-content p {
        font-size: 1.3rem;
        text-align: center;
    }
  }
  
  @media (max-width: 1200px) {