.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%;
}

.cta_recruiting_img {
  right: -66px !important;
  top: -13px !important;
  width: 767px !important;
  height: 731px !important;
}

.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;
}

.section2-container-jb {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  height: 560px;
  padding: 100px 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;
}

.workflow-container-sr {
  display: flex;
  flex-direction: column;
  padding: 100px 120px;
  gap: 32px var(--32, 32px);
}

.workflow-first-sr {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
}

.workflow-left-1-sr {
  width: 100%;
}

.workflow-left-1-sr h2 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.workflow-left-2-sr {
  display: flex;
  width: 100%;
  height: 383px;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
}

.workflow-left-2-sr h1 {
  color: var(--Typography-Secondary, #7e8af7);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.workflow-left-2-content-sr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--24, 24px);
}

.workflow-left-2-content-sr h1 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.workflow-left-2-content-sr p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.workflow-right-2-sr {
  display: flex;
  width: 208%;
  height: 383px;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
  position: relative;
  overflow: hidden;
}

.workflow-right-2-sr h1 {
  color: var(--Typography-Secondary, #7e8af7);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  z-index: 10;
}

.workflow-left-2-content-sr h1 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.workflow-left-2-content-sr p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  z-index: 10;
}

.workflow-right-2-sr img {
  position: absolute;
  bottom: 0;
  /* right: 39px; */
}

.section3-container-sm {
  display: flex;
  padding: var(--100, 100px) var(--120, 120px);
  align-items: flex-start;
  align-self: stretch;
  border-radius: 32px;
  background: var(--Typography-Secondary, #7e8af7);
}

.section3-container-sm h3 {
  color: var(--BG-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

/* program structure start */
.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%;
}

.section2-left-header-sti {
  width: 800px;
}

.faq-head-container {
  margin-bottom: 81px;
}

.section2-right-sm {
  width: 100%;
}

.section2-dropdown-left-sm p {
  width: 700px;
  border: none;
}

/* program structure end */

@media screen and (max-width: 1200px) {
  .workflow-left-1-sr h2 {
    font-size: 48px;
  }

  .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) {
  .faq-head-container {
    margin-bottom: 33px;
  }

  .section2-left-header-sti {
    width: auto;
  }

  .section2-left-header-sti h3 {
    width: 400px;
  }

  .section2-card-sm-rect {
    display: flex !important;
  }

  .section2-card-sm-rect {
    display: block;
  }

  .section2-dropdown-sm-rect{
    position: absolute !important;
  }

  .section2-dropdown-sm-rect {
    position: static !important;
  }

  .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;
  }

  .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;
  }

  .workflow-container-sr {
    display: flex;
    flex-direction: column;
    padding: 80px;
    gap: 20px;
  }

  .workflow-first-sr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .workflow-left-2-sr {
    height: auto;
    padding: 20px 16px;
    gap: 32px;
  }

  .workflow-left-2-sr h1 {
    font-size: 24px;
  }

  .workflow-left-2-content-sr {
    gap: 16px;
  }

  .workflow-left-2-content-sr h1 {
    font-size: 18px;
  }

  .workflow-left-2-content-sr p {
    font-size: 14px;
  }

  .workflow-right-2-sr {
    height: auto;
    padding: 20px 16px;
    gap: 137px;
    width: 100%;
  }

  .workflow-right-2-sr h2 {
    font-size: 24px;
  }

  .workflow-right-2-sr img {
    position: absolute;
    top: 60px;
    right: 0px;
    height: 137px;
  }

  .section3-container-sm {
    display: flex;
    padding: 80px 40px;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--Typography-Secondary, #7e8af7);
  }

  .section3-container-sm h3 {
    font-size: 24px;
  }

  /* program structure start */
  .program-structure-container-sti h1 {
    font-size: 32px;
  }

  .program-structure-container-sti {
    padding: 40px 20px;
  }

  /* program structure end */
}

@media screen and (max-width: 768px) {
  .section2-dropdown-left-sm p {
    width: 280px;
  }

  .workflow-left-1-sr h2 {
    color: var(--Typography-Black, #0C0C0D);
    font-family: Manrope, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .section2-dropdown-sm-rect {
    position: absolute;
  }

  .workflow-container-sr {
    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;
  }

  .section1-card-body-jb h3 {
    font-size: 24px;
  }

  .cta_recruiting_img {
    right: -13px !important;
    top: -13px !important;
    width: 367px !important;
    height: 349px !important;
  }

  .section1-card-footer-jb {
    gap: 8px;
  }

  .w-full-mob {
    width: 100%;
  }

  .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 {
    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;
  }

  .section3-container-sm {
    padding: 40px 20px;
  }

  .section3-container-sm h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .section1-container-sa {
    align-items: flex-end;
    padding: 155.5px 20px 40px 20px;
  }

  .cta_recruiting_img {
    right: -55px !important;
    top: -13px !important;
    width: 367px !important;
    height: 349px !important;
  }

  .mob-solution-advance {
    right: 0px !important;
  }
}