.about-footer-cta {
  max-width: 1400px;
  margin: 0 auto 180px;
  background: rgba(242, 239, 237, 1);
  border-radius: 14px;
}
.about-footer-cta .inner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-footer-cta .inner-content .left-content {
  width: 58%;
  padding: 0 100px 0 200px;
}
.about-footer-cta .inner-content .right-content {
  width: 42%;
  text-align: right;
}
.about-footer-cta .inner-content .right-content img {
  height: 695px;
  width: 100%;
  object-fit: cover;
}
.about-footer-cta .inner-content .left-content h2 {
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
}
.about-footer-cta .inner-content .left-content p {
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
}
.about-footer-cta .inner-content .left-content p:las:last-of-type{
  margin: 0;
}
.about-footer-cta .inner-content .left-content .cta-btn {
  margin: 35px 0 45px;
  display: flex;
  gap: 0 20px;
}
.about-footer-cta .inner-content .left-content .cta-btn a{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 19px;
  letter-spacing: 0.01em;
  max-width: 220px;
  width: 100%;
  display: block;
  height: 44px;
  padding: 12px 10px;
  text-decoration: none;
  background: rgba(255, 113, 0, 1);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  border: 1px solid #ff7100;
}
.about-footer-cta .inner-content .left-content .cta-btn a:last-of-type{
  max-width: 150px;
  background: transparent;
  border-color: #000;
  color: #000;
}
.about-footer-cta .inner-content .left-content .cta-btn a:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
.about-footer-cta .inner-content .left-content .cta-btn a:last-of-type:hover{
  background: #000;
  color: #fff;
}
.about-footer-cta .inner-content .left-content h3{
  
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: Switzer Variable;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
}
.about-footer-cta .inner-content .left-content a.phone-link{
  
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  border-bottom: 1px solid #ff7100;
  color: #ff7100;
}
.about-footer-cta .inner-content .left-content a.phone-link:hover{
  
  border-color: #000;
  color: #000;
}
