.bottom-service-request-cta-section {
    padding: 83px 0px 139px 0;
    background: url(/template/c73e5a0b/images/service-bottom-cta.png) no-repeat;
    background-size: cover;
    margin-left: -30px;
    margin-right: -30px;
}

.bottom-service-request-cta-section .cta-container{
  margin:0 auto;
  text-align:center;
  padding:0 30px;
}
.bottom-service-request-cta-section p{
   font-size:21px;
  font-weight:400;
  line-height:37px;
  color:#ffffff;
}
.bottom-service-request-cta-section .cta-container .cta-service-title {
  font-size:48px;
  line-height:55px;
  font-weight:700;
  color:#ffffff;
}
.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;
}
