@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;
}
.aub {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .aub {
    flex-wrap: wrap-reverse;
  }
}
.aub__text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .aub__text {
    width: 100%;
  }
}
.aub__text-content {
  margin-top: 7rem;
}
@media only screen and (max-width: 1023px) {
  .aub__text-content {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .aub__text-content {
    margin-top: 2rem;
  }
}
.aub__text-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  font-weight: 300;
  color: #575a5c;
  margin-bottom: 1rem;
}
.aub__text-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  line-height: 2rem;
  max-width: 625px;
}
.aub__image {
  width: 50%;
  position: relative;
  margin-top: -13rem;
  margin-left: 10rem;
}
@media only screen and (max-width: 1680px) {
  .aub__image {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 1366px) {
  .aub__image {
    margin-top: -3rem;
    margin-left: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .aub__image {
    width: 100%;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .aub__image {
    width: 100%;
    margin: auto;
    margin-top: -3rem;
  }
}
.aub__image-img {
  width: 620px;
  height: 570px;
}
@media only screen and (max-width: 1680px) {
  .aub__image-img {
    width: 510px;
    height: 485px;
  }
}
@media only screen and (max-width: 1366px) {
  .aub__image-img {
    width: 460px;
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .aub__image-img {
    width: 65%;
    height: 470px;
  }
}
@media only screen and (max-width: 768px) {
  .aub__image-img {
    width: 80%;
    height: auto;
    margin: auto;
  }
}
.aub__image-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aub__image-quote {
  width: 400px;
  height: 315px;
  background-color: #d8c3b5;
  color: white;
  position: absolute;
  right: -5rem;
  bottom: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1680px) {
  .aub__image-quote {
    width: 300px;
    height: 270px;
    right: -1rem;
  }
}
@media only screen and (max-width: 1366px) {
  .aub__image-quote {
    width: 300px;
    height: 220px;
    right: -3rem;
    bottom: -4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .aub__image-quote {
    width: 360px;
    bottom: -2rem;
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .aub__image-quote {
    width: 75%;
    margin: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -3rem;
  }
}
@media only screen and (max-width: 576px) {
  .aub__image-quote {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.aub__image-quote p {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 2rem;
  padding: 4rem 4.2rem;
}
@media only screen and (max-width: 1680px) {
  .aub__image-quote p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.5rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .aub__image-quote p {
    font-size: 1rem;
    padding: 2rem;
  }
}
