.banner {
  padding: 80px 0 100px;
}
h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.68px;
}
.banner p {
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 24px 0 60px;
}
.banner .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  opacity: 0.5;
}
.banner .nav-link:focus,
.banner .nav-link.active,
.banner .nav-link:hover {
  background: #54ccff;
  box-shadow: 0 67px 27px 0 rgba(0, 204, 255, 0.04),
    0 4px 9px 0 rgba(0, 204, 255, 0.29);
  color: #0f1317;
  opacity: 1;
  font-weight: 700;
}
.nav-pills {
  padding-bottom: 60px;
  gap: 16px;
}
.banner .accordion-button {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.84px;
  background: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
  box-shadow: none !important;
}
.banner .accordion-body {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.2px;
  padding: 0;
  padding-top: 24px;
}
.accordion-item {
  padding: 32px;
  margin-bottom: 24px;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
}
.accordion-button::after {
  background-image: url(/assets/images/accordion-plus.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/accordion-minus.svg);
}
.grow {
    padding: 213px 0 104px;
}
@media screen and (max-width: 1000px) {
      .grow {
        padding: 60px 0 0;
      }
  .nav-link {
    width: max-content;
  }
  .nav-pills {
    padding-bottom: 60px;
    gap: 16px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: scroll;
            padding-right: 20px;
  }
  .nav-pills::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 36px;
    padding-right: 20px;
  }
  .banner {
    padding: 32px 0 56px;
  }
  .banner p {
    font-size: 14px;
    padding: 28px 20px 48px 0;
  }
  .banner p br {
    display: none;
  }
  .banner .nav-link {
    font-size: 14px;
  }
  .banner .container {
    padding: 0 0 0 20px;
  }
  .tab-content {
    padding-right: 20px;
  }
  .nav-pills {
    padding-bottom: 32px;
  }
  .banner .accordion-button {
    font-size: 18px;
  }
  .accordion-item {
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 16px !important;
  }
  .banner .accordion-body {
    font-size: 14px;
    padding-top: 16px;
  }
      .grow-img {
        margin-bottom: 0;
    }

}
