#guidance #lease > span {
  width: 100%;
  height: 400px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }
  @media (max-width: 767px) {
    #guidance #lease > span {
      height: 230px;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; } }
  #guidance #lease > span img {
    width: 100%;
    height: 100%;
    position: static;
    transform: none;
    object-fit: cover; }
@media (max-width: 767px) {
  #guidance #lease h3 {
    padding: 10px 15px; }
    #guidance #lease h3 span {
      color: #fff;
      font-size: 5.6vmin; } }
#guidance #lease ul:nth-of-type(2) {
  width: 100%;
  margin: 50px 0;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }
  @media (max-width: 767px) {
    #guidance #lease ul:nth-of-type(2) {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4; } }
  #guidance #lease ul:nth-of-type(2) li:nth-of-type(2) b {
    color: #EA5515; }
  #guidance #lease ul:nth-of-type(2) li:nth-of-type(4) {
    margin-top: 20px; }
  #guidance #lease ul:nth-of-type(2) li:nth-of-type(n+4) {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    #guidance #lease ul:nth-of-type(2) li:nth-of-type(n+4) span {
      min-width: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 5px 8px;
      margin-right: 10px;
      background: #F3A530;
      color: #fff;
      border-radius: 20px;
      font-weight: 700; }
