.banner-hero {
  padding: 155px 0px;
  color: white;
  background-size: cover;
}

.banner-hero h3 {
  font-size: 24px;
  font-weight: 300;
  color: white;
  line-height: 14px;
  margin-bottom: 20px;
}

.container {
  max-width: 1180px;
  padding: 0px 15px;
}

.banner-hero h1 {
  color: white;
  font-weight: 100;
  font-size: 72px;
}

.test-hero {
  padding-top: 98px;
  padding-bottom: 125px;
}

.test-wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0px 30px;
}

.testi-box {
  background: white;
  position: relative;
  margin-top: 27px;
  padding: 40px 0px;
}

.testi-quote {
  font-size: 143px;
  color: #286593;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  line-height: 0.4 !important;
  top: 20px;
  left: 20px;
}

.testi-box {
  display: flex;
  flex-flow: column;
}

.testi-info {
  padding: 0px 40px;
  padding-right: 60px;
  max-width: fit-content;
}

.testi-txt {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.testi-title {
  margin-bottom: 0px;
  font-size: 20px;
  color: #656565;
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 500px) {
  .test-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 0px;
  }

  .testi-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testi-title {
    text-align: center;
  }

  .testi-txt {
    text-align: center;
  }

  .testi-quote {
    left: -3px;
    text-align: center;
  }

  .banner-hero h3 {
    font-size: 20px;
    font-weight: 300;
    color: white;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .banner-hero h1 {
    font-size: 50px;
  }
}
