.banner {
  background-color: #35f0ec;
  padding: 80px 0;
}

.banner__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.banner__card {
  background-color: #0d1c33;
  border: 5px solid #9efffd;
  border-radius: 24px;
  padding: 64px;
  position: relative;
  text-align: center;
}

.banner__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.banner__deco--light {
  top: -45px;
  left: -60px;
  width: 160px;
}

.banner__deco--clover {
  bottom: -40px;
  right: -40px;
  width: 160px;
}

.banner__content {
  position: relative;
  z-index: 1;
}

.banner__title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #35f0ec;
  margin: 0 0 16px;
}

.banner__desc,
.banner__desc p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.banner__desc p:last-child {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .banner {
    padding: 48px 0;
  }

  .banner__card {
    padding: 40px 20px;
  }

  .banner__title {
    font-size: 22px;
  }

  .banner__desc,
  .banner__desc p {
    font-size: 15px;
  }

  .banner__deco--light {
    width: 90px;
    top: -20px;
    left: -20px;
  }

  .banner__deco--clover {
    width: 90px;
    bottom: -20px;
    right: -10px;
  }
}
