.policy__content p,
.policy__content ul li {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.nav {
  display: none;
}
#section_terms {
  background-image: url("../images/Asset-26.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
p {
  margin-bottom: 0;
}
.policy__content {
  padding: 64px 0;
  color: #522820;
}
.policy__content a {
  font-weight: 700;
  color: var(--color-primary);
}
.policy__content h1 {
  margin: 0 0 24px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #522820;
  font-family: "Playfair Display", sans-serif !important;
}
.policy__content span {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 1rem 0;
  display: block;
  color: #522820;
}
.policy__content ul {
  padding-left: 2rem;
  list-style-type: none;
}
.policy__content ul li {
  position: relative;
}
.policy__content ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../images/Asset-13.png");
  background-size: contain;
  background-position: center;
  margin-left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
.policy__content p {
  color: #522820;
}

.btn {
  background-color: var(--c1);
  border-radius: 0.5rem;
  border: none;
}

.btn:hover {
  background: linear-gradient(90deg, #b88162, #502922);
}

@media screen and (max-width: 64em) {
  .page-header .navbar-toggle {
    display: none !important;
  }
  .col-md-12 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 36em) {
  .policy__content h1 {
    font-size: 1.6rem;
  }
  .policy__content span {
    font-size: 1.2rem;
  }
  .policy__content p,
  .policy__content ul li {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .policy__content {
    padding: 32px 0 64px;
  }
}
