@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.auhouzz {
  position: relative;
  max-width: 1400px;
  padding: 5rem;
  margin: 10rem auto 5rem;
}
@media only screen and (max-width: 1366px) {
  .auhouzz {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .auhouzz {
    margin: 4rem auto 0;
  }
}
@media only screen and (max-width: 576px) {
  .auhouzz {
    padding: 0 3rem;
  }
}
.auhouzz__icon {
  width: 200px;
  height: 60px;
  margin: 2rem 0;
  padding-left: 2rem;
}
@media only screen and (max-width: 576px) {
  .auhouzz__icon {
    padding-left: 0;
  }
}
.auhouzz__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auhouzz__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .auhouzz__title {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .auhouzz__title {
    padding-left: 0;
  }
}
.auhouzz__title-text {
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__title-text {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .auhouzz__title-text {
    width: 90%;
    margin-bottom: 5rem;
  }
}
.auhouzz__title-text h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  font-family: 'Montserrat', sans-serif;
  color: #575a5c;
  font-weight: 500;
  max-width: 520px;
}
.auhouzz__title-button a {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  width: fit-content;
  font-size: 1.1rem;
  padding: 2rem;
  margin-right: 5rem;
}
.auhouzz__title-button a:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
@media only screen and (max-width: 1366px) {
  .auhouzz__title-button a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .auhouzz__title-button a {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .auhouzz__title-button a {
    font-size: 0.9rem;
    padding: 1rem;
  }
}
.auhouzz__title-button a span {
  margin-left: 1rem;
}
.auhouzz__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container {
    display: block;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .auhouzz__container {
    margin: 0 auto;
  }
}
.auhouzz__container-card {
  width: 40%;
  padding: 0 2rem;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-card {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .auhouzz__container-card {
    padding: 0;
  }
}
.auhouzz__container-card:first-of-type {
  border-right: 2px solid #d8c3b5;
  border-bottom: 2px solid #d8c3b5;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-card:first-of-type {
    border-right: none;
  }
}
.auhouzz__container-card:nth-of-type(2) {
  border-bottom: 2px solid #d8c3b5;
  margin-top: 0;
}
.auhouzz__container-card:nth-of-type(3) {
  border-right: 2px solid #d8c3b5;
  margin-top: -2px;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-card:nth-of-type(3) {
    border-right: none;
    border-bottom: 2px solid #d8c3b5;
  }
}
.auhouzz__container-testimonial {
  margin: 50px auto 55px;
  height: 300px;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-testimonial {
    height: fit-content;
  }
}
.auhouzz__container-testimonial p {
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  width: 320px;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-testimonial p {
    width: 100%;
  }
}
.auhouzz__container-testimonial p:last-of-type {
  font-size: 1.2rem;
  font-weight: 500;
}
.auhouzz__container-testimonial img {
  width: 30%;
}
.auhouzz__container-testimonial.one,
.auhouzz__container-testimonial.two {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-testimonial.one,
  .auhouzz__container-testimonial.two {
    margin-top: 50px;
  }
}
.auhouzz__container-testimonial.two,
.auhouzz__container-testimonial.four {
  margin-left: 4rem;
}
@media only screen and (max-width: 1023px) {
  .auhouzz__container-testimonial.two,
  .auhouzz__container-testimonial.four {
    margin-left: 0;
  }
}
