.p_2_s208 .mainTextSec {
  margin-bottom: 50px;
}
.p_2_s208 .mainHeading {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 15px;
}
.p_2_s208 .mainHeading span {
  color: var(--themeColor1);
}
.p_2_s208 .mainSubPara {
  font-family: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.p_2_s208 .testiMain {
  padding: 80px 0px;
  background-color: var(--themeBg1);
}
.p_2_s208 .arrowMainSec {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.p_2_s208 .arrowRightIconSec,
.p_2_s208 .arrowLeftIconSec {
  pointer-events: all;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--themeColor1);
  border-radius: 8px;
}
.p_2_s208 .arrowRightIconSec i,
.p_2_s208 .arrowLeftIconSec i {
  color: var(--anchorColor);
}
.p_2_s208 .testiSlider .owl-nav.disabled + .owl-dots {
  margin-top: 20px !important;
}
.p_2_s208 .testiSlider .owl-dots .owl-dot.active span {
  background-color: var(--themeColor1);
}
.p_2_s208 .testiCardMainSec {
  padding: 30px;
  background-color: white;
  border-radius: 12px;
  position: relative;
  transition: 0.3s;
}
.p_2_s208 .testiCardMainSec:hover {
  margin-top: 5px;
}
.p_2_s208 .quoteIconMain {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 50px;
  padding: 15px 20px;
  background-color: var(--themeColor1);
  z-index: 2;
  border-bottom-left-radius: 80px;
  border-top-right-radius: 12px;
}
.p_2_s208 .quoteIconMain i {
  color: white;
  font-size: 35px;
}
.p_2_s208 .cardImgMain {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.p_2_s208 .cardImgMain img {
  object-fit: contain;
}
.p_2_s208 .testiCardName {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0px 5px 0px;
}
.p_2_s208 .testiCardDesig {
  font-size: 15px;
}
.p_2_s208 .starMainSec {
  margin: 15px 0px;
}
.p_2_s208 .starSec {
  width: 20px;
  height: 20px;
}
.p_2_s208 .starSec i {
  font-size: 14px;
  color: var(--themeColor1);
}
.p_2_s208 .testiCardComment {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 900px) {
  .p_2_s208 .testiMain {
    padding: 20px 0px;
  }
  .p_2_s208 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_2_s208 .arrowMainSec {
    display: none;
  }
  .p_2_s208 .mainTextSec {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .p_2_s208 {
    background-attachment: scroll;
  }
}
