.backgroundimg {
  background-size: cover;
  height: 100vh;
  position: relative;
  margin-bottom: 40px;
  margin-top: -151px;
}

.backgroundimg::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(180deg, #027242 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.backgroundimg .arrow-down {
  position: absolute;
  bottom: 0px;
  left: 48.5%;
  text-align: center;
  margin: 0px auto;
  height: auto;
  z-index: 5;
}

.backgroundimg .arrow-down span {
  padding: 10px 15px;
  background-color: #FFFFFF;
  color: #2D3846;
  font-size: 2.5rem;
}

.banner-content-left {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 1;
  width: 40%;
}

.banner-content-left h1 {
  color: #FFFFFF !important;
  font-size: 7rem;
  line-height: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.banner-content-left h1::after {
  content: '';
  width: 120%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -30px;
  left: 0px;
}

.banner-content-right {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 1;
  width: 40%;
}

.banner-content-right span {
  color: #FFFFFF !important;
  font-size: 2.1rem;
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  display: block;
}

@media (max-width: 575px) {
  .backgroundimg {
    height: 500px;
  }
  .banner-content-left {
    width: 100%;
    left: 0;
    top: 30%;
    padding: 0px 15px;
  }
  .banner-content-left h1 {
    font-size: 2rem;
  }
  .banner-content-left h1::after {
    display: none;
  }
  .banner-content-right {
    width: 100%;
    left: 0;
    top: 50%;
    padding: 0px 15px;
  }
  .banner-content-right span {
    font-size: 1rem;
  }
  .backgroundimg .arrow-down {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .backgroundimg {
    height: 500px;
  }
  .banner-content-left {
    width: 100%;
    left: 0;
    top: 30%;
    padding: 0px 15px;
  }
  .banner-content-left h1 {
    font-size: 2rem;
  }
  .banner-content-left h1::after {
    display: none;
  }
  .banner-content-right {
    width: 100%;
    left: 0;
    top: 50%;
    padding: 0px 15px;
  }
  .banner-content-right span {
    font-size: 1rem;
  }
  .backgroundimg .arrow-down {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .backgroundimg {
    height: 500px;
  }
  .banner-content-left {
    width: 100%;
    left: 0;
    top: 30%;
    padding: 0px 15px;
  }
  .banner-content-left h1 {
    font-size: 3.5rem;
  }
  .banner-content-left h1::after {
    display: none;
  }
  .banner-content-right {
    width: 100%;
    left: 0;
    top: 56%;
    padding: 0px 15px;
  }
  .banner-content-right span {
    font-size: 1.5rem;
  }
  .backgroundimg .arrow-down {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-content-left h1 {
    font-size: 5.5rem;
  }
}
