.main {
  padding: 0 !important;
}

p {
  margin-bottom: 1rem;
}

body.page-services .header__nav .services-link {
  color: #d33;
}

section.services {
  padding: 3rem 1.5rem;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  flex-direction: column;
}

section.services .services-separator img {
  max-width: 100%;
}

section.services .services__main {
  text-align: center;
  padding-bottom: 30px;
}

section.services .services__main h1 {
  font-family: "square721", sans-serif;
  color: #444;
  letter-spacing: 4px;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 3rem;
}

section.services .services__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  column-gap: 3rem;
  row-gap: 3rem;
}

section.services .services__content div {
  text-align: center;
  max-width: 395px;
}

section.services .services__content h2 {
  font-family: "square721", sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  color: #444;
  margin-bottom: 15px;
}

section.services .services__content p {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 814px) {
  section.services .services__content {
    grid-template-columns: 1fr;
  }

  section.services .services-separator img {
    display: none;
  }
}

body.page-membership .header__nav .membership-link {
  color: #d33;
}

section.membership {
  padding: 3rem 1.5rem;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}

section.membership h1,
section.membership h2,
section.membership h3 {
  font-family: "square721", sans-serif;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 4px;
}

section.membership h1 {
  font-size: 44px;
  margin-bottom: 3rem;
}

section.membership h2 {
  font-size: 30px;
}

section.membership h3 {
  font-size: 24px;
}

section.membership p,
section.membership li {
  font-size: 14px;
  color: #444;
  font-family: Arial, sans-serif;
}

section.membership .membership-content {
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
}

section.membership .membership-content .opener {
  margin-bottom: 3rem;
}

section.membership .membership-content .right-column {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

section.membership .right-column .right-column-block {
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #efefef;
  padding: 15px;
  border-radius: 3px;
}

section.membership .right-column .right-column-block .alert div p {
  color: #664d03;
  margin-bottom: 0;
  padding-left: 8px;
}

section.membership .right-column .right-column-block .alert {
  padding: 0.75rem;
  margin-bottom: 0;
}

section.membership .right-column .right-column-block .alert svg {
  display: flex;
  align-self: flex-start;
  margin-top: 5px;
}

section.membership .right-column .right-column-block span {
  font-size: 12px !important;
  margin-bottom: 1rem !important;
}

section.membership .right-column .right-column-block p {
  margin-top: 1rem !important;
}

section.membership .right-column .right-column-block .cost {
  margin-bottom: 0 !important;
}

section.membership .right-column .button-row {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  padding-bottom: 1rem;
}

section.membership .right-column .button-row .register-button {
  padding: 0.75rem 1.25rem;
  color: #444;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  background-image: linear-gradient(to bottom, #fefefe, #e8e8e8);
}

section.membership .right-column .button-row .register-button:hover {
  text-decoration: none;
  background: #e8e8e8;
}

section.membership .membership-box .button-row {
  padding-bottom: 0;
}

section.membership .membership-box .button-row .register-button {
  padding: 0.75rem 0.8rem;
  text-align: center;
  font-size: 16x;
}

section.membership .membership-box .button-row .register-button span {
  font-size: 14px !important;
}

section.membership .right-column ul {
  margin-bottom: 12px;
}

@media screen and (max-width: 1002px) {
  section.membership .membership-content {
    flex-direction: column;
    row-gap: 3rem;
  }

  section.membership .membership-content .right-column {
    max-width: initial;
  }
}

@media screen and (max-width: 426px) {
  section.membership .right-column .button-row {
    flex-direction: column;
    row-gap: 1rem;
    text-align: center;
  }

  section.membership .right-column .button-row .register-button {
    max-width: 100%;
    width: 190px;
    margin: auto;
  }
}

body.page-contact .header__nav .contact-link {
  color: #d33;
}

section.contact {
  padding: 3rem 1.5rem;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}

section.contact h1 {
  font-size: 44px;
  margin-bottom: 30px;
  font-family: "square721", sans-serif;
  text-transform: uppercase;
  color: #444;
  letter-spacing: 4px;
}

@media screen and (max-width: 960px) {
  section.contact {
    flex-direction: column;
    padding: 15px;
  }

  section.contact iframe {
    width: 100%;
  }
}

.navbar {
  display: none !important;
}