.og-hamburger-menu {
  display: none;
}
.header-container {
  display: none;
}
body {
  background: #FFF !important;
}
.footer-section {
  background-color: #232323;
}
.footer-cred p {
  color: #232323;
}
.footer-cred p a {
  color: #232323;
}




.header-logo {
  width: 100%;
  position: absolute;
  top: 50px;
  text-align: center;
}

.header-logo img {
  width: 200px;
}







.og-hero {
  width: 100vw;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.hero-inner {
  width: 700px;
  margin: auto;
  padding-top: 100px;
}

.hero-inner h1 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  text-align: center;
}

.hero-inner p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-align: center;
  max-width: 70%;
  margin: auto;
}




.columns-section {
  width: 1100px;
  margin: -100px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding-top: 32%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: .3s;
}
.column:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(163, 163, 163, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.column:hover {
  transform: translateY(-10px);
}

.column img {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}





.testimonial-section {
  width: 800px;
  margin: 100px auto 0 auto;
}

.testimonial-section span {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: center;
  display: block;
}

.testimonial-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #2C5166;
  text-align: center;
  margin-top: 5px;
}

.testimonial-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: left;
  columns: 2;
  column-gap: 30px;
  margin-top: 20px;
}

#title {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: right;
  font-weight: 600;
  columns: 1;
}
#title a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: right;
  font-weight: 200;
  text-decoration: none;
  columns: 1;
}


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

  .header-logo img {
    display: none;
  }


  .hero-inner {
    width: 90%;
    padding-top: 50px;
  }

  .hero-inner h1 {
    font-size: 25px;
  }

  .hero-inner p {
    max-width: 100%;
    font-size: 14px;
  }

  .columns-section {
    width: 90%;
  }

  .column {
    width: 100%;
    margin: 10px 0;
    padding-top: 89%;
  }

  .testimonial-section {
    width: 90%;
  }

  .testimonial-section h2 {
    font-size: 25px;
  }

  .testimonial-section p {
    columns: 1;
  }

  #title {
    text-align: left;
  }




}
