@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
body > main > section:first-child {
  width: 23.3rem;
  height: 55rem;
  border: 2px solid #000;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
body > main > section:first-child div:first-child {
  margin-bottom: 1rem;
}
body > main > section:first-child div:first-child h2 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 3.375rem;
  letter-spacing: -0.05em;
  line-height: 0.9em;
}
body > main > section:first-child div:nth-child(2) {
  margin-bottom: 1rem;
}
body > main > section:first-child div:nth-child(2) span {
  color: #f71670;
}
body > main > section:first-child div:nth-child(2) p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body > main > section:first-child div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
body > main > section:first-child div:nth-child(3) div {
  display: flex;
  align-items: center;
}
body > main > section:first-child div:nth-child(3) div h3 {
  margin-left: 1rem;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 2.5rem;
}
body > main > section:first-child div:nth-child(4) p {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body > main > section:first-child a {
  background-color: #f71670;
  color: #fff;
  border: none;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  body > main > section:first-child {
    width: 90vw;
    height: 57rem;
    border: 2px solid #000;
    padding: 1rem;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
  body > main > section:first-child div:first-child {
    margin-bottom: 1rem;
  }
  body > main > section:first-child div:first-child h2 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 3.375rem;
    letter-spacing: -0.05em;
    line-height: 0.9em;
  }
  body > main > section:first-child div:nth-child(2) {
    margin-bottom: 1rem;
  }
  body > main > section:first-child div:nth-child(2) span {
    color: #f71670;
  }
  body > main > section:first-child div:nth-child(2) p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  body > main > section:first-child div:nth-child(2) p:last-child {
    margin-bottom: 0;
  }
  body > main > section:first-child div:nth-child(3) div {
    display: flex;
    align-items: center;
  }
  body > main > section:first-child div:nth-child(3) div h3 {
    margin-left: 1rem;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 2rem;
  }
  body > main > section:first-child div:nth-child(4) p {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=banner-esq.css.map */