/* ComTwo CMS additions: only extend the existing Regna/ComTwo styles. */

#hero.comtwo-subhero {
  height: 72vh;
  min-height: 500px;
  background-position: center center;
}

#hero.comtwo-subhero h1 {
  max-width: 980px;
  padding: 0 15px;
}

#hero.comtwo-subhero h2 {
  max-width: 820px;
  padding: 0 15px;
  line-height: 1.45;
}

#header.comtwo-site-header {
  height: auto;
  min-height: 0;
  display: block;
  background: rgba(36, 41, 45, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

#header.comtwo-site-header.header-transparent {
  background: linear-gradient(180deg, rgba(25, 29, 32, 0.72), rgba(25, 29, 32, 0.18));
  box-shadow: none;
}

#header.comtwo-site-header.header-scrolled {
  height: auto;
  background: rgba(36, 41, 45, 0.96);
}

#header.comtwo-site-header.header-scrolled .comtwo-topbar {
  display: none;
}

.comtwo-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.comtwo-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 34px;
}

.comtwo-topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.comtwo-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 600;
}

.comtwo-topbar a:hover {
  color: #ffb3b3;
}

.comtwo-mainbar {
  min-height: 72px;
}

#header.comtwo-site-header #logo img {
  max-height: 48px;
  width: auto;
}

#header.comtwo-site-header .navbar > ul > li {
  padding-left: 30px;
}

#header.comtwo-site-header .navbar a,
#header.comtwo-site-header .navbar a:focus {
  letter-spacing: 0;
}

#header.comtwo-site-header .navbar .dropdown ul {
  left: 16px;
  min-width: 240px;
  padding: 12px 0;
  border-radius: 6px;
}

#header.comtwo-site-header .navbar .dropdown ul a {
  padding: 11px 22px;
}

#header.comtwo-site-header .navbar .comtwo-nav-cta {
  padding-left: 24px;
}

#header.comtwo-site-header .navbar .comtwo-nav-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 2px solid #ff0000;
  border-radius: 50px;
  background: #ff0000;
  color: #fff;
  font-weight: 700;
}

#header.comtwo-site-header .navbar .comtwo-nav-cta a::before {
  display: none;
}

#header.comtwo-site-header .navbar .comtwo-nav-cta a:hover {
  background: #fff;
  color: #ff0000;
}

#hero .hero-container {
  padding: 120px 20px 56px;
}

#hero:before {
  background: rgba(0, 0, 0, 0.52);
}

#hero h1 {
  max-width: 1040px;
  margin: 0 0 18px;
  text-transform: none;
  letter-spacing: 0;
}

#hero h2 {
  max-width: 900px;
  margin: 0;
  line-height: 1.45;
}

.comtwo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

#hero .comtwo-hero-btn {
  min-width: 190px;
  margin: 0;
  padding: 11px 26px;
  letter-spacing: 0;
  text-align: center;
}

#hero .comtwo-hero-btn--primary {
  border-color: #ff0000;
  background: #ff0000;
  color: #fff;
}

#hero .comtwo-hero-btn--primary:hover {
  border-color: #fff;
  background: #fff;
  color: #ff0000;
}

#hero .comtwo-hero-btn--secondary {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

#hero .comtwo-hero-btn--secondary:hover {
  border-color: #fff;
  background: #fff;
  color: #333;
}

.comtwo-floating-contact {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 996;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.comtwo-floating-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 50px;
  background: rgba(36, 41, 45, 0.94);
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.comtwo-floating-contact a:hover {
  background: #ff0000;
  color: #fff;
}

@media (max-width: 1250px) and (min-width: 992px) {
  #header.comtwo-site-header .navbar a,
  #header.comtwo-site-header .navbar a:focus {
    font-size: 13px;
  }

  #header.comtwo-site-header .navbar > ul > li {
    padding-left: 20px;
  }
}

.comtwo-page-intro {
  padding: 48px 0 36px;
}

#about,
#about.comtwo-page-intro {
  padding: 52px 0;
}

#services.comtwo-page-services {
  padding: 54px 0 34px;
}

.comtwo-page-services .box {
  height: auto;
  min-height: 176px;
  padding: 38px 18px 22px;
  margin-bottom: 34px;
}

#services.comtwo-page-services .box {
  height: auto;
  min-height: 176px;
  padding: 38px 18px 22px;
  margin-bottom: 34px;
}

.comtwo-page-services .description {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.55;
}

