.page {
  display: none;
}

.pageActive {
  display: block !important;
}

.programme-wrapper {
  padding: 0 0 40px;
}

.img-top-container {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.img-top {
  max-width: 1512px;
  margin: auto;
  width: 100%;
  height: 426px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 37px 70px 42px;
}

.img-top h1 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 36px;
  line-height: 54px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}

.programItem-button {
  max-width: min-content;
  height: 60px;
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  background: rgba(27, 27, 27, 0.6);
  border-radius: 100px;
  padding: 15px 30px 15px 58px;
  border: 0;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.programItem-button::before {
  content: url(/assets/img/arrow-back-white.svg);
  width: 8px;
  height: 17px;
  position: absolute;
  top: 20px;
  left: 30px;
  transition: all 0.3s ease-in-out;
}

.programItem-button:hover {
  background: #ffffff;
  color: #1b1b1b;
}

.programItem-button:hover::before {
  content: url(/assets/img/arrow-back-black.svg);
  left: 20px;
}

.programItem-info {
  cursor: default;
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: rgba(182, 182, 182, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 58px;
  padding: 12px 20px;
}

.programme-description {
  max-width: 1512px;
  margin: auto;
  padding: 40px 250px;
}

.programme-description>p {
  font-family: "Campus 500";
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  /* margin: 0; */
}

.programme-description>h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 24px;
}

.programme-description>h3 {
  font-family: 'Campus 700';
  font-feature-settings: "case" on;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 32px 0 0;
  margin-bottom: 16px;
  position: relative;
}

.programme-description>h3::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  width: 173px;
  border: 2px solid #2B8C45;
}

.yellow-bg {
  background: #FEF6CC;
  border-radius: 8px;
  padding: 20px;
  margin: 24px -20px !important;
}

.yellow-bg>p {
  font-family: 'Campus 500';
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.lecturers-contacts {
  margin-bottom: 80px;
}

.cl-curriculum {
  max-width: 1512px;
  margin: auto;
  padding: 40px 250px;
}

.cl-curriculum p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: justify;
}

.cl-curriculum h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  margin-bottom: 24px;
}

.pdfs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pdf {
  display: flex;
  align-items: center;
  width: min-content;
  background: #f7f9fc;
  border: 1px solid #f1f1f1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 25px 25px;
  gap: 20px;
  transition: 0.3s ease-in-out;
  margin-top: 16px;
}

.pdf:hover {
  background: #f0f3f5;
}

.pdf img {
  height: 25px;
}

.pdf>p {
  margin: 0;
  white-space: nowrap;
  font-family: "Campus 600";
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.cl-schedule {
  color: #000000;
  padding: 40px 250px;
  margin: auto;
  max-width: 1512px;
  width: 100%;
}

.cl-schedule h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.cl-schedule p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  /* margin: 0; */
}

.cl-admission {
  max-width: 1512px;
  margin: auto;
  color: #000000;
  padding: 40px 250px 0;
}

.cl-admission h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.cl-admission h2:not(:first-child) {
  margin-top: 40px;
}

.cl-admission p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.cl-admission>.pdfs-container {
  margin-top: 40px;
}

.cl-admission button {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #292a2a;
  color: #ffffff;
  border-radius: 40px;
  padding: 15px 25px;
  transition: 0.3s ease-out;
  margin: 24px 0 0;
}

.cl-admission button:hover {
  color: #000000;
  background-color: var(--main-green);
}


.faculties-content {
  margin-top: 20px;
  margin-bottom: 40px;
}

.faculties-content .info {
  display: flex;
  gap: 60px;
  color: #292a2a;
  background: #2B8C45;
  border-radius: 8px;
  margin-bottom: 10px;
}

.faculties-content p {
  margin: 0 !important;
}

.faculties-content .info>p,
.faculties-content .info>.info-mobile {
  margin: 0;
  display: flex;
  gap: 8px;
  padding: 15px 20px;
}

.cl-admission>h3 {
  font-family: 'Campus 700';
  font-size: 20px;
  line-height: 30px;
}

.cl-admission .btnAfterTable {
  margin-bottom: 40px;
}

