/* Generated by vite-plugin-svg-spritemap */
.section-header {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
.section-header.descunderhead {
  flex-direction: column;
  gap: 1.25rem;
}
.section-header__left {
  width: 50%;
}
.descunderhead .section-header__left {
  width: 100%;
}
.section-header__right {
  width: 50%;
}
.descunderhead .section-header__right {
  width: 100%;
  font-size: 1rem;
}
.section-header a {
  font-weight: 700;
  padding-bottom: 0.1875rem;
  border-bottom: 0.0625rem solid #fff;
  transition: all 0.3s;
}
.section-header a:hover {
  color: #b88a4a;
  border-bottom: 0.0625rem solid #b88a4a;
}
.section-header p {
  line-height: 1.6;
}
.section-header p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.section-header ul, .section-header ol {
  margin-bottom: 1.25rem;
}
.section-header ul li, .section-header ol li {
  line-height: 1.6;
  padding-left: 0.9375rem;
  position: relative;
}
.rtl .section-header ul li, .rtl .section-header ol li {
  padding-left: 0;
  padding-right: 0.9375rem;
}
.section-header ul li::before, .section-header ol li::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #D2D2D2;
  left: 0;
  top: 0.5625rem;
}
.rtl .section-header ul li::before, .rtl .section-header ol li::before {
  right: 0;
  left: auto;
}

.descunderhead .block-text {
  font-size: 1rem;
}

@media (max-width: 61.99875em) {
  .section-header {
    flex-direction: column;
  }
  .section-header__left {
    width: 100%;
  }
  .section-header__right {
    width: 100%;
  }
}

@media (max-width: 20em) {
  .section-header {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 20em) and (max-width: 91.875em) {
  .section-header {
    margin-bottom: clamp( 1.25rem , 0.90217391304375rem  +  1.7391304348vw , 2.5rem );
  }
}

@media (min-width: 91.875em) {
  .section-header {
    margin-bottom: 2.5rem;
  }
}