.comtwo-page-services .title {
  margin-bottom: 9px;
  font-size: 15px;
}

#services.comtwo-page-services .title {
  margin-bottom: 9px;
  font-size: 15px;
}

.comtwo-page-services .icon {
  top: -26px;
  left: calc(50% - 28px);
  width: 56px;
  height: 56px;
  border-width: 4px;
}

#services.comtwo-page-services .icon {
  top: -26px;
  left: calc(50% - 28px);
  width: 56px;
  height: 56px;
  border-width: 4px;
}

.comtwo-page-services .icon i {
  font-size: 20px;
}

#services.comtwo-page-services .icon i {
  font-size: 20px;
}

.comtwo-detail-sections {
  padding: 42px 0;
  background: #fff;
}

.comtwo-section-accordion {
  max-width: 1040px;
  margin: 0 auto;
}

.comtwo-section-detail {
  border: 1px solid #e9e9e9;
  background: #fff;
  margin-bottom: 10px;
}

.comtwo-section-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
}

.comtwo-section-detail summary::-webkit-details-marker {
  display: none;
}

.comtwo-section-detail summary span {
  flex: 0 0 auto;
  color: #ff0000;
  font: 700 12px "Poppins", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.comtwo-section-detail .title {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 20px;
}

.comtwo-section-detail__body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 24px;
  padding: 0 20px 20px;
  border-top: 1px solid #f0f0f0;
}

.comtwo-section-detail__text p {
  margin: 14px 0 0;
  line-height: 1.65;
}

.comtwo-section-detail__list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.comtwo-section-detail__list li {
  position: relative;
  padding-left: 22px;
  color: #555;
  font-size: 14px;
}

.comtwo-section-detail__list li::before {
  content: "\f26e";
  position: absolute;
  left: 0;
  top: 1px;
  color: #ff0000;
  font-family: bootstrap-icons;
}

.comtwo-section-detail__list a {
  color: #111;
}

.comtwo-section-detail__list a:hover {
  color: #ff0000;
}

.comtwo-content-section {
  padding: 42px 0;
}

.comtwo-legal-page {
  padding-top: 70px;
}

.comtwo-legal-page .comtwo-content-section .container {
  max-width: 920px;
}

.comtwo-legal-page h1 {
  font-size: 24px;
  margin: 0;
}

.comtwo-legal-page h2 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  margin-top: 28px;
}

.comtwo-legal-cookie-button {
  border: 2px solid #ff0000;
  border-radius: 50px;
  background: #ff0000;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  text-transform: uppercase;
  transition: 0.3s;
}

.comtwo-legal-cookie-button:hover {
  background: #fff;
  color: #ff0000;
}

.comtwo-content-section .section-title {
  margin-bottom: 8px;
}

.comtwo-related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}

.comtwo-related-links a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #666;
}

.comtwo-related-links a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

.comtwo-page-faq {
  background: #fff;
  padding: 48px 0;
}

.comtwo-page-faq .accordion-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.comtwo-page-faq .accordion-button {
  color: #333;
  font-weight: 700;
  box-shadow: none;
}

.comtwo-page-faq .accordion-button:not(.collapsed) {
  background: #ff0000;
  color: #fff;
}

.comtwo-page-faq .accordion-body p:last-child {
  margin-bottom: 0;
}

.comtwo-page-cta {
  margin: 0;
}

#portfolio.comtwo-page-portfolio .portfolio-item {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}

#portfolio.comtwo-page-portfolio {
  padding: 54px 0 42px;
}

#portfolio.comtwo-page-portfolio .section-header {
  padding-bottom: 26px;
}

#portfolio.comtwo-page-portfolio .comtwo-gallery-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3.5;
  overflow: hidden;
  background: #f4f4f4;
  color: inherit;
}

#portfolio.comtwo-page-portfolio .comtwo-gallery-link picture,
#portfolio.comtwo-page-portfolio .comtwo-gallery-link img {
  display: block;
  width: 100%;
  height: 100%;
}

#portfolio.comtwo-page-portfolio .comtwo-gallery-link img {
  object-fit: cover;
  object-position: center;
  top: 0;
  transition: transform 0.35s ease;
}

#portfolio.comtwo-page-portfolio .portfolio-item:hover img {
  top: 0;
  transform: scale(1.04);
}

#portfolio.comtwo-page-portfolio .portfolio-info {
  left: 0;
  right: 0;
  bottom: -70px;
  pointer-events: none;
}

