body {
  font-family: "Nunito", sans-serif;
}

h1 {
  font-size: 28px;
}
h4 {
  font-size: 18px;
}

p {
  font-size: 18px;
}
.product-description {
  font-size: 16px;
}
.product-title {
  font-size: 16px;
}
.header-logo img {
  max-width: 120px;
}
.header-image {
  margin-top: -50px;
}
.section-image img {
  margin-top: -100px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h4 {
    font-size: 20px;
  }

  p {
    font-size: 20px;
  }
  .header-logo img {
    max-width: 160px;
  }
  .header-image {
    margin-top: -15%;
  }
  .section-image img {
    margin-top: -30%;
  }
  .product-description,
  .product-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 987px) {
  h1 {
    font-size: 50px;
  }
  h4 {
    font-size: 28px;
  }

  p {
    font-size: 24px;
  }
  .header-logo img {
    max-width: 200px;
  }
  .header-image {
    margin-top: -15%;
  }
  .section-image img {
    margin-top: -25%;
  }
  .product-description,
  .product-title {
    font-size: 20px;
  }
}

.banner {
  margin: 32px auto;
  background-color: rgb(150, 150, 150, 0.08);
  border-radius: 24px;
  overflow: hidden;
  padding: 42px;
  max-width: 1100px;
}

@media (min-width: 768px) {
  .banner {
    padding: 42px;
  }
}

.banner .cta {
  margin-top: 12px;
}

.banner p {
  font-weight: 300;
  margin-bottom: 6px;
}

.banner h3 {
  line-height: 1.4;
}

.banner__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .banner__copy {
    padding: 32px;
    min-height: 260px;
  }
}

.banner__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.banner__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  border-radius: 24px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.cta {
  border-radius: 200px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #0082fa;
  color: #fff;
  margin-top: 10px;
  z-index: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cta[disabled] {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

.cta:hover {
  background: #0067c7;
  color: #fff;
}

.cta--outline {
  border: 1px solid #0082fa;
  color: #0082fa;
  background: none;
}

.cta--outline:hover {
  background: #0082fa;
  color: #fff;
}

.cta--secondary {
  background: #0fd2ff;
  border: none;
  color: #fff;
}

.cta--secondary:hover {
  background: #00b2db;
  color: #fff;
}

.cta--secondary--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}

.cta--secondary--outline:hover {
  background: #0fd2ff;
  color: #fff;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #cccccc;
  color: #000;
}

.cta--white--outline {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.cta--white--outline:hover {
  background: #fff;
  color: #000;
}

.cta--black {
  background: #000;
  color: #fff;
}

.cta--black:hover {
  background: #333333;
  color: #fff;
}

.cta--black--outline {
  border: 1px solid #000;
  color: #000;
  background: none;
}

.cta--black--outline:hover {
  background: #000;
  color: #fff;
}

.cta--gray {
  background: #575757;
  color: #fff;
}

.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}

.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666666;
}

.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333333;
}

.cta--gray--outline {
  border: 1px solid #575757;
  color: #575757;
  background: none;
}

.cta--gray--outline:hover {
  background: #575757;
  color: #fff;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}

.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}

.cta--violet--outline {
  border: 1px solid #8250fa;
  color: #8250fa;
  background: none;
}

.cta--violet--outline:hover {
  background: #8250fa;
  color: #fff;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink--outline {
  border: 1px solid #fa0064;
  color: #fa0064;
  background: none;
}

.cta--pink--outline:hover {
  background: #fa0064;
  color: #fff;
}

.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}

.cta--blue {
  background: #0fd2ff;
  color: #fff;
}

.cta--blue:hover {
  background: #00b2db;
  color: #fff;
}

.cta--blue--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}

.cta--blue--outline:hover {
  background: #0fd2ff;
  color: #fff;
}

.cta--big {
  height: 48px;
  line-height: 48px;
  padding: 0 34px;
  font-size: 1.1rem;
}

.cta--medium {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}

.cta--small {
  height: 40px;
  padding: 0 24px;
  font-size: 0.95rem;
}

.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}
