@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Nexa Regular';
}
.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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  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: 'Nexa Regular';
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.pph {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 655px;
}
@media only screen and (max-width: 1023px) {
  .pph {
    flex-wrap: wrap;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .pph {
    padding-top: 3rem;
  }
}
.pph__text {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575a5c;
}
@media only screen and (max-width: 1440px) {
  .pph__text {
    margin-left: 5rem;
  }
}
@media only screen and (max-width: 1366px) {
  .pph__text {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pph__text {
    margin-left: 2rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .pph__text {
    width: 90%;
    margin: 4rem auto 0;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .pph__text {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  .pph__text {
    padding-top: 1rem;
  }
}
.pph__text-content {
  width: 60%;
  padding: 2rem 0;
}
@media only screen and (max-width: 1366px) {
  .pph__text-content {
    width: 70%;
  }
}
@media only screen and (max-width: 1023px) {
  .pph__text-content {
    width: 70%;
  }
}
@media only screen and (max-width: 576px) {
  .pph__text-content {
    width: 75%;
  }
}
.pph__text-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  max-width: 280px;
  margin: 2rem 0;
}
@media only screen and (max-width: 1023px) {
  .pph__text-title {
    max-width: 340px;
    margin: 1rem 0;
  }
}
.pph__text-paragraph {
  line-height: 2;
}
@media only screen and (max-width: 1366px) {
  .pph__text-paragraph {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .pph__text-paragraph {
    max-width: 570px;
  }
}
.pph__smallImages {
  width: 320px;
  z-index: 3;
}
@media only screen and (max-width: 1680px) {
  .pph__smallImages {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .pph__smallImages {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .pph__smallImages {
    width: 90%;
  }
}
.pph__smallImages-pic {
  width: 100%;
  height: 320px;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .pph__smallImages-pic {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .pph__smallImages-pic {
    height: 280px;
  }
}
@media only screen and (max-width: 576px) {
  .pph__smallImages-pic {
    height: 200px;
  }
}
.pph__smallImages-pic:first-of-type {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .pph__smallImages-pic:first-of-type {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.pph__smallImages-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pph__bigImage {
  width: 50%;
}
@media only screen and (max-width: 1366px) {
  .pph__bigImage {
    width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .pph__bigImage {
    width: 80%;
    margin: auto;
    height: 500px;
    z-index: 3;
  }
}
@media only screen and (max-width: 768px) {
  .pph__bigImage {
    height: 390px;
  }
}
@media only screen and (max-width: 576px) {
  .pph__bigImage {
    width: 90%;
    height: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .pph__bigImage {
    height: 200px;
  }
}
.pph__bigImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