#portfolio.comtwo-page-portfolio .portfolio-item:hover .portfolio-info {
  bottom: 0;
}

#portfolio.comtwo-page-portfolio .portfolio-info .preview-link {
  pointer-events: none;
}

.comtwo-gallery-more {
  margin-top: 8px;
  text-align: center;
}

.comtwo-gallery-more summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 2px solid #ff0000;
  border-radius: 50px;
  color: #ff0000;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.comtwo-gallery-more summary::-webkit-details-marker {
  display: none;
}

.comtwo-gallery-more summary:hover {
  background: #ff0000;
  color: #fff;
}

.comtwo-gallery-more .row {
  margin-top: 24px;
  text-align: left;
}

.comtwo-home-trust {
  padding: 46px 0;
  background: #f7f7f7;
}

.comtwo-trust-item {
  height: 100%;
  padding: 22px 18px;
  border: 1px solid #e8e8e8;
  background: #fff;
  text-align: center;
}

.comtwo-trust-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  font-size: 20px;
}

.comtwo-trust-item h3 {
  margin: 0 0 8px;
  color: #111;
  font: 700 15px "Poppins", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.comtwo-trust-item p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

.comtwo-process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.comtwo-process-strip span {
  display: block;
  padding: 12px 14px;
  background: #fff;
  color: #333;
  font: 700 13px "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
}

.comtwo-tool {
  background: #f7f7f7;
  padding: 48px 0;
}

.comtwo-tool .container,
.comtwo-tool-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 12px;
}

.comtwo-tool .box {
  height: auto;
  min-height: 0;
  padding: 35px 25px 28px;
  margin-bottom: 0;
  text-align: left;
}

.comtwo-tool .box .title {
  text-align: center;
}

.comtwo-tool label {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.comtwo-tool input,
.comtwo-tool select,
.comtwo-tool textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 12px;
  background: #fff;
}

.comtwo-tool-result {
  display: block;
  margin: 20px 0;
  padding: 15px;
  background: #fff;
  border-left: 4px solid #ff0000;
  color: #333;
  font-weight: 700;
}

.comtwo-tool-cta,
.comtwo-tool-actions button {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #ff0000;
  background: #ff0000;
  color: #fff;
}

.comtwo-tool-cta:hover,
.comtwo-tool-actions button:hover {
  background: #fff;
  color: #ff0000;
}

.comtwo-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.comtwo-sticker-preview,
.comtwo-qr-preview {
  width: 100%;
  min-height: 320px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.comtwo-qr-preview svg {
  width: min(100%, 320px);
  height: auto;
}

.comtwo-hp {
  position: absolute;
  left: -9999px;
}

.comtwo-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
}

.comtwo-consent input {
  width: auto !important;
  margin-top: 4px;
}

#contact .php-email-form .comtwo-form-message {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}

#contact .php-email-form .comtwo-form-message.is-ok {
  color: #18d26e;
}

#contact .php-email-form .comtwo-form-message.is-error {
  color: #ed3c0d;
}

.comtwo-upload-note {
  margin: 8px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 0, 0, 0.45);
  outline-offset: 2px;
}

#contact .info a {
  color: #333;
}

#contact .info a:hover {
  color: #ff0000;
}

#footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#footer a:hover {
  color: #ffb3b3;
}

#footer .comtwo-cookie-settings {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#footer .comtwo-cookie-settings:hover {
  color: #ffb3b3;
}

.comtwo-cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 10000;
  color: #333;
}

.comtwo-cookie__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px;
  border-top: 4px solid #ff0000;
  background: #fff;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.comtwo-cookie__text {
  max-width: 720px;
}

.comtwo-cookie__text strong {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font: 700 18px "Poppins", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.comtwo-cookie__text p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.comtwo-cookie__text a {
  color: #ff0000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.comtwo-cookie__choice {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 18px 8px 0;
  font-weight: 700;
}

.comtwo-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  min-width: 280px;
}

.comtwo-cookie__actions button {
  border: 2px solid #ff0000;
  border-radius: 50px;
  background: #ff0000;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  text-transform: uppercase;
  transition: 0.3s;
}

.comtwo-cookie__actions button:hover {
  background: #fff;
  color: #ff0000;
}

.comtwo-project-reports {
  padding: 70px 0;
  background: #f7f7f7;
}

