.section1-container-sa {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  height: 600px;
  padding: var(--120, 120px);
  align-items: center;
  gap: var(--40, 40px);
  border-radius: 32px;
  background: var(--BG-Card, #f5f6f9);
}

.section1-container-sa h2 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 110%;
}

.section1-container-sa p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 400px;
  margin-bottom: 60px;
}

.section1-container-sa button {
  display: flex;
  padding: var(--16, 16px) var(--32, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  border-radius: 60px;
  background: var(--BG-Primary, #3346f7);
  color: var(--Typography-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  border: none;
  cursor: pointer;
}

.service-section-container-sti {
  display: flex;
  padding: var(--64, 64px) var(--120, 120px);
  flex-direction: column;
  gap: var(--32, 32px);
}

.service-section-first-sti {
  display: flex;
  justify-content: space-between;
  padding: var(--32, 32px);
  gap: var(--32, 32px);
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
}

.service-section-first-card-sti {
  display: flex;
  flex-direction: column;
  gap: var(--20, 20px);
}

.service-section-first-card-sti h1 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  min-width: 110px;
}

.service-section-first-card-sti p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.service-section-second-sti {
  display: flex;
  align-items: flex-start;
  gap: var(--32, 32px);
  align-self: stretch;
  justify-content: space-between;
}

.service-section-second-card1-sti {
  display: flex;
  padding: var(--32, 32px);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  border-radius: 16px;
  background: var(--Typography-Secondary, #7e8af7);
  backdrop-filter: blur(25px);
  gap: 20px;
  width: 100%;
  height: 392px;
}

.service-section-second-card1-sti p {
  color: var(--Typography-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.service-section-second-card1-sti button {
  display: flex;
  background: none;
  border-radius: 60px;
  border: 1px solid var(--Outline-White, #fff);
  padding: var(--16, 16px) var(--32, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  color: var(--Typography-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: auto;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: linear;
}

.service-section-second-card1-sti button:hover {
  color: #3346f7;
  background-color: #fff;
  border-color: rgb(0, 0, 0, 0);
}

.service-section-second-card1-sti button:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(3345%) hue-rotate(234deg) brightness(96%) contrast(103%);
}

.service-section-second-card1-sti button img {
  width: 22px;
  height: 22px;
}

.service-section-second-card2-sti {
  height: 392px;
  width: 100%;
  padding: var(--20, 20px) var(--16, 16px);
  position: relative;
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
  overflow: hidden;
}

.service-section-second-card2-ellipse-img-sti {
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-section-second-card2-ellipseEye-img-sti {
  position: absolute;
  left: 80px;
  top: 60px;
}

.service-section-second-card3-sti {
  height: 392px;
  display: flex;
  padding: var(--32, 32px);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  justify-content: space-between;
}

.service-section-second-card3-sti div h1 {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.service-section-second-card3-sti div ul {
  list-style-type: disc;
  margin-top: 20px;
  padding-left: 20px;
}

.service-section-second-card3-sti div li {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.service-section-second-card3-sti div li::marker {
  color: #45454c;
  font-size: 14px;
}

.service-section-second-card3-sti p {
  color: var(--Typography-Ghost, #a3a5bf);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section2-container-jb {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  height: 560px;
  padding: var(--120, 120px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 32px;
  background: var(--BG-Primary, #3346f7);
}

.section2-container-jb h3 {
  color: var(--Typography-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  min-width: 300px;
  align-self: stretch;
  margin-bottom: 64px;
  min-width: 300px;
  max-width: 800px;
}

.section2-container-jb button {
  display: flex;
  padding: var(--16, 16px) var(--32, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  border-radius: 60px;
  border: 1px solid var(--Outline-White, #fff);
  color: var(--Typography-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: linear;
}

.section2-container-jb button:hover {
  color: #3346f7;
  background-color: #fff;
  border-color: rgb(0, 0, 0, 0);
}

.section2-container-jb button:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(3345%) hue-rotate(234deg) brightness(96%) contrast(103%);
}

.section1-mobcontainer-jb {
  display: none;
}

.job-page {
  position: absolute;
  right: -147px;
  bottom: -102px;
  border-radius: 0 0 32px 0;
  z-index: -1;
  width: 1182px;
  height: 560px;
}

.mob-job-page {
  display: none;
}

.program-structure-container-sti {
  padding: 100px 120px;
}

.program-structure-container-sti h1 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.training-header-container-sti {
  margin-bottom: 81px;
}

.section2-left-structure-sm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section2-dropdown-left-sm p {
  width: 500px;
  border-bottom: 1px solid #e3e7fc;
  padding-bottom: 30px;
}

.none {
  padding-top: 20px;
}

.footer-rect-menu {
  padding-top: 0;
}

.section2-dropdown-container-sm {
  display: flex;
  flex-direction: column;
  border: none;
}

.section2-dropdown-right-sm ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.section2-dropdown-right-sm ul li {
  width: 135px;
}

.section2-left-header-sti {
  margin-bottom: 0px;
}

.section2-dropdown-structure-sm {
  align-items: flex-end;
}

.section2-right-sm {
  width: 180px;
  display: flex;
  align-items: center;
}

.section2-right-sm span {
  border-radius: 60px;
  border: 1px solid var(--Outline-Grey, #e3e7fc);
  display: flex;
  padding: var(--8, 8px) var(--24, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  max-width: 200px;
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.service-section-second-card2-ellipse-img-sti-web {
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
}

.service-section-second-card2-ellipse-img-sti {
  display: none;
}

@media screen and (max-width: 1200px) {
  .service-section-second-card2-ellipse-img-sti {
    position: absolute;
    left: -60px;
    bottom: 0;
  }

  .service-section-second-card2-ellipseEye-img-sti {
    position: absolute;
    left: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .section2-dropdown-structure-sm {
    position: absolute;
    top: 14px;
    right: 0;
  }

  .section2-dropdown-left-sm p {
    width: 400px;
  }

  .section2-dropdown-right-sm ul {
    width: 300px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .service-section-container-sti {
    padding: 80px;
    gap: 20;
  }

  .service-section-first-sti {
    flex-direction: column;
    padding: var(--20, 20px) var(--16, 16px);
    gap: var(--20, 20px);
  }

  .service-section-first-card-sti {
    flex-direction: row;
  }

  .service-section-first-card-sti h1 {
    font-size: 18px;
  }

  .service-section-first-card-sti p {
    font-size: 14px;
  }

  .section1-container-sa h2 {
    color: var(--Typography-Black, #0c0c0d);
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .section1-container-sa p {
    color: var(--Typography-Dark-Grey, #45454d);
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 280px;
    align-self: stretch;
    margin-bottom: 32px;
  }

  .section1-container-sa button {
    display: flex;
    padding: var(--8, 8px) var(--24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    border-radius: 60px;
    background: var(--BG-Primary, #3346f7);
    color: var(--Typography-White, #fff);
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }

  .section1-container-sa button img {
    width: 18px;
    height: 18px;
  }

  .section1-container-sa {
    border-radius: 16px;
    height: 520px;
    padding: 80px;
  }

  .service-section-second-sti {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .service-section-second-card1-sti p {
    font-size: 14px;
  }

  .service-section-second-card1-sti button {
    padding: var(--8, 8px) var(--24, 24px);
    font-size: 14px;
    gap: var(--8, 8px);
  }

  .service-section-second-card1-sti button img {
    width: 18px;
    height: 18px;
  }

  .service-section-second-card1-sti {
    padding: 20px 16px;
    width: 100%;
    height: auto;
  }

  .service-section-second-card2-sti {
    width: 100%;
  }

  .service-section-second-card2-ellipse-img-sti {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .service-section-second-card2-ellipseEye-img-sti {
    position: absolute;
    left: 80px;
  }

  .service-section-second-card3-sti {
    padding: 20px 16px;
    width: 100%;
    gap: 20px;
    height: auto;
  }

  .service-section-second-card3-sti h1 {
    font-size: 14px;
  }

  .service-section-second-card3-sti div ul li {
    font-size: 14px;
  }

  .service-section-second-card3-sti p {
    font-size: 14px;
  }

  .section2-container-jb {
    padding: 40px 20px;
    justify-content: flex-end;
  }

  .section2-container-jb h3 {
    color: var(--Typography-White, #fff);
    font-family: Manrope, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 32px;
  }

  .program-structure-container-sti h1 {
    font-size: 32px;
  }

  .program-structure-container-sti {
    padding: 40px 20px;
  }

  .service-section-first-card-sti {
    gap: 46px;
  }
}

@media screen and (max-width: 768px) {
  .service-section-second-card2-ellipse-img-sti-web {
    display: none;
  }

  .service-section-second-card2-ellipse-img-sti {
    display: block;
  }

  .training-header-container-sti {
    margin-bottom: 33px;
  }

  .service-section-second-card2-sti {
    height: 300px;
  }

  .service-section-container-sti {
    padding: 40px 20px;
  }

  .section1-container-sa {
    align-items: flex-end;
    padding: 155.5px 20px 40px 20px;
  }

  .job-page {
    display: none;
  }

  .mob-job-page {
    display: block;
    position: absolute;
    right: -98px;
    top: 41px;
    z-index: -1;
    width: 639px;
    height: 302px;
  }

  .w-full-mob {
    width: 100%;
  }

  .section1-card-body-jb h3 {
    font-size: 24px;
  }

  .section1-card-footer-jb {
    gap: 8px;
  }

  .section2-container-jb h3 {
    color: var(--Typography-White, #fff);
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .section2-container-jb button {
    width: 100%;
    display: flex;
    padding: var(--8, 8px) var(--24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    border-radius: 60px;
    border: 1px solid var(--Outline-White, #fff);
    color: var(--Typography-White, #fff);
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
}

@media screen and (max-width: 468px) {
  .section1-container-sa {
    align-items: flex-end;
    padding: 155.5px 20px 40px 20px;
  }

  .section2-right-sm {
    width: 130px;
  }

  .section2-dropdown-left-sm p {
    width: 270px;
  }

  .section2-right-sm span {
    color: var(--Typography-Black, #0C0C0D);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: var(--6, 6px) var(--16, 16px);
  }

  .section2-left-header-sti h3 {
    width: 200px !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 365px) {
  .mob-solution-advance {
    width: 100vw;
  }

  .section2-left-header-sti h3 {
    width: 140px !important;
    font-size: 14px;
  }
}