.about-bottom-cta.bottom-service-request-cta-section {
    padding:83px 0px 139px 0;
    background: url(/template/c73e5a0b/images/about-bottom-cta.png) no-repeat;
    background-size: cover;
    margin: 0 -30px !important;
    overflow-x: hidden;
}


.bottom-service-request-cta-section .cta-container{
  margin:0 auto;
  text-align:center;
  padding:0 30px;
  max-width:1090px;
  margin:0 auto;
}

.about-bottom-cta.bottom-service-request-cta-section p{
   font-size:20px;
  font-weight:400;
  line-height:35px;
  color:#ffffff;
}
.about-bottom-cta.bottom-service-request-cta-section .cta-container .cta-service-title {
    color:#fff;
    max-width: 900px;
    margin: 0 auto;
    padding:23px 0 15px 0;
}
.bottom-service-request-cta-section a {
  max-width: 215px;
  margin:0 auto;
  display: block;
  padding: 9px 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  height: 40px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 70px;
}
.bottom-service-request-cta-section a:hover{
  background: #fff;
  color: #2D9FAB;
}
.bottom-service-request-cta-section .request-btn{
  margin-top:20px;
}
