.banner {
  background: url("../../assets/img/WhatsApp Image 2023-06-16 at 18.45.33.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__filter {
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.48);
}
.banner__content {
  display: grid;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.banner__info {
  display: grid;
  align-self: flex-start;
  gap: 10px;
}
.banner__title {
  font-size: 2.4rem;
  color: #fff;
}
.banner__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.banner__btn {
  justify-self: flex-start;
}
.banner__signup {
  justify-self: center;
}
@media (min-width: 786px) {
  .banner {
    background: url("../../assets/img/IMG20230530112312.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner__content {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .banner__title {
    font-size: 4.8rem;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .banner__text {
    font-size: 1.7rem;
  }
  .banner__signup {
    justify-self: flex-end;
  }
}

.signup {
  display: grid;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  min-width: 230px;
}
.signup__title {
  text-align: center;
  font-size: 1.8rem;
  color: #3A3A3A;
  font-weight: bold;
  text-transform: uppercase;
}
.signup__subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3A3A3A;
  text-align: center;
}
.signup__btn {
  margin: 15px 0;
  justify-self: center;
}
.signup__footer {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3A3A3A;
  text-align: center;
}
@media (min-width: 786px) {
  .signup {
    min-width: 275px;
    padding: 30px 25px;
  }
  .signup__title {
    font-size: 2.8rem;
  }
  .signup__subtitle {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=module.css.map */