
.page-student-guide {
  overflow-x: clip;
  overflow-y: visible;
}

.page-student-guide .item__title {
  text-align: initial;
  margin: 0;
  min-height: auto;
}

.page-student-guide .content {
  padding: 0;
  margin: 0;
}

.page-student-guide .text p {
	margin: 0;
}
.page-student-guide .text > *:not(:last-child) {
	margin-bottom: 1em;
}
.page-student-guide .text b,
.page-student-guide .text strong {
	font-weight: 500;
}
.page-student-guide .text a {
	color: #1EAB77;
}
.page-student-guide .text ul,
.page-student-guide .text ol {
  list-style: initial;
  padding-left: 1em;
}

.page-student-guide .badge {
  color: #3b3a4d;
  display: inline-flex;
  align-items: center;
  padding: 15px 18px;
  gap: 10px;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.page-student-guide .badge svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.page-student-guide .badge_green {
  color: #fff;
  background: #1EAB77;
  box-shadow: none;
}
.page-student-guide .badge_red {
  color: #fff;
  background: #EC5D52;
  box-shadow: none;
}


.page-student-guide .decoration {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
.page-student-guide .decoration::before,
.page-student-guide .decoration::after {
  color: #FDEEED;
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  width: auto;
  height: auto;
  border-radius: 100%;
  background: #FDEEED;
  box-sizing: border-box;
}
.page-student-guide .decoration::before {
  width: 100%;
  height: 100%;
}

.page-student-guide .main-banner {
  padding-bottom: 0;
}
.page-student-guide .main-banner-wrapper {
  justify-content: space-between;
}
.page-student-guide .main-banner-caption {
  max-width: 725px;
  padding-bottom: 20px;
}
.page-student-guide .main-banner-img {
  max-width: 568px;
  margin-top: auto;
}
.page-student-guide .main-banner-img img {
  width: 100%;
}
.page-student-guide .main-banner-contacts {
  margin-top: 20px;
  margin-bottom: 20px;
}


.page-student-guide .steps {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.page-student-guide .steps .title-block {
    margin-bottom: 70px;
}
.page-student-guide .steps .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.page-student-guide .steps .list .item {}

.page-student-guide .steps .list .step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px;
  height: auto;
  min-height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.page-student-guide .steps .list .step__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  margin-right: 10px;
}
.page-student-guide .steps .list .step__icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 62px;
  height: 62px;
  background: #E8F6F1;
  z-index: 1;
  border-radius: 90px;
}
.page-student-guide .steps .list .step__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #BBE6D6;
  z-index: 2;
  border-radius: 90px;
}
.page-student-guide .steps .list .step__icon img,
.page-student-guide .steps .list .step__icon svg {
  position: relative;
  z-index: 3;
  display: block;
  width: 24px;
  height: auto;
}
.page-student-guide .steps .list .step__info {
    flex: 1;
}
.page-student-guide .steps .list .step__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
}
.page-student-guide .steps .list .step__text {
  font-size: 14px;
  line-height: 1.3;
  color: #85859E;
  margin-top: 10px;
}

.page-student-guide .steps .list .add {
  color: #fff;
  padding: 20px 25px;
  background: #1EAB77;
  border-radius: 15px;
}
.page-student-guide .steps .list .add__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-student-guide .steps .list .add__title svg {
  display: block;
  width: 32px;
  height: auto;
}
.page-student-guide .steps .list .add__text {
  color: inherit;
  margin-top: 10px;
}

.page-student-guide .steps .list .item-text {
  color: #3B3A4D;
}
.page-student-guide .steps .list .item-text .btn {
    margin-top: 30px;
}


