/* WRAPPER */
.shb-curriculum-wrapper {
  max-width: 900px;
}

/* HEADER */
.shb-header {
  margin-bottom: 20px;
}

/* LINE */
.shb-line-accent {
  width: 48px;
  height: 4px;
  background: #7D0C3D;
  margin-top: 24px;
}

/* LIST */
.shb-curriculum-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ITEM */
.shb-curriculum-item {
  display: flex;
  gap: 20px;
}

/* LEFT BAR */
.shb-bar {
  width: 12px;
  flex-shrink: 0;
}

/* TYPOGRAPHY */
.shb-fluid-h1 {
  font-weight: 700;
  /*font-size: 55px;*/
  line-height: 67px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.25rem, 4vw, 2rem);
  /*font-family: 'Montserrat', sans-serif;*/
  color: #003C9A;
}

.shb-fluid-h2{
    font-weight: 600;
    color: rgb(47 47 47 / var(--tw-text-opacity, 1));
    font-size: clamp(0.875rem, 2vw, 1.75rem);
    font-family: "Montserrat";
}

.shb-fluid-h3 {
   font-weight: 700;
  /*font-size: 36px;*/
  line-height: 44px;
  font-family: 'Montserrat', sans-serif;;
  color: #2F2F2F;
    font-size: clamp(0.875rem, 2vw, 1.75rem);
  /*font-family: 'Montserrat', sans-serif;*/
  /*color: #003C9A;*/
}

/*.shb-fluid-body {*/
/*  font-size: clamp(0.875rem, 1.4vw, 1.375rem);*/
/*  color: #2F2F2F;*/
/*  font-family: 'Montserrat', sans-serif;*/
/*}*/
.shb-fluid-body {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #2F2F2F;
}



/* TYPOGRAPHY */
.custom-css .shb-fluid-h1 {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 55px);
  line-height: clamp(36px, 3.5vw, 67px);
  color: #003C9A;
   font-family: "Montserrat";
}

.custom-css .shb-fluid-h2{
    color: rgb(47 47 47 / var(--tw-text-opacity, 1));
      font-weight: 500;
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: clamp(26px, 3vw, 44px);
    font-family: "Montserrat";
}

.custom-css .shb-fluid-h3 {
   font-weight: 700;
  /*font-size: 36px;*/
  font-family: 'Montserrat', sans-serif;;
  color: #2F2F2F;
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: clamp(26px, 3vw, 44px);
  /*font-family: 'Montserrat', sans-serif;*/
  /*color: #003C9A;*/
}

/*.shb-fluid-body {*/
/*  font-size: clamp(0.875rem, 1.4vw, 1.375rem);*/
/*  color: #2F2F2F;*/
/*  font-family: 'Montserrat', sans-serif;*/
/*}*/
.custom-css .shb-fluid-body {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 26px);
  line-height: clamp(22px, 2.2vw, 32px);
  font-family: 'Montserrat', sans-serif;
  color: #2F2F2F;
}