.custom-contact-page,
.custom-contact-page .custom-contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#shopline-section-main .section-padding.custom-contact-page {
  padding: 30px 16px 0;
}
.custom-contact-page .custom-contact-item h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.custom-contact-page .custom-contact-item p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
}

.custom-contact-nav {
  display: flex;
  align-items: center;
  gap: 44px;
}
.custom-contact-nav span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.custom-contact-nav span:hover,
.custom-contact-nav span:active,
.custom-contact-nav span.active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (min-width: 960px) {
  #shopline-section-main .section-padding.custom-contact-page {
    padding-top: 90px;
  }
}

.custom-contact-page .faq-content {
  display: none;
  padding-bottom: 60px;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}
.custom-contact-page .faq-content strong,
.custom-contact-page .faq-content b,
.custom-contact-page .faq-content h1,
.custom-contact-page .faq-content h2,
.custom-contact-page .faq-content h3,
.custom-contact-page .faq-content h4,
.custom-contact-page .faq-content h5,
.custom-contact-page .faq-content h6 {
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
.custom-contact-page .faq-content p {
  margin: 0;
}

@media screen and (min-width: 960px) {
  .custom-contact-page .faq-content {
    padding-bottom: 120px;
  }
}