.page-student-guide .order {
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-student-guide .order .title-block {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.page-student-guide .order .title-block .md-text {
  max-width: 100%;
}
.page-student-guide .order .benefits {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.page-student-guide .order .benefits__image {
  position: absolute;
  top: -50px;
  right: -20px;
  display: block;
  width: 356px;
  height: auto;
}
.page-student-guide .order .benefits__left {
  width: 100%;
  max-width: 653px;
}
.page-student-guide .order .benefits__left-title {
  font-weight: 500;
  font-size: 20px;
  color: #3B3A4D;
}
.page-student-guide .order .benefits__left-contacts {
  color: #3B3A4D;
  display: flex;
  padding: 30px;
  gap: 15px;
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.page-student-guide .order .benefits__left-contacts .contact {
  width: 100%;
  max-width: 220px;
}
.page-student-guide .order .benefits__left-contacts .contact__label {
  margin-bottom: 1em;
}
.page-student-guide .order .benefits__left-contacts .contact__link {
  font-weight: 500;
  color: #EC5D52;
  display: block;
}
.page-student-guide .order .benefits__left-badges {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.page-student-guide .order .benefits__left-badges .badge {
  width: 100%;
}


.page-student-guide .order .benefits__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
}
.page-student-guide .order .benefits__right .btn {
  white-space: nowrap;
  border-color: #EC5D52;
  margin-top: auto;
}
.page-student-guide .order .benefits__right .btn:hover {
  background: #ec5c5221;
}

.page-student-guide .edu-form {
  padding-top: 50px;
  padding-bottom: 0;
}

.page-student-guide .edu-form .title-block {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
}
.page-student-guide .edu-form .title-block .md-text {
  max-width: 100%;
}

.page-student-guide .edu-form .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.page-student-guide .edu-form .list .item {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.page-student-guide .edu-form .list .item__image {
  display: block;
  width: 300px;
  height: auto;
}
.page-student-guide .edu-form .list .item__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  color: #3B3A4D;
  margin-top: 30px;
}
.page-student-guide .edu-form .list .item__text {
  color: #3B3A4D;
  margin-top: 30px;
}
.page-student-guide .edu-form .list .item__text p:not(:last-child) {
	margin-bottom: 30px;
}

.page-student-guide .edu-form .notice {
  color: #3B3A4D;
  text-align: center;
  margin-top: 50px;
}

.page-student-guide .edu-form .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
}
.page-student-guide .edu-form .btns .btn {
  min-width: 300px;
}

.page-student-guide .edu-form .image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
}


.page-student-guide .mentoring {
  padding-top: 0;
  padding-bottom: 0;
}
.page-student-guide .mentoring .wrapper {
  padding: 100px 50px 65px;
  background: #fff;
  border-radius: 15px;
}
.page-student-guide .mentoring .line {
  width: 100%;
  height: 1px;
  margin-bottom: 50px;
  background: #F3F3F5;
}
.page-student-guide .mentoring .title-2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  color: #3B3A4D;
  text-align: center;
  max-width: 725px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.page-student-guide .mentoring .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 790px;
  margin: 0 auto;
}
.page-student-guide .mentoring .badges .badge {
  flex-grow: 1;
}
.page-student-guide .mentoring .notice {
  color: #3B3A4D;
  text-align: center;
  margin-top: 50px;
}


.page-student-guide .guide {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-student-guide .guide .decoration-1 {
  top: 151px;
  right: calc(50% + 442px);
  width: 41px;
}
.page-student-guide .guide .decoration-1::before {}
.page-student-guide .guide .decoration-1::after {
  width: 21px;
  background: #F9CECB;
}
.page-student-guide .guide .decoration-2 {
  top: 192px;
  right: calc(50% + 511px);
  width: 125px;
}
.page-student-guide .guide .decoration-2::before {}
.page-student-guide .guide .decoration-2::after {
  width: 71px;
  background: #F9CECB;
}
.page-student-guide .guide .decoration-3 {
  top: 479px;
  left: calc(50% + 348px);
  width: 155px;
}
.page-student-guide .guide .decoration-3::before {
  background: none;
  border: 12px solid;
}
.page-student-guide .guide .decoration-3::after {
  width: 97px;
  background: none;
  border: 22px solid;
}
.page-student-guide .guide .title-block {}

.page-student-guide .guide .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.page-student-guide .guide .card {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 270px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.page-student-guide .guide .card__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  margin-bottom: 10px;
}
.page-student-guide .guide .card__icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 62px;
  height: 62px;
  background: #FDEEED;
  z-index: 1;
  border-radius: 90px;
}
.page-student-guide .guide .card__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F9CECB;
  z-index: 2;
  border-radius: 90px;
}
.page-student-guide .guide .card__icon img {
  position: relative;
  z-index: 3;
  display: block;
  width: 24px;
  height: auto;
}
.page-student-guide .guide .card__title {
  font-weight: 500;
  font-size: 17px;
  color: #000000;
  margin: 0;
  margin-top: 10px;
}
.page-student-guide .guide .card__text {
  font-weight: 400;
  font-size: 14px;
  color: #85859E;
  margin-top: 15px;
}

.page-student-guide .guide .badges {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 100px;
}
.page-student-guide .guide .badge {
  width: 100%;
}


.page-student-guide .adaptation {
  padding-top: 50px;
  padding-bottom: 100px;
}

