/* Under Page FMT */
:root {
  --key-orange: #f96100;
    --blue: #0066be;
    --gray: #353636;
    --green: #00be75;
    --pink: #d600a5;
    --yellow: #d0c000;
    --beige: #f0ece9;
}
#hs_cos_wrapper_subTitle_ {
    color: var(--key-color);
}
.page-cotainer{
    color: var(--gray);
    overflow-x: hidden;
  *{
    box-sizing: border-box;
    line-height:1.5;
  }
  .content-wrapper {
    max-width: 800px;
    .dnd-section,.dnd-column{
          padding: 0;
      }
  }
  span {
    display: inline-block;
  }
  .under-header{
    background: none;
  }
  section {
    margin: 4rem auto;
  }
  h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: var(--gray);
    position: relative;
    margin-bottom: 1em;
  }
  h2:before {
    background-color: var(--key-color);
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
  }
  .home-qa__cta:before,.home-qa__cta:after {
    display: none;
  }
}
@media screen and (min-width: 900px) {
      .body-container--contact.page-cotainer .content-wrapper {
          padding: 0;
      }
      
}/* (min-width: 900px */
@media screen and (max-width: 900px) {
}
}/* (min-width: 900px */