
.ovr_v2 .vs_title h3{
  color: #3A3A3A;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em; 
  margin-bottom: 40px;
}
.ovr_v2 .sr_bx {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 1px;
  box-shadow: 0 0 3px 0 rgb(239 239 239 / 7%);
  margin-bottom: 2rem;
  width:100%:
}
.ovr_v2 .sr_bx h3 {
  color: #3A3A3A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 20px;
  margin-bottom: 20px;

}

.ovr_v2 .sr_description ul, .ovr_v2 .sr_description ol {
  padding-left: 25px;
  list-style: none;
}

.ovr_v2 .sr_description ul li::before {
  content: "\2022";
  color: #EA6B00;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 18px;
}
.ovr_v2 .sr_description, .ovr_v2 .sr_description p, .ovr_v2 .sr_description ul > li, .ovr_v2 .sr_description ol > li {
  color: #3A3A3A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  padding-bottom: 5px;
  list-style: none;
  padding-top: 5px;
}
.ovr_v2 .sr_cta{
  display:block;
  text-align:center;
  margin-top: 20px
}
.ovr_v2 .sr_cta a {
  background-color: #EA6B00;
  padding: 18px 70px;
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.1s ease-in-out;
}
.ovr_v2 .sr_cta a:hover{
  background-color:#ef740d; 
  transition: 0.1s ease-in-out;
  color: #010101;
}