#setting_onlinecourse {
  // * ----------------
  // มีบางส่วนใช้ร่วมกับ หน้า _setting.scss
  // ----------------
  .course{
    margin-bottom: 40px;
    &__title{
      color: #004f9c;
      font-weight: 500;
      font-size: 18px;
      margin: 15px 0;
    }
    &__items{
      border-top: 1px solid #ddd;
      padding: 10px 0;
      margin-left: 40px;
      display: block;
      // display: flex;
      // align-items: center;
      // justify-content: space-between;
      font-size: 14px;

      &:last-child{
        border-bottom: 1px solid #ddd;
      }

      &--btn{
        display: inline-block;
        padding: 0.5em 1em;
        color: #fff;
        background-color: #004f9c;
        border-radius: 5px;
        text-align: center;
      }
      iframe{
        width: 100%;
        max-width: 640px;
        margin-top: 10px;
      }
    }
  }
  @media only screen and (max-width: 992px) {
    .course{
      &__items{
        margin-left: 0px;
      }
    }
  }
}
