.testimo-writer{font-size: 17px;font-weight: 600;margin-top: 10px;display: inline-block;color: #ef990a;}
.testimo{position: relative;}
.orangebg {  font-size: 100px;color: orange;text-align: center;position: absolute;top: 0%;transform: translateY(-50%);}
.page_title {background-color: #fff;padding-bottom: 35px;padding-top: 35px;border-bottom: 1px solid #f2f2f2;}
.page_title h1, .page_title h2, .page_title h3{font-size: 32px;text-transform: uppercase;font-weight: bold;}
.font25{font-weight: bold;font-size: 25px;text-transform: uppercase;}
.testimo p{font-family: "Open Sans", sans-serif;font-size: 16px;font-weight: 400;line-height: 24px;}
.testimonialpage{padding: 2rem 0px;}

@media (992px <= width <= 1100px) {
.page_title h1, .page_title h2, .page_title h3{font-size: 30px;}
.testimonialpage{padding: 1.5rem 0px;}
.orangebg { font-size: 48px;text-align: center;}
.testimo p{margin-bottom: 0px;}
}

@media (768px <= width <= 991.99px) {
  .page_title h1, .page_title h2, .page_title h3{font-size: 27px;}
  .testimonialpage{padding: 1.5rem 0px;}
  .orangebg { font-size: 44px;text-align: center;}
  .testimo p{margin-bottom: 0px;}
}

@media (576px <= width <= 767px) {
  .page_title {padding-bottom: 22px;padding-top: 22px;}
  .page_title h1, .page_title h2, .page_title h3{font-size: 24px;}
  .testimonialpage{padding: 1rem 0px;}
  .orangebg { font-size: 44px;text-align: left;position: relative;top: unset;transform: unset; margin-top: -28px; height: 40px; margin-bottom: 27px;}
  .testimo p{margin-bottom: 0px;}
}

@media (320px <= width <= 575px) {
  .page_title {padding-bottom: 15px;padding-top: 15px;}
  .page_title h1, .page_title h2, .page_title h3{font-size: 24px;}
  .testimonialpage{padding: 1rem 0px;}
  .orangebg { font-size: 44px;text-align: left;position: relative;top: unset;transform: unset; margin-top: -28px; height: 40px; margin-bottom: 27px;}
  .testimo p{margin-bottom: 0px;}
}