.scheduleTable__wrapper {
  background: #F4F4F4;
  margin-top: 40px;
}

.scheduleTable {
  max-width: 1512px;
  margin-inline: auto;
  padding: 40px 250px;
}

.scheduleTable>h2 {
  font-family: 'Campus 700';
  font-feature-settings: "case" 1;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.schedulePureTable {
  width: 100%;
}

.schedulePureTable th {
  font-family: "Campus 600";
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.schedulePureTable tr {
  background: #ffffff;
}

.schedulePureTable th:nth-child(2),
.schedulePureTable tr td:nth-child(2) {
  text-align: end;
  max-width: 40%;
}

.schedulePureTable th:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 60%;
  color: #292a2a;
}

.schedulePureTable th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #292a2a;
}

.schedulePureTable td {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.schedulePureTable tr:first-child {
  background: #2B8C45;
}

.schedulePureTable tr:first-child:hover {
  background: #2B8C45;
  cursor: auto;
}

.schedulePureTable td,
.schedulePureTable th {
  padding: 10px 20px;
}

.spacer-2 {
  height: 11px;
}



.schedulePureTable-mobile {
  display: none;
  width: 100%;
}

.schedulePureTable-mobile td {
  font-family: 'Campus 500';
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
}

.schedulePureTable-mobile tr td:last-child {
  font-family: 'Campus 700';
  font-size: 16px;
  line-height: 28px;
  text-align: end;
}

.info-mobile {
  gap: 8px;
}

.info p,
.info span {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}

.copy {
  display: flex;
  gap: 8px;
  position: relative;
}

.copy p {
  font-family: 'Helvetica';
  /* font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px; */
  margin: 0 !important;
}

.copy span {
  font-weight: 700;
}

.copy>.tooltipText {
  visibility: hidden;
  background-color: black;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: -40px;
  right: -12px;
  z-index: 1;
}

.copy>img {
  cursor: pointer;
}

.subjects-table {
  margin: 0 !important;
  width: 100% !important;
  border-collapse: collapse;
  cursor: default;
}

.subjects-table th,
.subjects-table td {
  text-align: center;
  white-space: nowrap;
}

.subjects-table th:first-child,
.subjects-table td:first-child {
  text-align: left !important;
  white-space: unset !important;
}

.subjects-table th {
  font-family: "Campus 300";
  font-size: 18px;
  line-height: 28px;
  color: white;
  text-transform: uppercase;
  font-feature-settings: "case" on;
}

.subjects-table tr {
  background: white;
}

.subjects-table th:first-child,
.subjects-table td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.subjects-table th:last-child,
.subjects-table td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.subjects-table td {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 28px;
  color: black;
}

.subjects-table tr:first-child {
  background: #292a2a;
}

.subjects-table td,
.subjects-table th {
  padding: 10px 16px;
}

.subjects-table .different-subject {
  padding: 10px 16px;
  background: #f0f0f0;
  border-radius: 8px;
  font-family: "Campus 600";
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-feature-settings: "case" on;
  color: #292a2a;
}

.subjects-table .additional-subject {
  font-family: 'Campus 600';
  font-feature-settings: "case" 1;
  background: #F0F0F0;
  border-radius: 8px;
}

.mobile-table {
  display: none;
  margin-bottom: 2rem;
}

.mobile-table>h2 {
  margin: 2rem 0 0;
  font-family: "Campus 700";
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  font-feature-settings: "case" on;
  color: #000000;
}

.mobile-table>h6,
.mobile-table>div {
  padding: 10px;
  margin: 0;
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 28px;
}

.mobile-table>h6 {
  background: #f3f3f3;
  border-radius: 8px;
  margin-top: 1rem;
}

.mobile-table>div {
  margin-top: 0.25rem;
}

.mobile-table p {
  margin: 0;
}

.mobile-table span {
  font-family: "Campus 700";
}




.accordions-list-container .acc-first,
.accordions-list-container .acc-second {
  display: flex;
  gap: 3.75rem;
}

.accordion-item {
  width: 100%;
}

.accordions {
  gap: 3.75rem;
}

.module {
  max-width: 1512px;
  margin: auto;
  padding: 40px 250px 26px;
}

.module>h2 {
  margin-bottom: 24px;
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: capitalize;
  color: #000000;
}

.module>p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #000000;
}

