* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.body {
  font-family: "Playfair Display SC", serif;
}

.container-img {
  width: 75%;
  display: block;
  margin: 0 auto;
  position: relative;
  transform: scale(1.1) translate(0, 105px);
}

.my-shadow {
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: inset 400px -6px 0px -18px #BFA065;
}

.my-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.text-form {
  width: 70%;
  padding: 30px;
}

.banner {
  width: 50%;
  height: 400px;
  background: #FAFAFA;
  position: relative;
  z-index: 1;
  right: 0;
}

.title-large {
  font-size: 50px;
  color: #C2A183;
  text-transform: uppercase;
}

.btn {
  background-color: #BFA065;
  color: white;
  border: none;
  width: 50%;
  height: 45px;
  font-size: 20px;
  text-transform: uppercase;
}

.title-small {
  font-size: 30px;
  color: #8C9592;
}

.text-p {
  font-size: 20px;
  font-style: italic;
}

.py-2 {
  margin-top: 40px;
}

@media (max-width: 710px) {
  .text-form {
    width: 100%;
  }
  .btn {
    width: 60%;
    height: 25px;
    font-size: 10px;
  }
  .title-small {
    font-size: 20px;
    color: #8C9592;
  }
  .text-p {
    font-size: 20px;
    font-style: italic;
  }
  .title-large {
    font-size: 40px;
    color: #C2A183;
    text-transform: uppercase;
  }
}
@media (max-width: 650px) {
  .container-img {
    width: 90%;
  }
}
@media (max-width: 520px) {
  .text-form {
    width: 100%;
  }
  .btn {
    width: 60%;
    height: 25px;
    font-size: 10px;
  }
  .title-small {
    font-size: 14px;
    color: #8C9592;
  }
  .text-p {
    font-size: 18px;
    font-style: italic;
  }
  .title-large {
    font-size: 30px;
    color: #C2A183;
    text-transform: uppercase;
  }
}
@media (max-width: 450px) {
  .container-img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .container-img {
    width: 90%;
  }
  .text-p {
    font-size: 15px;
  }
  .title-small {
    font-size: 12px;
  }
  .title-large {
    font-size: 20px;
  }
}
@media (max-width: 365px) {
  .banner {
    height: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
