@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.body {
  font-family: "Oswald", sans-serif;
}

.container-img {
  width: 80%;
  display: block;
  margin: auto;
  position: relative;
  padding: 50px;
  transform: scale(1.2) translate(0, 255px);
}

.text-form {
  width: 70%;
  padding: 10px;
  position: absolute;
}

.banner {
  width: 50%;
  height: 400px;
  background: #FEC722;
  position: relative;
  z-index: 1;
  align-self: flex-end;
  left: 700px;
  border: 5px solid white;
  bottom: 0;
}

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

.text-p {
  font-size: 30px;
  color: white;
}

.btn {
  width: 50%;
  height: 40px;
  border: 2px solid white;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #FEC722;
  color: white;
}

@media (max-width: 1100px) {
  .container-img {
    width: 70%;
  }
  .banner {
    width: 50%;
    height: 400px;
    left: 600px;
  }
  .title-large {
    font-size: 48px;
  }
  .text-p {
    font-size: 20px;
  }
  .btn {
    margin: 20px 0;
    width: 50%;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 925px) {
  .title-large {
    font-size: 40px;
  }
  .text-p {
    font-size: 20px;
  }
  .banner {
    width: 50%;
    height: 350px;
    left: 500px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 20px 0;
    width: 50%;
    height: 40px;
    border: 5px solid white;
    font-size: 12px;
    text-transform: uppercase;
    background-color: orange;
  }
}
@media (max-width: 810px) {
  .banner {
    width: 50%;
    height: 300px;
    left: 500px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 10px 0;
    width: 40%;
    height: 30px;
    font-size: 10px;
  }
  .title-large {
    font-size: 35px;
  }
  .text-p {
    font-size: 18px;
  }
}
@media (max-width: 735px) {
  .banner {
    width: 50%;
    height: 300px;
    left: 420px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 10px 0;
    width: 40%;
    height: 30px;
    font-size: 8px;
  }
  .title-large {
    font-size: 35px;
  }
  .text-p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .banner {
    width: 50%;
    height: 300px;
    left: 420px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 10px 0;
    width: 40%;
    height: 30px;
    font-size: 8px;
  }
  .title-large {
    font-size: 35px;
  }
  .text-p {
    font-size: 15px;
  }
}
@media (max-width: 625px) {
  .banner {
    width: 50%;
    height: 280px;
    left: 400px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 10px 0;
    width: 30%;
    height: 30px;
    font-size: 8px;
  }
  .title-large {
    font-size: 30px;
  }
  .text-p {
    font-size: 13px;
  }
}
@media (max-width: 580px) {
  .banner {
    width: 50%;
    height: 280px;
    left: 400px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 5px 0;
    width: 40%;
    height: 30px;
    font-size: 8px;
  }
  .title-large {
    font-size: 22px;
  }
  .text-p {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .banner {
    width: 45%;
    height: 280px;
    left: 300px;
  }
  .container-img {
    width: 60%;
  }
  .btn {
    margin: 5px 0;
    width: 40%;
    height: 30px;
    font-size: 8px;
  }
  .title-large {
    font-size: 20px;
  }
  .text-p {
    font-size: 10px;
  }
}
@media (max-width: 530px) {
  .banner {
    width: 50%;
    height: 280px;
    left: 300px;
  }
  .container-img {
    width: 70%;
  }
  .btn {
    width: 40%;
    height: 30px;
    font-size: 7px;
  }
  .title-large {
    font-size: 20px;
  }
  .text-p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .banner {
    width: 50%;
    height: 280px;
    left: 300px;
  }
  .container-img {
    width: 70%;
  }
  .btn {
    width: 40%;
    height: 30px;
    font-size: 7px;
  }
  .title-large {
    font-size: 20px;
  }
  .text-p {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .banner {
    width: 50%;
    height: 280px;
    left: 280px;
  }
  .container-img {
    width: 90%;
  }
  .btn {
    width: 40%;
    height: 30px;
    font-size: 7px;
  }
  .title-large {
    font-size: 18px;
  }
  .text-p {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .banner {
    width: 50%;
    height: 300px;
    left: 250px;
  }
  .container-img {
    width: 90%;
  }
  .btn {
    width: 40%;
    height: 30px;
    font-size: 7px;
  }
  .title-large {
    font-size: 18px;
  }
  .text-p {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .banner {
    width: 45%;
    height: 280px;
    left: 250px;
  }
  .container-img {
    width: 100%;
  }
  .btn {
    width: 40%;
    height: 30px;
    font-size: 7px;
  }
  .title-large {
    font-size: 18px;
  }
  .text-p {
    font-size: 13px;
  }
}

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