.merit-bottom {
  background: url(../../images/merit02_bg.jpg) bottom/cover;
  padding: 5rem 0;
}

@media (max-width: 769px) {
  @media (max-width: 769px) {
  .merit-bottom {
    padding: 2rem 0;
  }
}
}

.merit-bottom .body__inner {
  width: 86%;
  margin: 0 auto;
  padding: 2.5rem 0;
}

@media (max-width: 769px) {
  .merit-bottom .body__inner {
    width: 90%;
    padding: 1.25rem 0;
  }
}

.merit-bottom .body__top__txt {
  font-size: 1.375rem;
  line-height: 1.66667;
}

@media (max-width: 769px) {
  .merit-bottom .body__top__txt {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.merit-bottom .body__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.merit-bottom .body__bottom__left {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom__left {
    position: relative;
  }
}

.merit-bottom .body__bottom__list {
  margin-left: 5%;
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom__list {
    margin-left: 0;
    margin-top: -1.25rem;
  }
}

.merit-bottom .body__bottom__list .list__item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0 1rem 2rem;
  line-height: 1.66667;
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom__list .list__item {
    font-size: 1rem;
    padding: 0 0 0.625rem 1.25rem;
    line-height: 1.75;
  }
}

.merit-bottom .body__bottom__list .list__item::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 0.75rem;
  height: 1.25rem;
  border-right: 5px solid #FA5B15;
  border-bottom: 5px solid rgb(197, 192, 190);
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom__list .list__item::before {
    top: 0.5rem;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 0.625rem;
    height: 1.125rem;
    border-right: 4px solid #FA5B15;
    border-bottom: 4px solid #FA5B15;
  }
}

.merit-bottom .body__bottom__list .list__item .notes {
  font-size: 0.875rem;
  font-weight: 400;
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom__list .list__item .notes {
    font-size: 0.75rem;
  }
}

@media (max-width: 769px) {
  .merit-bottom .body__bottom__img {
    position: absolute;
    width: 7.5rem;
    right: 0;
    bottom: -2.5rem;
    display: none;
  }
}