.page-student-guide .adaptation .title-block {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.page-student-guide .adaptation .title-block .md-text {
  max-width: 100%;
}

.page-student-guide .adaptation .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.page-student-guide .adaptation .list .item {
  display: flex;
  gap: 10px;
  padding: 30px;
  height: auto;
  min-height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.page-student-guide .adaptation .list .item__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  margin-right: 10px;
}
.page-student-guide .adaptation .list .item__icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 62px;
  height: 62px;
  background: #E8F6F1;
  z-index: 1;
  border-radius: 90px;
}
.page-student-guide .adaptation .list .item__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #BBE6D6;
  z-index: 2;
  border-radius: 90px;
}
.page-student-guide .adaptation .list .item__icon img,
.page-student-guide .adaptation .list .item__icon svg {
  position: relative;
  z-index: 3;
  display: block;
  width: 24px;
  height: auto;
}
.page-student-guide .adaptation .list .item__info {
  flex: 1;
}
.page-student-guide .adaptation .list .item__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
}
.page-student-guide .adaptation .list .item__text {
  font-size: 14px;
  line-height: 1.3;
  color: #85859E;
  margin-top: 10px;
}


.page-student-guide .final {
  position: relative;
  padding-top: 0;
  padding-bottom: 200px;
}
.page-student-guide .final .decoration-1 {
  top: 330px;
  left: calc(50% + 388px);
  width: 125px;
}
.page-student-guide .final .decoration-1::before {}
.page-student-guide .final .decoration-1::after {
  width: 71px;
  background: #F9CECB;
}
.page-student-guide .final .decoration-2 {
  top: 495px;
  left: calc(50% + 510px);
  width: 41px;
}
.page-student-guide .final .decoration-2::before {}
.page-student-guide .final .decoration-2::after {
  width: 21px;
  background: #F9CECB;
}
.page-student-guide .final .wrapper {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.page-student-guide .final .main-page-preims-form {}
.page-student-guide .final .content {
  width: 50%;
  padding-top: 30px;
}
.page-student-guide .final .content__title {
  font-weight: 500;
  font-size: 25px;
  color: #3B3A4D;
  margin-bottom: 50px;
}
.page-student-guide .final .content__flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-student-guide .final .content__image {
  display: block;
  width: 194px;
  height: auto;
  mix-blend-mode: multiply;
}
.page-student-guide .final .content__text {}
.page-student-guide .final .content__text b,
.page-student-guide .final .content__text strong {
  color: #3B3A4D;
}

@media (max-width: 1199.98px) {
  .page-student-guide .order .benefits {
    padding: 30px;
  }
  .page-student-guide .order .benefits__image {
    width: 280px;
  }

  .page-student-guide .final .wrapper {
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .page-student-guide .main-banner-caption {
    max-width: 100%;
  }
  .page-student-guide .main-banner-img {
    max-width: 100%;
  }

  .page-student-guide .final .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-student-guide .final .content {
    width: 100%;
  }
  .page-student-guide .final .content__title {
    margin-bottom: 30px;
  }
  .page-student-guide .final .content__flex {
    gap: 30px;
  }
}


@media (max-width: 767.98px) {
  .page-student-guide .main-banner {
    padding-bottom: 0;
  }
  .page-student-guide .main-banner-wrapper {
    gap: 0;
  }
  .page-student-guide .main-banner-caption {
    position: relative;
    padding-bottom: 0;
  }
  .page-student-guide .main-banner-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30vw;
    width: 200vw;
    height: 100%;
    z-index: -1;
    background: #fff;
  }

  .page-student-guide .badge {
    white-space: initial;
    align-items: flex-start;
    width: 100%;
    padding: 10px 15px;
  }

  .page-student-guide .steps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-student-guide .steps .title-block {
    margin-bottom: 30px;
  }
  .page-student-guide .steps .list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page-student-guide .steps .list .step {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    min-height: auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .page-student-guide .steps .list .step__icon {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-student-guide .steps .list .step__info {
    flex: initial;
  }
  .page-student-guide .steps .list .step__title {
    font-size: 15px;
  }
  .page-student-guide .steps .list .step__text {
    font-size: 12px;
    margin-top: 15px;
  }
  .page-student-guide .steps .list .add {
    padding: 15px;
  }
  .page-student-guide .steps .list .item-text .btn {
    width: 100%;
    margin-top: 15px;
  }

  .page-student-guide .order {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-student-guide .order .title-block {
    max-width: 100%;
    margin-bottom: 100px;
  }
  .page-student-guide .order .benefits {
    flex-direction: column;
    gap: 30px;
    padding: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .page-student-guide .order .benefits__image {
    position: absolute;
    top: -70px;
    right: calc(50% - 186px / 2);
    width: 186px;
  }
  .page-student-guide .order .benefits__left {
    width: 100%;
    max-width: 100%;
    padding-top: 125px;
  }
  .page-student-guide .order .benefits__left-title {
    font-size: 18px;
    text-align: center;
  }
  .page-student-guide .order .benefits__left-contacts {
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    margin-top: 15px;
  }

  .page-student-guide .order .benefits__right {
    width: 100%;
  }
  .page-student-guide .order .benefits__right .btn {
    width: 100%;
    margin-top: 0;
  }

  .page-student-guide .edu-form {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .page-student-guide .edu-form .list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page-student-guide .edu-form .list .item {
    padding: 15px;
  }
  .page-student-guide .edu-form .list .item__image {
    width: 100%;
  }
  .page-student-guide .edu-form .list .item__title {
    font-size: 18px;
    margin-top: 15px;
  }
  .page-student-guide .edu-form .list .item__text {
    margin-top: 15px;
  }
  .page-student-guide .edu-form .list .item__text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .page-student-guide .edu-form .notice {
    margin-top: 30px;
  }

  .page-student-guide .edu-form .btns {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .page-student-guide .edu-form .btns .btn {
    min-width: 100%;
  }
  .page-student-guide .edu-form .image {
    max-width: 100%;
    margin-top: 50px;
  }

  .page-student-guide .mentoring .wrapper {
    padding: 30px 15px;
  }
  .page-student-guide .mentoring .line {
    margin-bottom: 30px;
  }
  .page-student-guide .mentoring .title-2 {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-student-guide .mentoring .badges {
    gap: 10px;
    max-width: 100%;
  }
  .page-student-guide .mentoring .notice {
    margin-top: 30px;
  }

  .page-student-guide .guide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-student-guide .guide .decoration-1 {
    top: auto;
    bottom: 265px;
    right: calc(50% + 38px);
    width: 21px;
  }
  .page-student-guide .guide .decoration-1::before {}
  .page-student-guide .guide .decoration-1::after {
    width: 12px;
  }
  .page-student-guide .guide .decoration-2 {
    top: auto;
    bottom: 200px;
    right: calc(50% + 75px);
    width: 65px;
  }
  .page-student-guide .guide .decoration-2::before {}
  .page-student-guide .guide .decoration-2::after {
    width: 37px;
  }
  .page-student-guide .guide .decoration-3 {
    top: auto;
    bottom: -50px;
    left: calc(50% + 30px);
    width: 155px;
  }
  .page-student-guide .guide .decoration-3::before {
    border: 12px solid;
  }
  .page-student-guide .guide .decoration-3::after {
    width: 97px;
    border: 22px solid;
  }

  .page-student-guide .guide .cards {
    gap: 15px;
  }
  .page-student-guide .guide .card {
    width: 100%;
    min-width: 100%;
    padding: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  }
  .page-student-guide .guide .card__icon {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page-student-guide .guide .card__title {
    font-size: 15px;
    margin-top: 10px;
  }
  .page-student-guide .guide .card__text {
    font-size: 12px;
    margin-top: 15px;
  }
  .page-student-guide .guide .badges {
    margin-top: 50px;
  }

  .page-student-guide .adaptation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-student-guide .adaptation .list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page-student-guide .adaptation .list .item {
    position: relative;
    padding: 15px;
    min-height: auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .page-student-guide .adaptation .list .item__icon {
    position: absolute;
    top: 25px;
    left: 25px;
    margin: 0;
  }
  .page-student-guide .adaptation .list .item__info {
    flex: initial;
  }
  .page-student-guide .adaptation .list .item__title {
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 62px;
    padding-left: 72px;
  }
  .page-student-guide .adaptation .list .item__text {
    font-size: 12px;
    margin-top: 15px;
  }

  .page-student-guide .final {
    padding-bottom: 50px;
  }
  .page-student-guide .final .decoration-1 {
    top: auto;
    bottom: 75px;
    left: calc(50% + 61px);
    width: 65px;
  }
  .page-student-guide .final .decoration-1::before {}
  .page-student-guide .final .decoration-1::after {
    width: 37px;
  }
  .page-student-guide .final .decoration-2 {
    top: auto;
    bottom: 32px;
    left: calc(50% + 124px);
    width: 21px;
  }
  .page-student-guide .final .decoration-2::before {}
  .page-student-guide .final .decoration-2::after {
    width: 12px;
  }
  .page-student-guide .final .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .page-student-guide .final .main-page-preims-form {}
  .page-student-guide .final .content {
    width: 100%;
    padding-top: 0;
  }
  .page-student-guide .final .content__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-student-guide .final .content__flex {
    flex-direction: column;
  }
  .page-student-guide .final .content__image {
    width: 100%;
    max-width: 194px;
  }
  .page-student-guide .final .content__text {}

}