.policy-main {
  padding: 90px 0 16px;
}

.policy-shell {
  background-color: #1c1c24;
  width: 100%;
  padding: 60px 0;
}

.policy-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.policy-tab {
  border-radius: 18px;
  display: flex;
  height: 36px;
  min-width: 126px;
  padding: 5.5px 14px;
  color: #CACED7;
  align-items: center;
  justify-content: center;
  background-color: #2e2e38;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.policy-tab:hover {
  background-color: #3a3a46;
}

.policy-tab.is-active {
  background-color: #3cb4cc;
  color: #fff;
  font-weight: 600;
}

.policy-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  font-family: "Work Sans", sans-serif;
}

.policy-updated {
    font-size: 14px;
    color: #CACED7;
    margin: 0 0 32px;
}

.policy-body {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
  font-family: "Work Sans", sans-serif;
}

.policy-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 24px 0 0px;
}

.policy-body h2:not(:first-child) {
  border-top: 1px solid rgba(220, 220, 220, 0.24);
  padding-top: 24px;
  margin-top: 32px;
}

.policy-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.policy-body p {
  margin: 0 0 16px;
}

.policy-body strong {
  color: #fff;
}

.policy-body ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.policy-body li {
  margin-bottom: 8px;
}

.policy-body a {
  color: #3cb4cc;
  text-decoration: none;
}

.policy-body a:hover {
  color: #36a2b7;
}

.footer-wrapper {
  background-color: transparent;
}

.footer-contact {
  max-width: 900px;
  font-family: "Work Sans", sans-serif;
  text-align: left;
}

.footer-contact-group {
  margin-top: 24px;
}

.footer-contact h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 1rem;
}

.footer-contact p {
  color: #dcdcdc;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0.1rem;
}

.footer-contact a {
  color: #3cb4cc;
  text-decoration: none;
  font-weight: 400;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.container {
    max-width: 960px;
    width: min(900px, calc(100% - 120px));
    margin: 0rem auto 0rem auto;
    display: block;
}

@media (max-width: 960px) {
  .policy-main {
    padding: 80px 0 16px;
  }



}

@media (max-width: 720px) {

.container {
    width: min(900px, calc(100% - 80px));
}

}

@media (max-width: 640px) {


  .policy-title {
    font-size: 26px;
  }

  .policy-body {
    font-size: 14px;
    line-height: 22px;
  }

    .policy-body h2 {
        font-size: 18px;
        margin: 24px 0 10px;
    }
}
