.policies {
  padding: 60px 25px 40px 25px;
}

.policies h1 {
  font-size: 3rem;
  text-align: center;
  color: var(--mainText);
  margin-bottom: 40px;
}

/* Operation Encompass */
.operation-encompass {
  padding: 70px 25px 80px 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(161, 126, 97, 0.25);
}

.opp {
  max-width: 850px;
  margin: 0 auto;
}

.operation-encompass__eyebrow {
  display: inline-block;
  color: var(--mainText);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.operation-encompass .text-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.operation-encompass h3 {
  color: var(--mainText);
  text-align: center;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  margin-bottom: 16px;
}

.operation-encompass p {
  color: #26364c;
  text-align: center;
  margin: 0;
}

.policies-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.policies button {
  flex-basis: calc(50% - 25px);
  border: none;
}

.custom-modal {
  padding: 10px 10px;
  width: 600px;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: var(--backgroundBlock);
}

.custom-modal i {
  position: sticky;
  left: 90%;
  top: 2%;
  font-size: 1.7rem;
  color: white;
}

.custom-modal i:hover {
  color: #afafaf;
  cursor: pointer;
}

.modal-heading {
  padding-top: 50px;
  text-align: center;
}

.modal-heading h3 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.links-wrapper {
  display: flex;
  column-gap: 10px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.links-wrapper a {
  display: block;
  flex-basis: calc(50% - 5px);
  background-color: var(--secondaryText);
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-wrapper a:hover {
  background-color: var(--buttonSelect);
}

/* dialog */
dialog::backdrop {
  background-color: hsla(198, 16%, 13%, 0.5);
}

@media (max-width: 735px) {
  .policies-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .opp {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .links-wrapper a {
    flex-basis: calc(100% - 10px);
  }
}
