@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600&display=swap&subset=latin-ext");
/*
    font-family: 'Poppins', sans-serif;
*/
.colorBayOfMany {
  color: #21437a;
}

.mainBanner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .mainBanner {
    margin-bottom: 20px;
  }
}

.mainBanner .mainBannerContent {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainBanner h1 {
  float: left;
  color: #fff;
  margin: 60px 0;
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  .mainBanner h1 {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainBanner h1 {
    font-size: 24px;
  }
}

.mainBanner .bannerTextTop {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .mainBanner .bannerTextTop br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mainBanner .bannerTextTop {
    font-size: 20px;
    line-height: 1.4;
  }
}

.mainBanner .banner {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mainBanner .banner {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.mainBanner .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

.about .aboutTitle {
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about .aboutTitle {
    margin-bottom: 20px;
  }
}

.about p {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}

.about .slug {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
  font-weight: 500;
}
/*# sourceMappingURL=about.css.map */