.module>h3 {
  margin: 24px 0 20px;
  font-family: "Campus 600";
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.accordions-list-container {
  max-width: 1512px;
  margin: auto;
  padding: 40px 8.5%;
}

.accordions-list-container>h2 {
  margin: 0 0 25px;
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: capitalize;
  text-align: center;
  color: #000000;
}

.accordions-list-container>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

.accordion {
  padding: 0;
  width: 100%;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
}

.accordion-body {
  padding: 0 10px 20px 50px;
}

.accordion-body p {
  font-family: "Campus 500";
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

.accordion-button {
  font-family: "Campus 600";
  font-size: 18px;
  line-height: 27px;
  padding: 25px 10px 25px 56px;
  background-color: #ffffff !important;
  color: #000000 !important;
  outline: none !important;
  transition: 0.4s;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 25px 10px 15px 56px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  margin: 0;
  left: 20px;
  position: absolute;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: var(--bs-accordion-btn-icon);
}

.collapsed::after {
  transform: rotate(-90deg);
}

.cl-about-school {
  padding: 40px 0;
}

.cl-about-school>h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  color: #000000;
  padding-inline: 250px;
  max-width: 1512px;
  margin: auto;
  margin-bottom: 24px;
}

.cl-about-school>p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #000000;
  padding-inline: 250px;
  max-width: 1512px;
  margin-inline: auto;
}

.cl-about-school>h3 {
  font-family: 'Campus 700';
  font-feature-settings: "case" on;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 32px 250px 0;
  max-width: 1512px;
  margin: auto;
  margin-bottom: 16px;
  position: relative;
}

.cl-about-school>h3::before {
  position: absolute;
  top: 7px;
  left: 250px;
  content: "";
  width: 173px;
  border: 2px solid #2B8C45;
}

.cl-about-school ol {
  padding-inline: 294px 250px !important;
  max-width: 1512px;
  margin: -6px auto 16px;
  list-style: none;
  display: grid;
  gap: 8px 12px;
  align-items: center;
}

.cl-about-school ol.threeColumns {
  grid-template-columns: 1fr 1fr 1fr;
}

.cl-about-school ol.twoColumns {
  grid-template-columns: 1fr 1fr;
}


.cl-about-school ol li {
  font-family: 'Campus 500';
  font-size: 16px;
  line-height: 150%;
}



/* .cl-about-school table {
  padding-inline: 288px 250px !important;
  max-width: 1512px;
  margin: auto;
  border: none;
  border-collapse: separate !important;
}
.cl-about-school table td {
  font-family: 'Campus 500';
  font-size: 16px;
  line-height: 150%;
  padding: 0 8px 8px 0;
} */
.news-container-wrapper {
  margin-top: 40px;
  background: rgba(241, 241, 241, 0.8);
}

.news-container {
  max-width: 1512px;
  margin: auto;
  padding: 47.5px 70px 60px;
}

.news-container-header>h2 {
  margin: auto 0;
  font-family: "Campus 700";
  font-size: 30px;
  line-height: 39px;
  font-feature-settings: "case" 1;
  text-transform: capitalize;
}

.news-container-header button,
.news-mobile-button button {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #292a2a;
  color: white;
  border-radius: 40px;
  padding: 15px 25px;
  transition: 0.3s ease-out;
}

.news-container-header button:hover,
.news-mobile-button button:hover {
  background-color: var(--main-green);
  color: black;
}

.news-mobile-button {
  display: none;
}

.news-container-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  margin-top: 30px;
}

.news {
  max-width: 445px;
  cursor: pointer;
}

.news>img {
  width: 100%;
  height: 328px;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px;
}

.news>p,
.news>h4 {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.5;
  margin: 8px 0 8px;
}

.news>h4 {
  opacity: 1;
  margin: 0;
  word-wrap: break-word;
}

#school-management {
  max-width: 1512px;
  margin: auto;
  width: 100%;
  color: #000000;
  padding: 60px 250px;
}

.details-w-pic {
  margin-top: 2.5rem;
  justify-content: space-between;
  gap: 24px;
}

