@charset "UTF-8";

.module-boxColumn3 {
  display: flex;
  justify-content: space-between;
}
.module-boxColumn3 .module-boxL, .module-boxColumn3 .module-boxR{
  width: 45% !important;
}
.module-listLayout01 .module-btnType01{
  margin-bottom: 0 !important;
}
@media (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/academics/curriculum/header_bg_01.jpg");
  }
  .module-lead02 {
    margin: 0 0 40px !important;
  }
  .module-btnType01{
    margin-bottom: 40px !important;
  }


}
@media screen and (max-width: 750px) {
  #global-header header {
    background-image: url("/assets/images/academics/curriculum/header_bg_01.jpg");
    background-size: cover !important;
  }
  .module-lead02 {
    margin: 0 4% 8% !important;
  }
  .module-btnType01{
    margin-bottom: 20px !important;
  }

}
