#customPageTitle {
  display: none;
}

h1[data-aos="fade-right"] {
  transform: translate3d(-50px, 0, 0);
}

.customPageCenteredContent {
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
}

.bannerContainer,
.bannerBg {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.bannerBg {
  filter: brightness(0.8);
}

h1 {
  color: #fff;
  position: absolute;
  bottom: 5vw;
  font-size: 4vw;
  width: 46vw;
  line-height: 4.1vw;
  left: 10vw;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  color: #fff;
}

h3 {
  color: #000;
}

.aboutInfo {
  background-color: var(--secondary);
  color: #fff;
  display: block;
  float: left;
  margin-bottom: 60px;
  width: 100%;
}

.aboutInfoContainer {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.number {
  font-size: 40px;
  font-weight: 500;
  margin-block-start: 20px;
  margin-block-end: 0;
}

.col-4 .text {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.row {
  width: 80%;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.col p {
  width: 90%;
  max-width: 500px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  margin: 20px auto;
}

.col img {
  width: 90%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.galleryContainer {
  background: linear-gradient(90deg, var(--secondary) 50%, #f9f7f7 0%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.left h2 {
  font-weight: 600;
  font-size: 4.2vw;
  line-height: 4.29vw;
  margin-right: 50px;
}

.left {
  display: flex;
  align-items: flex-end;
  margin-left: 10vw;
  margin-bottom: 5vw;
  height: calc(100% - 5vw);
}

.left img {
  display: block;
  margin-bottom: 2.9vw;
  width: 8px;
}

.gallery {
  margin: 0vw auto !important;
  width: 75%;
}

.gallery h3 {
  font-size: 3.5vw;
  line-height: 3.5vw;
  font-weight: 600;
  margin-bottom: 20px;
}

.box {
  width: 400px;
  display: flex !important;
  height: 37vw !important;
  justify-content: center;
  flex-direction: column;
  color: #000;
}

.box p {
  width: 90%;
  font-size: 14px;
  line-height: 23px;
}

.gallery .slick-dots {
  width: 30px !important;
  float: right;
  height: 200px;
  right: 0;
  top: calc(50% - 100px);
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery .slick-dots li {
  margin: 4px 0;
}

.slick-dots li.slick-active button:before {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
  opacity: 1;
}

.slick-dots li button:before {
  border: 2px solid #e7e7e7;
  background-color: #e7e7e7;
  width: 5px;
  height: 5px;
}

.horizontalSlider h2 {
  color: var(--secondary);
  text-align: center;
  font-size: 43px;
  line-height: 47px;
  font-weight: 600;
  margin: 80px auto 40px;
}

.cardInfo {
  background-color: #f9f7f7;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  width: 70%;
  min-width: 304px;
  min-height: 392px;
  box-sizing: border-box;
  padding: 79px 5% 20px;
  margin: auto;
}

.cardTitle {
  color: #fff;
  background: var(--secondary);
  line-height: 55px;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  position: absolute;
  margin: auto;
  top: 20px;
  min-width: 320px;
}

.horizontalSlider .card {
  position: relative;
  display: flex;
  justify-content: center;
}

.sliderContainer .slick-dots {
  right: 0;
  position: relative;
}

.bottomBanner {
  background: #211e1e;
  margin-top: 80px;
  padding: 20px 5%;
  display: flex;
  font-size: 14px;
  line-height: 19px;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  justify-content: space-between;
}

.bottomBanner span {
  font-size: 35px;
  display: block;
  line-height: 20px;
}

.bottomBanner a {
  width: 150px;
  background: var(--secondary);
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  border: 1px solid var(--secondary);
}

.bottomBanner a:hover {
  background: #fff;
  color: var(--secondary);
  border: 1px solid #fff;
}

.testimony {
  display: flex !important;
  align-items: center;
  height: 30vw !important;
}

.profile {
  width: 90px;
  margin-right: 40px;
  background-size: cover;
  height: 90px;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.profileInfo {
  width: calc(90% - 130px);
  color: #000;
  font-size: 14px;
  line-height: 23px;
}

.profileInfo p:first-of-type {
  color: var(--secondary);
  font-weight: 500;
}

#secondGallery .left img {
  margin-bottom: 1.24vw;
}

.left img[data-aos="fade-right"] {
  transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
}

@media screen and (max-width: 768px) {
  h1 {
    bottom: 10%;
    font-size: 23px;
    width: 90%;
    line-height: 28px;
    left: 5%;
  }

  .bannerBg {
    filter: brightness(0.5);
  }

  .aboutInfoContainer {
    display: block;
  }

  .row {
    display: block;
    width: 90%;
  }

  .aboutInfo {
    margin-bottom: 40px;
  }

  .col p {
    width: 100%;
    max-width: unset;
    font-size: 13px;
    line-height: 22px;
  }

  .col img {
    width: 100%;
  }

  .galleryContainer {
    padding-bottom: 60px;
    height: auto;
    display: block;
    background: linear-gradient(180deg, var(--secondary) 138px, #f9f7f7 0%);
  }

  .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0vw;
    margin-bottom: 35px;
    height: auto;
  }

  .left h2 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    line-height: 32px;
    margin-top: 27px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .left img {
    display: block;
    margin-bottom: -1px;
    transform: rotate(0deg);
    width: 15px;
  }

  .box {
    height: auto !important;
  }

  .gallery {
    width: 85%;
  }

  .gallery h3 {
    font-size: 22px;
    line-height: 26px;
    width: 92%;
    margin: 20px auto;
  }

  .gallery h3 br {
    display: none;
  }

  .box p {
    width: 92%;
    font-size: 13px;
    margin: auto;
    line-height: 20px;
  }

  .gallery .slick-dots {
    width: 100% !important;
    display: block !important;
    position: relative;
    top: unset;
    height: auto;
  }

  .gallery .slick-dots li {
    margin: 0 7px;
  }

  .horizontalSlider .slick-dots li {
    margin: 0 7px;
  }

  .horizontalSlider h2 {
    font-size: 32px;
    line-height: 37px;
    margin: 28px auto 18px;
  }

  .cardTitle {
    line-height: 37px;
    font-size: 16px;
    width: 90%;
    min-width: unset;
  }

  .cardInfo {
    font-size: 13px;
    line-height: 22px;
    width: 80%;
    min-width: unset;
    min-height: unset;
    padding: 67px 5% 20px;
  }

  #secondGallery .left img {
    margin-bottom: -1px;
  }

  .bottomBanner {
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    margin-top: 40px;
  }

  .bottomBanner br {
    display: none;
  }

  .bottomBanner a {
    width: 130px;
    line-height: 35px;
    margin-top: 26px;
    margin-bottom: 6px;
  }

  .bottomBanner span {
    font-size: 17px;
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }

  #secondGallery {
    background: linear-gradient(180deg, var(--secondary) 107px, #f9f7f7 0%);
  }

  .testimony {
    height: auto !important;
    flex-direction: column;
  }

  .profile {
    margin-right: 0;
    margin-top: 20px;
  }

  .profileInfo {
    width: 90%;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
  }

  .left h2[data-aos="fade-down"],
  .left img[data-aos="fade-down"] {
    transform: translate3d(0, -20px, 0);
  }
}
