.person-info {
  box-shadow: 0px 4px 40px rgba(50, 64, 112, 0.12);
  border-radius: 5px;
}

.person-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}

.feature-info-style-05 i {
  width: 170px !important;
  height: 170px !important;
}

.number-about {
  font-weight: bold;
  font-size: 60px;
}

.testimonial-content p {
  color: #000 !important;
}

.img-otz {
  width: 200px;
  height: auto;
}

.owl-prev, .owl-next {
  top: 35% !important;
}

.tab-btn {
  cursor: pointer;
}

.tab-list-main .col-11 {
  min-height: 300px;
}

.screenshots .owl-item {
  padding: 0 25px !important;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshots .owl-prev {
  top: 44% !important;
  left: -15px !important;
}

.screenshots .owl-next {
  top: 44% !important;
  right: -15px !important;
}

.testimonial .owl-item {
  padding: 0 20px !important;
}

.testimonial .testimonial-item .testimonial-content p {
  font-size: 18px !important;
}

#pewl {
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .img-otz {
    width: 140px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .tab-list-main .col-11 {
    min-height: 400px;
  }
}