.hero__section {
  background-color: #000000;
  color: #ffffff;
  margin-top: 3.75rem;
}
.hero__section .container {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
}
.hero__section .container div {
  max-width: 300px;
  margin: 0 auto;
}
.hero__section .container div img {
  aspect-ratio: 1/1;
  width: 100%;
}
.hero__section h1 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3rem;
}

/* unlock-trust__section */
.unlock-trust__section {
  position: relative;
  gap: 2rem;
  margin: 2.5rem 0;
}
.unlock-trust__section .container > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 5%;
}
.unlock-trust__section .container > div div:first-child ul {
  position: sticky;
  top: 6rem;
}
.unlock-trust__section .container > div div:nth-child(2) {
  flex: 1 1 75%;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(2),
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(3),
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) {
  margin-top: 1rem;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) {
  margin-top: 2rem !important;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(2) li {
  list-style-position: inside;
  list-style-type: disc;
}
.unlock-trust__section .container > div div:nth-child(2) h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.143rem;
}
.unlock-trust__section .container > div div:nth-child(2) p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding: 1rem 0;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) ul {
  padding: 1rem 0;
  list-style: inside;
}
.unlock-trust__section
  .container
  > div
  div:nth-child(2)
  div:nth-child(4)
  ul
  li {
  list-style-type: disc;
  line-height: 1.875rem;
  font-weight: 300;
}
.unlock-trust__section ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.unlock-trust__section > .container div div:first-child ul li:last-child {
  margin-bottom: 0;
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 1rem;
}

.unlock-trust__section a {
    text-decoration: none;
}

.unlock-trust__section button {
    width: 100%;
    border: none;
    cursor: pointer;
    transition: all 0.3s linear;
    justify-content: center;
}

.unlock-trust__section button:first-child{
    justify-content: start;
}

.unlock-trust__section button,
.unlock-trust__section a {
    display: flex;
    gap: 1rem;
    align-items: center;
    list-style-type: none;
    color: black;
    background-color: #f8f8f9;
    font-weight: 300;
    font-size: 0.9rem;
    padding: 1rem 2rem;
}



.flex-img-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
}
.flex-img-container:nth-child(2) {
  margin-top: 2rem !important;
}
.flex-img-container p {
  padding: 0 !important;
}
.img-container {
  flex-shrink: 0;
  height: 120px;
  width: 100%;
  background-color: #d9d9d9;
}
.stransact-audit__section {
  background-color: #000000;
  color: white;
  padding: 2.5rem 0;
}
.stransact-audit__section .container {
}
.stransact-audit__section .container h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.143rem;
}
.stransact-audit__section .container h2 + p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-top: 1.3rem;
}

.next_step-wrapper{
    background-color: var(--black);
    color: var(--white);
    text-align: center;
}

.next_step-wrapper > div {
    height: 382px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next_steps > h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.next_steps > p{
    font-size: 0.75rem;
    margin-bottom: 54px;
    line-height: 21.96px;
}

.next_steps > a{
    text-decoration: none;
}

@media (min-width: 1024px) {
  .hero__section {
    background-color: #000000;
    color: #ffffff;
    margin-top: 3.75rem;
  }
  .hero__section .container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }
  .hero__section .container div {
    min-width: 500px;
    min-height: 500px;
  }
  .hero__section h1 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3rem;
  }

    .hero__section .container div:nth-child(2) {
        min-width: 500px;
        min-height: 500px;
        margin: 0;
    }

  .unlock-trust__section {
    position: relative;
    display: flex;
    gap: 2rem;
    margin: 5rem 0;
  }

  .unlock-trust__section .container > div {
    display: flex;
    flex-direction: row;
    gap: 5%;
  }
  .unlock-trust__section .container > div div:first-child {
    flex: 1 1 30%;
  }
  .unlock-trust__section .container > div div:first-child ul {
    position: sticky;
    top: 6rem;
  }
  .unlock-trust__section .container > div div:nth-child(2) {
    flex: 1 1 75%;
  }
  .unlock-trust__section .container > div div:nth-child(2) div:nth-child(2),
  .unlock-trust__section .container > div div:nth-child(2) div:nth-child(3),
  .unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) {
    margin-top: 2rem;
  }
  .unlock-trust__section .container > div div:nth-child(2) div:nth-child(2) li {
    list-style-position: inside;
    list-style-type: disc;
  }
  .unlock-trust__section .container > div div:nth-child(2) h2 {
    font-weight: 400;
    font-size: 2.625rem;
    line-height: 3.75rem;
  }
  .unlock-trust__section .container > div div:nth-child(2) p {
    font-weight: 300;
    line-height: 1.875rem;
    padding: 1rem 0;
  }
  .unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) ul {
    padding: 1rem 0;
    list-style: inside;
  }
  .unlock-trust__section
    .container
    > div
    div:nth-child(2)
    div:nth-child(4)
    ul
    li {
    list-style-type: disc;
    line-height: 1.875rem;
    font-weight: 300;
  }
  .unlock-trust__section ul li {
    list-style-type: none;
    margin-bottom: 1rem;
  }
  .unlock-trust__section > .container div div:first-child ul li:last-child {
    flex-wrap: nowrap;
  }
  .unlock-trust__section a {
    text-decoration: none;
    display: flex;
    gap: 1.7rem;
    align-items: center;
    list-style-type: none;
    background-color: #f8f8f9;
    color: black;
    font-weight: 300;
    font-size: 0.9rem;
    padding: 1rem 2rem;
  }
  .flex-img-container {
    display: flex;
    align-items: start;
    gap: 3rem;
  }
  .flex-img-container p {
    padding: 0 !important;
  }
  .img-container {
    flex-shrink: 0;
    height: 120px;
    min-width: 217px;
    background-color: #d9d9d9;
  }
  .stransact-audit__section {
    background-color: #000000;
    color: white;
    padding: 5rem 0;
  }
  .stransact-audit__section .container {
    display: grid;
    grid-template-columns: 0.55fr 0.45fr;
  }
  .stransact-audit__section .container h2 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 4.375rem;
  }
  .stransact-audit__section .container h2 + p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    margin-top: 2.688rem;
  }

    .next_step-wrapper > div{
        height: 421px;
    }

    .next_steps > h2{
        font-size: 2.625rem;
        line-height: 58px;
    }

    .next_steps > p{
        font-size: 0.875rem;
        line-height: 21.96px;
    }
}
