.terms-main-container {
  background-size: 100% 20%;
}
.terms-sec-main-section {
  padding-top: 73px;
  background-image: url("/images/header_large_back.png");
  background-repeat: no-repeat;
  background-size: 100% 25%;
}
.terms-container {
  background-image: url("/images/footer_background_section.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.terms-sec-main-inner {
  background: #ffffff;
  box-shadow: 0px 4px 47px rgba(129, 178, 20, 0.07);
  border-radius: 14px;
  padding: 63px 98px;
}
.terms-sec-main-inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .terms-main-container {
    background-size: 100% 6%;
  }

  .terms-sec-main-container {
    background-size: 100% 2%;
  }
  .terms-sec-main-inner {
    padding: 43px 26px;
  }
}

@media screen and (max-width: 425px) {
  .terms-main-container {
    background-size: 100% 3%;
  }
  .terms-sec-main-container {
    background-size: 100% 1%;
  }
}
@media (max-width: 1440px) {
  .terms-container {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .terms-container {
    margin-top: 50px;
  }
}