.newhome-blocks--block-type2 {
  h2 {
    text-align: center;
    margin-bottom: 65px;

    @include sm {
      margin-bottom: 55px;
    }
  }

  .subject {
    font-weight: bold;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: $medium-color;

    @include sm {
      margin-top: 30px;
    }
  }

  h4 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin: 12px 0 30px;

    @include sm {
      margin: 10px 0 5px;
    }
  }

  .newhome-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    @include sm {
      flex-direction: column-reverse;
    }
  }
}
