main {
  width: 100%;
}

.wallpaper-text {
  background-color: transparent;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display", sans-serif;
  padding: 150px 350px 0px 350px;
  color: rgba(255, 255, 255, 1);
  z-index: 0;
  @media screen and (max-width: 1700px) {
    padding: 150px 250px 0 250px;
  }
  @media screen and (max-width: 1300px) {
    padding: 150px 150px 0 150px;
  }
  @media screen and (max-width: 1200px) {
    padding: 0px 10px;
    margin-top: 150px;
  }
}

.wallpaper-text h1 {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: rgba(150, 149, 149, 1);
}
.wallpaper-text h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.wallpaper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 28vh;
  background-color: rgba(230, 230, 230, 1);
  margin-top: 101px;
  @media screen and (max-width: 768px) {
    margin-top: 83px;
  }
}

.history-container {
  margin: 100px 350px;
  @media screen and (max-width: 1700px) {
    margin: 100px 250px;
  }
  @media screen and (max-width: 1300px) {
    margin: 100px 150px;
  }
  @media screen and (max-width: 1150px) {
    margin: 30px 10px;
  }
  @media screen and (max-width: 768px) {
    margin: 30px 10px 0;
  }
}

.container-text {
  width: 100%;
}

.history-two-foxs {
  display: grid;
  grid-template-areas:
    "a c"
    "b c  ";
  @media screen and (max-width: 1150px) {
    display: block;
    text-align: center;
  }
}

.history-two-foxs img {
  padding-left: 50px;
  @media screen and (max-width: 1150px) {
    padding-left: 0;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.history-one-fox {
  display: grid;
  grid-template-areas:
    "c a"
    "c b";
  margin-top: 40px;
  @media screen and (max-width: 1150px) {
    display: block;
    text-align: center;
  }
}

.history-one-fox img {
  grid-area: c;
  padding-right: 50px;

  @media screen and (max-width: 1150px) {
    padding-left: 0;
  }
  @media screen and (max-width: 768px) {
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
}

h3 {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0 0 20px 0;
  @media screen and (max-width: 1150px) {
    text-align: center;
  }
}

p {
  font-family: "Montserrat";
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  color: rgba(72, 72, 72, 1);
  padding-bottom: 30px;
  opacity: 0.8;
}
