.cta .btn-contact {
  margin-top: 3rem;
}
.cta-1 {
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-2 .title-wrapper {
  margin-bottom: 7.5rem;
  position: relative;
}
.cta-2 .title-wrapper::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 38px;
  background-color: var(--border);
  bottom: -35px;
  left: 0;
}
.cta-2 .contact {
  margin-bottom: 1.5rem;
}
.cta-2 .contact .contact-field {
  margin-top: 1.3rem;
}
.cta-2 .contact .contact-field .icon-wrapper {
  border: none;
  border-radius: 0;
  font-size: 1.7rem;
  margin-right: 1rem;
  color: inherit;
}
.cta-2 .contact .contact-field .icon-wrapper .icon-mail {
  font-size: 0.9em;
}
.cta-2 .contact .contact-field .contact-link {
  text-decoration: none;
  color: inherit;
}
.cta-2 .contact .contact-field .contact-link:hover {
  color: var(--main-color-hover);
}
.cta-2 .photo-wrapper {
  width: 82%;
  float: right;
}
.cta-2 .photo-wrapper .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
/*Desktop: 1680*/
@media (max-width: 1919px) {
  .cta-2 .photo-wrapper {
    width: 90%;
  }
}
/*Desktop: 1400*/
@media (max-width: 1679px) {
  .cta .btn-contact {
    margin-top: 2rem;
  }
  .cta-2 .title-wrapper {
    margin-bottom: 6.5rem;
  }
  .cta-2 .title-wrapper::after {
    bottom: -30px;
  }
}
/*Desktop: 1200*/
@media (max-width: 1399px) {
  .cta-2 .title-wrapper::after {
    width: 32px;
  }
  .cta-2 .photo-wrapper {
    width: 82%;
  }
}
/*Desktop: 992*/
@media (max-width: 1199px) {
  .cta-2 .photo-wrapper {
    width: 90%;
  }
}
/*Desktop: 768*/
@media (max-width: 991px) {
  .cta-2 .title-wrapper {
    margin-bottom: 6rem;
  }
  .cta-2 .title-wrapper::after {
    bottom: -27px;
  }
}
/*Desktop: 576*/
@media (max-width: 767px) {
  .cta .btn-contact {
    margin-top: 1.5rem;
  }
  .cta-2 .photo-wrapper {
    margin-top: 7rem;
    width: 100%;
  }
}
/*Desktop: 425*/
/*Desktop: 320*/
