.service-cta {
  background: #221F20;
  padding: 80px 0 85px;
}
.service-cta .inner-area {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-cta .inner-area .left-area {
  width: 68%;
  padding: 0 150px 0 0;
}
.service-cta .inner-area .left-area h2{
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
}
.service-cta .inner-area .left-area p {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgb(255,255,255,0.9);
}
.service-cta .inner-area .right-area {
  width:  32%;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 160px;
  border-left: 1px solid rgb(255,255,255,0.3);
}
.service-cta .inner-area .right-area a.request-btn {
  max-width: 256px;
  height: 56px;
  padding: 15px 10px;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 0;
  display: block;
  width: 100%;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 2px solid #fff;
}
.service-cta .inner-area .right-area a.request-btn:hover{
  color:rgba(34, 31, 32, 0.9);
  background: #fff;
  text-decoration: none;
}
.service-cta .inner-area .right-area p{  
  font-family: Inter;
  font-weight: 500;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 0;
  padding: 0;
  margin: 30px 0 10px;
  color: rgb(255,255,255,0.7);
}
.service-cta .inner-area .right-area a.phone-no {
    -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    font-family: Inter;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.service-cta .inner-area .right-area a.phone-no:hover{
    text-decoration: none;
    color: rgb(255,255,255,0.8);

}