.details-wo-pic {
  width: 100%;
}

.details-wo-pic>div:first-child {
  gap: 2rem;
}

.details-wo-pic>div:last-child {
  margin-top: 32px;
}

.details-wo-pic>p:first-of-type {
  margin-top: 32px;
}

.cl-school-management h2 {
  font-family: "Campus 700";
  font-size: 26px;
  line-height: 39px;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  margin: 0;
}

.cl-school-management h2:not(:first-child) {
  padding-top: 48px;
  position: relative;
}

.cl-school-management h2:not(:first-child)::before {
  position: absolute;
  top: 23px;
  left: 0;
  content: "";
  width: 173px;
  border: 2px solid #2B8C45;
}

.cl-school-management img {
  width: 236px !important;
  height: 236px;
  object-fit: cover !important;
  object-position: center !important;
}

.details-wo-pic h2 {
  font-family: "Campus 700";
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

.details-wo-pic h3 {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.cl-school-management span {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  background: #e2e2e2;
  color: #1f2122;
  height: 40px;
  padding: 8px 12px;
  width: min-content;
}

.cl-curriculum ul {
  margin-top: -8px;
  margin-bottom: 8px;
}

.cl-about-school ul {
  padding-inline: 288px 250px !important;
  margin: 0 auto !important;
  max-width: 1512px;
}

.cl-about-school .seeMoreButton-container {
  margin-inline: auto;
  padding-left: 294px;
  max-width: 1512px;
}
.cl-school-management p {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.cl-school-management button {
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #292a2a;
  color: #ffffff;
  border-radius: 40px;
  padding: 15px 25px;
  transition: 0.3s ease-out;
}

.cl-school-management button:hover {
  color: #000000;
  background-color: var(--main-green);
}


/* R E S E A R C H E S */

/* Researches */
#studies,
#student-studies {
  margin: 40px 0px 70px;
}

#studies hr,
#student-studies hr {
  max-width: 902px;
}

hr {
  margin: 16px auto;
}

.studies ul,
.student-studies ul {
  padding: 0px 0px 0px 338px !important;
  max-width: 1512px;
}

.studies>h2,
.student-studies>h2,
.studies>p,
.student-studies>p,
.studies>.links,
.student-studies>.links {
  max-width: 1512px;
  padding: 0 300px;
}

.excels-container {
  max-width: 1512px;
  margin: 16px auto;
  padding: 0 300px;
  gap: 16px;
}

.studies>h2,
.student-studies>h2 {
  margin: 40px auto 24px;
  font-family: "Campus 700";
  font-size: 26px;
  line-height: 39px;
  font-feature-settings: "case" on;
  text-transform: uppercase;
}

.studies>p,
.student-studies>p {
  margin: 0 auto 16px;
  font-family: "Campus 500";
  font-size: 16px;
  line-height: 24px;
}


.studies>.links,
.student-studies>.links {
  margin: 16px auto;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
}

.links>a {
  margin: auto 0;
  font-family: "Campus 700";
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}

.pdf,
.excel {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min-content;
  background: #f7f9fc;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 15px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.pdf img,
.excel img {
  height: 25px;
}

.pdf:hover,
.excel:hover {
  background: #f0f3f5;
}

.pdf>p,
.excel>p {
  margin: 0 !important;
  white-space: nowrap;
  font-family: "Campus 500";
  font-feature-settings: "case" on;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}




/* R E S P O N S I V E */
@media screen and (max-width: 1300px) {
  .lect-contacts-container {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .lect-contacts {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  section .img-top {
    padding: 60px 45px 60px;
    height: 400px;
  }

  .programme-description,
  .programs,
  .cl-curriculum,
  .accordions-list-container,
  .module,
  .cl-admission {
    padding: 24px 45px;
  }

  .cl-about-school ul,
  .cl-about-school table {
    padding-inline: 83px 45px !important;
  }
  .cl-about-school .seeMoreButton-container {
    padding-left: 89px;
  }
  .programme-description>h2,
  .cl-curriculum h2,
  .cl-admission h2,
  .module h2,
  .module h3,
  .cl-schedule h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px 0;
  }

  .cl-curriculum h2 {
    margin: 0 0 16px;
  }

  .programme-description>p,
  .cl-curriculum p {
    text-align: left !important;
  }

  .cl-admission p {
    margin-bottom: 24px;
    text-align: left !important;
  }

  .scheduleTable {
    padding: 40px 45px;
  }

  .faculties-content {
    flex-direction: column;
    gap: unset;
  }

  .faculties-content .info {
    flex-direction: column;
    gap: 0.5rem;
    background: unset;
  }

  .faculties-content .info>.info-mobile {
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: #2B8C45;
  }

  .faculties-content .info>p {
    justify-content: space-between;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin: 0;
  }

  .module p {
    text-align: left;
  }

  .accordions-list-container>div {
    column-gap: 30px;
    row-gap: 4px;
  }

  .cl-about-school {
    padding: 0;
  }

  .cl-about-school>h2 {
    padding: 0 45px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .cl-about-school>p {
    padding: 0 45px;
    text-align: left;
  }

  .cl-about-school>h3 {
    padding-inline: 45px;
  }

  .cl-about-school>h3::before {
    left: 45px;
  }

  .cl-about-school ol {
    padding-inline: 89px 45px !important;
  }

  .cl-about-school ol.threeColumns {
    grid-template-columns: 1fr 1fr;
  }

  .events-container-header>h2 {
    font-size: 24px;
    text-align: center;
  }

  .events-container-header>button {
    display: none;
  }

  .news-container {
    padding: 40px 45px 60px;
  }

  .news-container-body {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }

  .news {
    width: 328px;
    height: 328px;
    max-width: 100%;
  }

  #school-management {
    padding: 24px 45px;
  }

  .cl-school-management h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }

  .cl-schedule {
    padding: 24px 45px;
  }


  .studies>h2,
  .student-studies>h2,
  .studies>p,
  .student-studies>p,
  .studies>.links,
  .student-studies>.links {
    padding: 0px 45px;
  }

  .studies>h2,
  .student-studies>h2 {
    font-size: 20px;
    line-height: 27px;
    margin: 24px auto 16px;
  }

  .studies>p,
  .student-studies>p {
    margin: 0px auto 16px;
  }

  .studies ul,
  .student-studies ul {
    padding: 0 45px 0 65px;
  }

  #studies,
  #student-studies {
    margin: 24px 0px 40px;
  }

  .excels-container {
    padding: 0px 45px;
    gap: 0.5rem;
    flex-direction: column;
  }

  #studies hr,
  #student-studies hr {
    max-width: calc(100vw - 90px);
  }

}