.comtwo-report-card {
  height: 100%;
  padding: 26px;
  border-top: 4px solid #ff0000;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.comtwo-report-card__eyebrow {
  margin: 0 0 10px;
  color: #777;
  font: 700 12px "Poppins", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.comtwo-report-card h3 {
  margin: 0 0 18px;
  color: #111;
  font: 700 20px "Poppins", Arial, Helvetica, sans-serif;
}

.comtwo-report-card h4 {
  margin: 16px 0 6px;
  color: #222;
  font: 700 14px "Poppins", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.comtwo-report-card p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.comtwo-report-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.comtwo-report-card__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 2px solid #ff0000;
  border-radius: 50px;
  color: #ff0000;
  font: 700 12px "Poppins", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.comtwo-report-card__actions a:last-child {
  background: #ff0000;
  color: #fff;
}

.comtwo-report-card__actions a:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

@media (max-width: 991px) {
  #header.comtwo-site-header,
  #header.comtwo-site-header.header-transparent,
  #header.comtwo-site-header.header-scrolled {
    background: rgba(36, 41, 45, 0.96);
  }

  #header.comtwo-site-header .comtwo-topbar {
    display: none;
  }

  #header.comtwo-site-header .comtwo-mainbar {
    min-height: 70px;
  }

  #header.comtwo-site-header .navbar-mobile > ul > li,
  #header.comtwo-site-header .navbar-mobile .comtwo-nav-cta {
    padding-left: 0;
  }

  .mobile-nav-toggle {
    font-size: 36px;
  }

  .navbar-mobile ul {
    top: 64px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    min-height: 48px;
    padding: 14px 20px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.2px;
  }

  .navbar-mobile .comtwo-nav-cta a {
    justify-content: center;
    margin: 8px 18px;
    color: #fff;
    font-size: 22px;
  }

  .navbar-mobile .comtwo-nav-cta a:hover {
    color: #ff0000;
  }

  .navbar-mobile .dropdown ul {
    margin: 4px 12px 12px;
  }

  .navbar-mobile .dropdown ul a {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 18px;
  }

  .comtwo-floating-contact {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: row;
    transform: none;
  }

  .comtwo-floating-contact a {
    flex: 1 1 0;
    justify-content: center;
    min-height: 48px;
    font-size: 15px;
  }

  .comtwo-section-detail__body {
    grid-template-columns: 1fr;
  }

  .comtwo-process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body {
    font-size: 17px;
  }

  p,
  li {
    line-height: 1.65;
  }

  #hero .hero-container {
    padding: 104px 18px 86px;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  #hero h2 {
    font-size: 19px;
    line-height: 1.45;
  }

  .comtwo-hero-actions {
    width: 100%;
    gap: 10px;
    margin-top: 26px;
  }

  #hero .comtwo-hero-btn {
    width: 100%;
    max-width: 320px;
    padding: 12px 22px;
  }

  .section-header .section-description {
    font-size: 17px;
  }

  #about .about-container p,
  .comtwo-detail-sections .about-container p,
  .comtwo-page-services .description {
    font-size: 17px;
  }

  #hero.comtwo-subhero {
    height: 62vh;
    min-height: 430px;
  }

  .comtwo-page-services .box {
    min-height: 0;
    margin-bottom: 30px;
  }

  .comtwo-tool {
    padding: 60px 0;
  }

  .comtwo-detail-sections .about-container .icon-box .title,
  .comtwo-detail-sections .about-container .icon-box .description {
    margin-left: 0;
    padding-left: 82px;
  }

  #contact .php-email-form button[type=submit],
  .comtwo-tool-cta,
  .comtwo-tool-actions button {
    width: 100%;
    text-align: center;
  }

  .comtwo-cookie {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .comtwo-cookie__inner {
    display: block;
    padding: 18px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }

  .comtwo-cookie__actions {
    min-width: 0;
    margin-top: 12px;
    justify-content: stretch;
  }

  .comtwo-cookie__actions button {
    width: 100%;
    font-size: 15px;
  }

  .comtwo-section-detail summary {
    display: block;
  }

  .comtwo-section-detail summary span {
    display: inline-block;
    margin-top: 8px;
  }

  .comtwo-section-detail .title {
    font-size: 18px;
  }

  .comtwo-process-strip {
    grid-template-columns: 1fr;
  }

  .comtwo-home-trust,
  .comtwo-project-reports,
  #services.comtwo-page-services,
  #portfolio.comtwo-page-portfolio,
  .comtwo-page-faq,
  .comtwo-detail-sections {
    padding-top: 42px;
    padding-bottom: 34px;
  }
}
