@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.testi-wrap {
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}

.testi-in {
  width: auto;
  height: auto;
  margin: 0 20px;
  color: black;
  font-family: 'Montserrat', sans-serif;

}

.testi-in-content {
  width: 90%;
  height: auto;
  position: relative;
  background: #fff;
  padding: 25px 15px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.testi-in-content:before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
  font-family: 'Montserrat', sans-serif;
}

.testi-in-content h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #262626;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.testi-in-content p {
  font-size: 14px;
  color: #aaa;
  font-weight: 300;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}

.testi-in-image {
  width: 94%;
  height: auto;
  text-align: center;
  padding-top: 40px;
  color: black;
}

.testi-in-image img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.testi-in-image h2 {
  font-size: 16px;
  color: black;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.testi-in-image h2 span {
  font-size: 14px;
  color: black;
  font-weight: 300;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
  background: #aaa !important;
  opacity: 1 !important;
  transition: .5s;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #fff !important;
}
