.need-personal-assistance-cta .content {
    text-align: center;
    padding:100px 30px 130px;
    max-width:800px;
    margin:0 auto;
}
.need-personal-assistance-cta .cta-des {
    margin-bottom: 13px;
}
.need-personal-assistance-cta .content .title-part {
  font-size: 31px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 12px;
  line-height: 38px;
  font-family: Inter;
}

.need-personal-assistance-section .content p {
  font-family: Inter;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  margin-bottom: 27px;
  max-width: 568px;
  width: 100%;
  padding: 0;
}

.need-personal-assistance-cta .contact-btn {
  background: #F87252;
  color: white;
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 19px;
  text-decoration: none;
}

.need-personal-assistance-cta .contact-btn:hover {
  background: #fa552d;
  color: #fff;
  text-decoration: none;
}
.need-personal-assistance-cta .cta-des p{
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  color:rgba(0, 0, 0, 0.96);
  line-height: 24px;
}