.title-wrapper {
  padding-top: 0;
}

.title-item {
  color: #333;
}

.text-item {
  font-family: DM Sans, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
  color: #646464;
}

.global-btn a {
  text-decoration: none;
}

body {
  background-color: #ECF3FD;
}

.hero {
  padding-top: 32px;
}
.hero .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hero .title-item {
  font-family: "IBM Plex Serif", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  margin-bottom: 20px;
}
.hero .left-part {
  flex: 1 0 509px;
  padding-top: 67px;
  max-width: 700px;
}
.hero .right-part {
  margin-top: -4px;
  flex: 0 1 700px;
  margin-left: -40px;
  justify-content: center;
}
.hero .right-part img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hero .right-part img:not(.mobile) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hero .right-part img.mobile {
    display: none;
  }
}

.teachers {
  padding-bottom: 21px;
}
.teachers .teachers-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 379px);
  justify-content: center;
  gap: 16px;
}
.teachers .teacher-item {
  padding: 62px 50px 53px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-radius: 20px;
  background-color: #fff;
  border: 4px solid #fff;
}
.teachers .teacher-item .name-item {
  font-family: DM Sans, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.teachers .teacher-item .image-wrapper {
  display: flex;
  margin-bottom: 8px;
  position: relative;
}
.teachers .teacher-item .image-wrapper img {
  border-radius: 10px;
}
.teachers .teacher-item .position {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
.teachers .teacher-item .attributes-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.teachers .teacher-item .attributes-wrapper .attr-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.teachers .teacher-item .attributes-wrapper .attr-wrapper .icon-item {
  display: flex;
}
.teachers .teacher-item .attributes-wrapper .attr-wrapper .attr-value {
  color: #000;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.teachers .teacher-item .message-wrapper .text-item {
  font-family: DM Sans;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 19.6px;
}

.vote_section {
  padding: 40px 0 80px;
}
.vote_section > .container {
  border-radius: 30px;
  background-color: #fff;
  padding: 78px 0;
  text-align: center;
}
.vote_section .vote-wrapper {
  padding: 0 78px;
}
.vote_section .title-item {
  font-family: IBM Plex Serif, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  margin: 42px 0 34px;
}
.vote_section .text-item {
  font-family: DM Sans, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: center;
  color: #333;
}
.vote_section .text-wrapper {
  max-width: 808px;
  margin: 0 auto;
}
.vote_section .image-wrapper img {
  margin-left: -51px;
}
@media screen and (max-width: 767px) {
  .vote_section .image-wrapper img:not(.mobile) {
    display: none;
  }
}
.vote_section .image-wrapper img.mobile {
  margin-left: 0;
  max-width: 375px;
}
@media screen and (min-width: 768px) {
  .vote_section .image-wrapper img.mobile {
    display: none;
  }
}

.page-main-banner.sign-up-section .container {
  padding-top: 103px;
}
.page-main-banner.sign-up-section .subtitle {
  font-family: DM Sans, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
  color: #fff;
}
.page-main-banner.sign-up-section .sign-content {
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .title-item {
    font-family: IBM Plex Serif, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
  }
  .hero {
    padding-top: 37px;
  }
  .hero .container {
    padding: 0 24px;
  }
  .hero .left-part {
    flex: 1 1 100%;
    padding-top: 0;
  }
  .hero .right-part {
    margin: 56px 0 0;
  }
  .hero .title-item {
    font-family: IBM Plex Serif, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
  }
  .hero .text-item {
    font-family: DM Sans, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }
  .teachers .teachers-wrapper {
    gap: 8px;
  }
  .teachers .teacher-item {
    padding: 62px 49px 0px 50px;
    height: 730px;
  }
  .teachers .teacher-item .message-wrapper .text-item {
    font-family: DM Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }
  .vote_section {
    padding: 20px 0;
  }
  .vote_section > .container {
    padding: 86px 0;
  }
  .vote_section .vote-wrapper {
    padding: 0 42.5px;
  }
}