.block-type-simple_split>div {
  padding-top: var(--split-padding-top-desktop);
  padding-bottom: var(--split-padding-bottom-desktop);
}

.block-type-simple_split .the-split {
  display: flex;
  flex-direction: row;
}

.block-type-simple_split .the-split .left-side {
  width: 66.666%;
  padding-right: 40px;
}

.block-type-simple_split .the-split .left-side .left-top {
  display: flex;
  flex-direction: row;
}

.block-type-simple_split .the-split .left-side .left-bottom img {
  width: 100%;
}

.block-type-simple_split .the-split .left-side .left-top .forced-line {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 20px;
  border-bottom: 1px solid black;
}

.block-type-simple_split .the-split .left-side span {
  display: inline;
}

/* .block-type-simple_split .the-split .left-side h1 {
  white-space: nowrap;
} */

.block-type-simple_split .the-split .right-side {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}

.block-type-simple_split .the-split .right-side .lil-pad {
  padding-bottom: 28px;
  margin-bottom: 0;
}

.block-type-simple_split .the-split .right-side h3:first-child {
  font-family: 'butler';
}

.block-type-simple_split .the-split .right-side>* {
  margin-bottom: 20px;
}

.block-type-simple_split .nahb .left-side .left-top {
  display:flex;
  flex-direction:column;
}

@media screen and (max-width:980px) {
  .block-type-simple_split>div {
    padding-top: var(--split-padding-top-mobile);
    padding-bottom: var(--split-padding-bottom-mobile);
  }

  .block-type-simple_split>div {
    padding-top: var(--split-padding-top-desktop);
    padding-bottom: var(--split-padding-bottom-desktop);
  }

  .block-type-simple_split .the-split {
    display: flex;
    flex-direction: column;
  }

  .block-type-simple_split .the-split .left-side {
    width: 100%;
    padding-right: 0px;
  }

  .block-type-simple_split .the-split .left-side .left-top {
    display: flex;
    flex-direction: column;
  }

  .block-type-simple_split .the-split .left-side .left-bottom img {
    width: 100%;
    margin-top: 30px;
  }

  .block-type-simple_split .the-split .left-side .left-top .forced-line {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom: 1px solid black;
  }

  .block-type-simple_split .the-split .left-side span {
    display: inline;
  }

  .block-type-simple_split .the-split .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .block-type-simple_split .the-split .right-side .lil-pad {
    padding-bottom: 28px;
    margin-bottom: 0;
  }

  .block-type-simple_split .the-split .right-side h3:first-child {
    font-family: 'butler';
  }

  .block-type-simple_split .the-split .right-side>* {
    margin-bottom: 20px;
  }
}
