.service-call-action {
  background: #eff0f3;
}
.service-call-action .inner-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 130px;
}
.service-call-action .inner-content h3 {
  margin: 0 0 25px;
  padding: 0;
  font-family: Instrument Sans;
  font-size: 28px;
  font-weight: 600;
  line-height: 41px;
  text-align: center;
}
.service-call-action .inner-content .service-cta-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.service-call-action .inner-content .service-cta-btn a.make-inquiery {
  display: block;
  background: #F6A335;
  border-radius: 50px;
  padding: 10px 5px;
  color: #000000;
  text-decoration: none;
  font-family: Instrument Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.52px;
  letter-spacing: 0.02em;
  height: 42px;
  max-width: 224px;
  width: 100%;
  margin: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.service-call-action .inner-content .service-cta-btn a.make-inquiery:hover{
  background: #000;
  color: #fff;
}
.service-call-action .inner-content .service-cta-btn .call-btn{
  margin:0 0 0 35px;
}
.service-call-action .inner-content .service-cta-btn .call-btn p {
  padding: 0;
  margin: 0;
  font-family: Instrument Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-align: left;
}
.service-call-action .inner-content .service-cta-btn .call-btn a {
  font-family: Instrument Sans;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.service-call-action .inner-content .service-cta-btn .call-btn a:hover {
  color:#F6A335;
}