@media screen and (max-width: 768px) {
  .programme-wrapper {
    padding: 0;
  }

  section .img-top {
    padding: 15px;
    height: 190px;
  }

  .img-top h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .programItem-button {
    display: none;
  }

  .programme-description,
  .cl-curriculum,
  .cl-schedule,
  .cl-admission,
  .module {
    padding: 1.5rem 1rem;
  }

  .programme-description>h2,
  .cl-schedule h2 {
    font-size: 18px;
  }

  .cl-curriculum h2,
  .cl-schedule h2,
  .cl-admission h2,
  .module>h2 {
    font-size: 18px;
    line-height: 27px;
  }

  .cl-curriculum h2 {
    margin: 0 0 16px;
  }

  .cl-curriculum p,
  .cl-schedule p {
    text-align: left;
  }

  .cl-about-school>p,
  .cl-about-school>h2,
  .cl-about-school>h3 {
    padding-inline: 16px;
  }

  .cl-about-school>h3::before {
    left: 16px;
  }

  .cl-about-school ol {
    padding-inline: 60px 16px !important;
  }

  .cl-about-school ol.twoColumns,
  .cl-about-school ol.threeColumns {
    grid-template-columns: 1fr;
  }

  .cl-about-school .seeMoreButton-container {
    padding-left: 60px;
  }

  .cl-about-school>ul,
  .cl-about-school table {
    padding-inline: 54px 16px !important;
  }

  .scheduleTable__wrapper {
    margin-top: 20px;
  }

  .scheduleTable {
    padding: 40px 16px;
  }

  .scheduleTable .laptop {
    display: none;
  }

  .schedulePureTable-mobile {
    display: inline-table;
  }

  .scheduleTable>h2 {
    font-family: 'Campus 500';
    font-size: 16px;
    line-height: 28px;
    font-feature-settings: "case" 0;
    color: #292A2A;
    width: 100%;
    padding: 10px;
    background: #2B8C45;
    border-radius: 8px;
    margin-bottom: 4px;
  }

  .pdfs-container {
    gap: 1rem;
  }

  .pdf {
    padding: 10px 15px;
    width: 100%;
  }

  .pdf>p {
    font-size: 16px;
    margin: 0;
  }

  .cl-admission button {
    margin: 8px 0 24px;
  }

  .faculties-content {
    flex-direction: column;
    padding: 1.5rem 0 0;
    gap: unset;
    margin-bottom: 0;
  }

  .mobile-table {
    display: block;
  }

  .module>h3 {
    font-size: 20px;
  }

  .accordions-list-container {
    background-color: #f4f4f4;
    padding: 2.5rem 1rem;
  }

  .accordions-list-container>div {
    grid-template-columns: 1fr;
  }

  .accordions-list-container>h2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 1rem;
  }

  .accordions {
    gap: 0.25rem;
  }

  .accordion-item,
  .accordion-button {
    border-radius: 8px !important;
  }

  .news-container {
    padding: 40px 15px;
  }

  .news-container-header {
    justify-content: center !important;
  }

  .news-container-header>h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .news-container-header button {
    display: none;
  }

  .news-container-body {
    display: flex;
    width: calc(100vw - 32px);
    overflow-y: scroll !important;
    gap: 16px;
    margin-top: 24px;
  }

  .news-container-body::-webkit-scrollbar {
    display: none;
  }

  .news {
    min-width: 195px;
    width: 100%;
    cursor: pointer;
  }

  .news-container-body {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    margin-bottom: 40px;
  }

  .news-container-body>.news>img {
    height: 195px;
  }

  .news-mobile-button {
    display: flex;
    justify-content: center;
  }

  .details-w-pic {
    flex-direction: column;
    gap: 24px;
  }

  .details-wo-pic>div:first-child {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
  }

  .details-wo-pic>div:last-child {
    justify-content: flex-start !important;
    margin-top: 24px !important;
  }

  .details-wo-pic>p:first-of-type {
    margin-top: 24px;
  }

  .cl-school-management p {
    text-align: left;
    margin-top: 1.5rem;
  }

  #school-management {
    padding: 24px 15px;
  }

  .cl-schedule {
    padding: 24px 15px;
  }

  .subjects-table {
    display: none;
  }



  .studies>h2,
  .student-studies>h2,
  .studies>p,
  .student-studies>p,
  .studies>.links,
  .student-studies>.links {
    padding: 0px 15px;
  }

  .studies ul,
  .student-studies ul {
    padding: 0 15px 0 35px;
  }

  .studies>h2,
  .student-studies>h2 {
    font-size: 18px;
  }

  .studies>p,
  .student-studies>p {
    text-align: unset !important;
  }

  .studies>.links,
  .student-studies>.links {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .studies .excels-container,
  .student-studies .excels-container {
    padding: 0px 15px;
    gap: 0.5rem;
    flex-direction: column;
  }

  #studies hr,
  #student-studies hr {
    display: none;
    /* max-width: calc(100vw - 30px); */
  }
}


#thesis > h2,
#thesis > h3,
#thesis > p,
#thesis > .links {
    max-width: 1512px;
    padding: 0 300px;
}

#thesis > h2,
#thesis > h3 {
    margin: 40px auto 8px;
    font-family: "Campus 600";
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}

#thesis > h3 {
    margin: 40px auto 24px;
    font-family: "Campus 700";
    /* font-size: 26px;
    line-height: 39px; */
}

    #thesis > h2 > p,
    #thesis > h3 > p {
        margin: 0;
    }

/* .page > h2:not(:first-child),
.page > h3:not(:first-child) {
    margin-top: 40px;
} */

#thesis > p {
    margin: 0 auto 16px;
    font-family: "Campus 500";
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}


#thesis > .links {
    margin: 16px auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}
