

/*Top Banner*/
.top-banner {
  background: url(../image/sub-hero.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;

}

.top-banner .grey {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.top-banner .text-content {
  background-color: rgba(12, 148, 69, 0.9);
  padding: 20px 0 20px 20px;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 100px;
  left: auto;
  border-radius: 15px;
  z-index: 1;
}

.top-banner .text-content h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
    text-shadow: 1px 0 2px #000;
}

.top-banner .text-content p {
  font-family: Mulish, sans-serif;
  color: #ededed;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}

@media only screen and (max-width: 600px)  {

  .top-banner {
    width: 100%;
    height: 300px;
  }

  .top-banner .text-content h3 {
        font-size: 35px;
  }
  .top-banner .text-content p {
    font-size: 20px;
    margin-top: 10px;
  }

}



/*Overview*/

.overview img {
  width: 100%;
  height: auto;
}

.overview .card {
  background: transparent;
}

.overview .card p {
  font-family: 'Mulish', sans-serif !important;
  font-size: 1rem;
  font-weight: 500 !important;
  color: #111;
  line-height: 1.75rem;
  letter-spacing: 1px;
  text-align: justify;
}
