.what-course-suits-you-sec .course-wrapper {
  background: url("../images/home/what-course-suits/course-suits-bg.webp") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section {
  display: flex;
  align-items: center;
  width: 100%;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block {
  flex: 1;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
  position: absolute;
  bottom: 0%;
  left: 11%;
  z-index: 1;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
  position: absolute;
  bottom: 0%;
  z-index: 0;
  left: 1%;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
  flex: 1;
  color: white;
  margin-left: 15%;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  max-width: 387px;
  color: #ffffff;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .sub-title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #C0B9B8;
  line-height: 1.5;
  max-width: 446px;
  margin-bottom: 24px;
}

@media (max-width: 1280px) {
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    font-size: 22px;
    max-width: 354px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .sub-title {
    font-size: 16px;
    max-width: 655px;
  }
}
@media (max-width: 575.98px) {
  .what-course-suits-you-sec .course-wrapper {
    background: url("../images/home/what-course-suits/course-suits-mobile.png") no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 0 32px;
    position: relative;
    height: 645px;
    overflow: hidden;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section {
    display: flex;
    flex-direction: column;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
    bottom: 0%;
    left: -10%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
    bottom: 0%;
    left: 0%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: unset;
    margin-top: 32px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    margin-bottom: 16px;
    max-width: 384px;
    font-size: 24px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .sub-title {
    font-size: 16px;
    max-width: 374px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .what-course-suits-you-sec .course-wrapper {
    background: url("../images/home/what-course-suits/course-suits-mobile.png") no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 0 32px;
    position: relative;
    height: 645px;
    overflow: hidden;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section {
    display: flex;
    flex-direction: column;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
    bottom: 0%;
    left: 10%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
    bottom: -9%;
    left: 0%;
    width: 98vw;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: unset;
    margin-top: 32px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    margin-bottom: 16px;
    max-width: unset;
    font-size: 26px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .sub-title {
    font-size: 20px;
    max-width: unset;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: 10%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    max-width: 364px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .sub-title {
    max-width: 460px;
  }
}
@media (min-width: 1920px) {
  .what-course-suits-you-sec .course-wrapper {
    padding: 75px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
    left: 11%;
    width: 32vw;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
    width: 52vw;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: 8%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    font-size: 36px;
    margin-bottom: 16px;
    max-width: 568px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .sub-title {
    font-size: 18px;
    max-width: 655px;
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=what-course-suits.css.map */