.newhome__content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 450px;
  background-color: $gray-bluish;
  padding: 50px 10px;

  h1 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    color: $primary-color;
    margin: 0 0 15px;

    @include sm {
      font-size: 2.7rem;
      line-height: 3.3rem;
    }
  }

  p {
    font-size: 2.1rem;
    color: $primary-color;
    margin: 0;

    @include sm {
      font-size: 1.9rem;
    }
  }

  > div {
    width: 100%;
    max-width: $max-width;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.newhome-content__wrap {
  width: 50%;
  padding: 0 10px 0 10px;
  margin-left: calc(100% / 6);

  @include sm {
    width: 100%;
    margin-left: 0;
    padding: 40px 2px;
  }
}
