*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  -webkit-overflow-scrolling: touch; /* Ensures smooth scrolling on mobile devices */
}

@font-face {
  font-family: "AbolitionTest-Regular";
  src: url("../fonts/AbolitionTest/AbolitionTest-Regular.otf");
}
/* @font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir.ttc");
} */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AvenirLTStd-Light.otf");
}

@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/Avenir/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("../fonts/Avenir/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/Avenir/AvenirLTStd-Heavy.otf");
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("../fonts/Avenir/AvenirLTStd-Medium.otf");
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/Avenir/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "AvenirLTStd-MediumOblique";
  src: url("../fonts/Avenir/AvenirLTStd-MediumOblique.otf");
}
@font-face {
  font-family: "GraphikBold";
  src: url("../fonts/Graphic/GraphikBold.otf");
}

main {
  font-family: "AvenirLTStd-Roman", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #333;
  font-size: 16px;
}

.wrapper {
  /* background: #f2edda !important; */
}
.container {
    padding: 3rem 8rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}
section {
  /* max-width: 900px; */
  /* margin: 20px auto; */
  padding: 20px;
  background: #f2edda;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* padding: 4rem 12.5rem 5rem 12.5rem */
}

h1 {
  font-family: "AvenirLTStd-Black", sans-serif;
  font-size: 32px;
}

h2 {
  /* font-family: "AvenirLTStd-Medium", sans-serif; */
  font-family: "AvenirLTStd-Heavy",sans-serif;
  font-size: 24px;
}

h3 {
  font-family: "AvenirLTStd-Heavy",sans-serif;
  font-size: 20px;
}

p,
li {
  font-family: "AvenirLTStd-Roman", sans-serif;
  /* font-size: 16px; */
  font-size: 22px;
}
p:not(:first-child)
{
    margin-top: 0.6rem
}
ul {
  list-style-type: disc;
  /* margin-left: 20px; */
  margin: 0 0 0 40px;
}

a {
  color: #00a388;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-family: "AvenirLTStd-Heavy", sans-serif;
}
.hero-title {
}
.hero-sub-title {
}
.hero-para {
    margin: 22px 0;
}
.title {
    /* margin-bottom: 1rem; */
    margin-bottom: 0.4rem;
}
.sub-title {
    margin-top: 2rem;
}
.para {
}
.sub-title-wrapper{
    margin: 0 0 0 4rem;
}
.list-title {
    /* Styles for the <p> tag that is the first sibling before the <ul> */
    /* font-weigh
    t: bold; */
    /* color: black; */
  }


.back-link{
  display: flex;
  /* justify-content: center; */
  /* align-self: center; */
  align-items: center;
}
  .back-link > span {
    font-family: "AvenirLTStd-Medium";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    padding: 10px;
    /* background: linear-gradient(45deg, #ff416c, #ff4b2b); */
    /* border-radius: 5px; */
    /* box-shadow: 0 5px 15px rgba(255, 75, 43, 0.3); */
    text-decoration: underline;
    /* transition: all 0.3sease-in-out; */
    cursor: pointer;
}

.back-link > span:hover {
    /* transform: scale(1.05); */
    /* box-shadow: 0 8px 20px rgba(255, 75, 43, 0.5); */
    text-decoration: underline;
    color: blue;
}

.back-link > span:active {
    /* transform: scale(0.95); */
}

@media (max-width: 1600px) {
    .container {
        padding: 3rem 6rem;
    }
}
@media (max-width: 1440px) {
    .container {
        padding: 3rem 0rem;
    }
}

@media screen and (max-width: 1360px) {
    .inner_container {
        padding: 0 2rem !important;
    }
    .container {
        padding: 2rem 0rem;
    }
}

@media (max-width: 1280px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    p, li {
        font-size: 20px;
    }
    .sub-title-wrapper {
        margin: 0 0 0 2rem;
    }
    .sub-title {
        margin-top: 1.8rem;
    }
    .spacer-2 {
        margin: 1.6rem 0 !important;
    }
    .container {
      gap: 0;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    p, li  {
        font-size: 16px;
    }
    .spacer-2 {
        margin: 1rem 0 !important;
    }
    .sub-title {
        margin-top: 1.4rem;
    }
    .hero-para {
        margin: 16px 0;
    }
    .sub-title-wrapper {
        margin: 0 0 0 1rem;
    }
    ul {
        margin-left:30px;
    }
    .back-link > span{
      font-size: 22px;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
    h3{
        font-size: 16px;
    }
    p, li  {
        font-size: 14px;
    }
    .spacer-2 {
        margin: 0.8rem 0 !important;
    }
    .sub-title {
        margin-top: 1rem;
    }
    .hero-para {
        margin: 14px 0;
    }
    .sub-title-wrapper {
        margin: 0 0 0 0.4rem;
    }
    ul {
        margin-left:20px;
    }
    .container {
        padding: 1rem 0;
    }
    .container-wrapper {
        padding: 0 1rem !important;
    }
    section {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
      .back-link > span {
        padding: 6px;
        font-size: 20px;
      }
}