/* hero */
#cambia-casa-hero {
  margin-top: 68px;
  height: 800px;
  position: relative;
  color: #fff;
  text-align: center;
  padding-bottom: 113px;
  margin-bottom: 56px;
  position: relative;
}

#cambia-casa-hero img {
  border-radius: 8px;
  width: calc(100% - 64px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#cambia-casa-hero::before {
  content: '';
  position: absolute;
  width: calc(100% - 64px);
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.3) 100%);
  opacity: .4;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 8px
}

#cambia-casa-hero h1 {
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}

#cambia-casa-hero p {
  margin: 0 auto 20px;
  max-width: 500px;
  font-size: 24px;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

#cambia-casa-hero a {
  position: relative;
  z-index: 2;
}

@media screen and (max-width:992px) {
  #cambia-casa-hero {
    height: 80vh;
    margin-bottom: 0;
    padding-bottom: 54px;
  }

  #cambia-casa-hero img {
    border-radius: 0;
    width: 100%;
  }

  #cambia-casa-hero::before {
    border-radius: 0;
    width: 100%;
  }
}

.cambia-casa-section.bg-light-grey {
  padding: 65px 0;
}

.cambia-casa-section h2 {
  /* font-size: 46px !important; */
  margin-bottom: 38px;
}

.cambia-casa-section.bg-light-grey p {
  text-align: center;
  color: var(--grey-1);
  /* max-width: 600px; */
  margin: 0 auto 16px;
}

.cambia-casa-section .card-section {
  margin-top: 36px;
}

.cambia-casa-section .card {
  width: 100%;
  height: 100%;
}

.cambia-casa-section .card .img-wrapper {
  background-color: #fff;
  padding: 40px 40px 32px 40px;
  width: 100%;
}

.cambia-casa-section .card .img-desc {
  font-family: Bicyclette;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 5%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
}

.cambia-casa-section .card img {
  box-shadow: 0px 28px 28px -21px #00000059;
  border-radius: 4px;

}

.cambia-casa-section .card .text-wrapper {
  background-color: #f1f0eb;
  padding: 30px;
  width: 100%;
  font-family: Bicyclette;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  place-content: center;
}

.cambia-casa-section .card .text-wrapper p {
  margin: 0;
}

.cambia-casa-box-section .box {
  background: #ABB222;
  color: #fff;
  text-align: center;
  padding: 50px 30px;
  border-radius: 8px;
  height: 100%;
  place-content: center;
}

.cambia-casa-box-section h2 {
  margin: 16px 0 56px !important;
  font-family: IvyPresto Display;
  font-weight: 100;
  font-style: Thin;
  /* font-size: 46px; */
  line-height: auto;
  letter-spacing: 2%;
  text-align: center;
}

.cambia-casa-box-section .box .title {
  font-family: Bicyclette;
  font-weight: 700;
  font-style: Bold;
  font-size: 46px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width:768px) {
  .cambia-casa-box-section .box .title {
    font-size: 28px;
  }
}

.cambia-casa-box-section .box .subtitle {
  font-family: Bicyclette;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width:768px) {
  .cambia-casa-box-section .box .subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.cambia-casa-box-section .box p {
  font-family: Bicyclette;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}
@media (max-width:768px) {
  .cambia-casa-box-section .box p {
    font-size: 20px;
  }
}
.cambia-casa-appointment {
  background: radial-gradient(48.03% 98.54% at 50% 50%, #4E4E4E 0%, #000000 100%);
}

@media (max-width:768px) {
  .cambia-casa-appointment.section-padding {
  padding: 55px 20px;
  }
}

.cambia-casa-appointment .img-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: -webkit-fill-available;
}

.cambia-casa-appointment .img-wrapper .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .3;
}

.cambia-casa-appointment .img-wrapper .img {
  object-fit: cover;
}

.cambia-casa-appointment .text-wrapper {
  background: #fff;
  border-left: solid 6px #c7cf21;
  padding: 60px;
  margin: 0;
  height: -webkit-fill-available;
}
@media (max-width:768px) {
  .cambia-casa-appointment .text-wrapper {
    padding: 30px;
  }
}
.cambia-casa-appointment .text-wrapper p {
  font-weight: 400;
  font-style: Light;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 43px;
  letter-spacing: 1%;
  vertical-align: middle;
}
@media (max-width:768px) {
  .cambia-casa-appointment .text-wrapper p {
    font-size: 20px;
    line-height: normal;
  }
}

.cambia-casa-appointment .text-wrapper a {
  display: block;
  /* margin-top: auto; */
  margin-top: 160px!important;
}

@media (max-width:768px) {
  .cambia-casa-appointment .text-wrapper a {
    margin-top: 60px!important;
  }
}

#landing-inspire-images {
  margin: 40px 40px 0px 40px;
}

@media (max-width:768px) {
  #landing-inspire-images {
  margin: 20px 20px 0px 20px;
}
}
.images-container {
  padding: 0!important;
}
.text-content, .image-3, .image-1, .image-2 {
  margin: 0 0 6px 0!important;
}

.form-container {
  margin: 0px 40px!important;
}
@media (max-width:768px) {
  .form-container {
  margin: 0 20px 0px 20px!important;
}
}
.directions-page-banner {
  margin: 6px 40px 40px 40px;
  width: -webkit-fill-available;
}

@media (max-width:768px) {
  .directions-page-banner {
  margin: 0 20px 0px 20px!important;
  height: 500px;
  }
}

#landing-inspire-images .d-flex {
  gap: 0!important;
}