* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after, *::before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #FFFBF0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#header__checkbox:checked ~ #header__nav_menu {
  right: 0;
}

.foot {
  background: rgba(132, 139, 137, 0.75);
}
.foot__container {
  display: block;
  color: #FFFBF0;
}
@media screen and (min-width: 768px) {
  .foot__container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 3.125rem;
    padding-bottom: 4.93rem;
  }
}
.foot__acare {
  max-width: 24.43rem;
}
.foot__title {
  font-weight: 700;
  font-size: 1.87rem;
  line-height: 37px;
  padding-bottom: 1.25rem;
}
.foot__description {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0.01em;
  padding-bottom: 2.37rem;
  padding-top: 1.2rem;
  max-width: 25ch;
}
@media screen and (min-width: 1240px) {
  .foot__description {
    max-width: 37ch;
  }
}
.foot__img_list {
  padding-right: 2.18rem;
}
.foot__img_list:hover {
  transform: translateY(-5px);
}
.foot__about {
  text-align: center;
  padding-top: 2rem;
}
@media screen and (min-width: 764px) {
  .foot__about {
    padding-top: 0;
  }
}
.foot__menu {
  list-style: none;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 24px;
}
.foot__list {
  padding-bottom: 2.18rem;
}
.foot__rule {
  height: 0px;
  border: 1px solid rgba(255, 251, 240, 0.5);
}
.foot__copy_right {
  padding-top: 2rem;
  padding-bottom: 2.37rem;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFBF0;
}

.service {
  background: #F7F2E5;
}
.service__flex, .platform__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5.28rem;
  padding-bottom: 4.29rem;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .service__flex, .platform__flex {
    flex-direction: row;
    padding-left: 2rem;
    padding-bottom: 8.29rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__flex, .platform__flex {
    gap: 5rem;
  }
}
.service__illustration {
  position: relative;
}
.service__image {
  z-index: 4;
  position: relative;
}
.service__ribbon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .service__ribbon {
    display: initial;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .service__ribbon--activea {
    top: 0rem;
    left: -5.37rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__ribbon--activeb {
    top: 1rem;
    right: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__ribbon--activec {
    bottom: -6rem;
    left: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__ribbon--actived {
    bottom: -1rem;
    right: 6rem;
  }
}
.service__content, .platform__content {
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .service__content, .platform__content {
    text-align: left;
  }
}
.service__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.9);
  padding-bottom: 1rem;
  max-width: 28ch;
}
@media screen and (min-width: 768px) {
  .service__title {
    line-height: 39px;
    font-size: 2rem;
    padding-bottom: 2.002rem;
  }
}
@media screen and (min-width: 1024) {
  .service__title {
    max-width: 45ch;
  }
}
.service__description, .platform__description {
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 2.5rem;
  max-width: 57ch;
}
.service__btn, .platform__btn {
  padding: 0.937rem 2.187rem;
  background: #FFCC54;
  border-radius: 0.937rem;
  text-decoration: none;
  color: #332700;
  font-weight: 500;
  font-size: 2.126rem;
  line-height: 42px;
  letter-spacing: 0.01em;
}
.service__btn:hover, .platform__btn:hover {
  background: orange;
}

.review {
  background: #FFFBF0;
}
.review__first_division {
  text-align: center;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .review__first_division {
    padding-top: 4rem;
  }
}
.review__heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 22px;
  letter-spacing: 0.01em;
  padding-bottom: 0.5rem;
  color: rgba(51, 39, 0, 0.85);
}
@media screen and (min-width: 768px) {
  .review__heading {
    font-size: 2rem;
    line-height: 39px;
    padding-bottom: 1.12rem;
    width: 28.06rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.review__description {
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 17px;
  letter-spacing: 0.01em;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .review__description {
    font-size: 1rem;
    line-height: 24px;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .review__description {
    font-size: 1.25rem;
    padding-bottom: 2.125rem;
  }
}
.review__form_background {
  background: rgba(196, 196, 196, 0.6);
  border-radius: 0.625rem;
  width: 100%;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .review__form_background {
    max-width: 48.62rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.625rem;
  }
}
.review__form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .review__form {
    padding: 1.125rem 1.312rem 1.062rem;
  }
}
.review__select, .review__input {
  background: #FFFBF0;
  border: none;
}
.review__input {
  padding-top: 0.937rem;
  padding-bottom: 1.062rem;
  padding-left: 0.6rem;
  border-left: 0.5px solid rgba(51, 39, 0, 0.15);
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: rgba(51, 39, 0, 0.35);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .review__input {
    flex: 1;
    padding-left: 2.719rem;
  }
}
.review__input::-moz-placeholder {
  font-size: 17px;
  color: rgba(51, 39, 0, 0.35);
}
.review__input:-ms-input-placeholder {
  font-size: 17px;
  color: rgba(51, 39, 0, 0.35);
}
.review__input::placeholder {
  font-size: 17px;
  color: rgba(51, 39, 0, 0.35);
}
.review__select {
  padding-top: 0.875rem;
  padding-bottom: 1.062rem;
  padding-left: 0.5rem;
  border-radius: 10px 0px 0px 10px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(51, 39, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .review__select {
    font-size: 18px;
    padding-left: 1.5rem;
  }
}
.review__search {
  border: none;
  padding: 1.187rem 1rem 1.062rem 1rem;
  background: rgba(120, 129, 128, 0.75);
  border-radius: 0px 10px 10px 0px;
}
.review__second_division {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
  gap: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .review__second_division {
    flex-direction: row;
  }
}
.review__divCard {
  max-width: 21.625rem;
  border-radius: 20px;
}
.review__divCard--active {
  background-color: rgba(255, 208, 84, 0.85);
}
.review__divCard--active1 {
  background-color: rgba(14, 2, 92, 0.75);
}
.review__divCard--active2 {
  background-color: rgba(12, 112, 3, 0.75);
}
.review__FUTA {
  padding-left: 1.562rem;
  padding-right: 1.437rem;
}
.review__FUTA_heading {
  font-weight: 500;
  font-size: 0.937rem;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.85);
  padding-top: 1.312rem;
  padding-bottom: 0.375rem;
}
.review__FUTA_description {
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.7);
  padding-bottom: 0.5rem;
}
.review__rates {
  display: flex;
  align-items: center;
  gap: 0.437rem;
  padding-bottom: 0.718rem;
}
.review__rates_stars {
  vertical-align: middle;
}
.review__rates_value {
  font-weight: 500;
  font-size: 0.46rem;
  line-height: 9px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.75);
}
.review__rates_value--active {
  color: rgba(255, 251, 240, 0.9);
}
.review__icon_menu {
  display: flex;
  gap: 1.75rem;
  padding-bottom: 1.937rem;
}
.review__icon_menu--active {
  color: rgba(255, 251, 240, 0.9);
}
.review__icon {
  display: flex;
  gap: 0.25rem;
}
.review__UI {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.review__UI_heading {
  font-weight: 500;
  font-size: 0.937rem;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: rgba(255, 251, 240, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 0.375rem;
}
.review__UI_description {
  font-style: normal;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: rgba(255, 251, 240, 0.7);
  padding-bottom: 0.5rem;
}
.review__FUNAAB {
  padding-left: 1.375rem;
  padding-right: 1.437rem;
}
.review__FUNAAB_heading {
  font-weight: 500;
  font-size: 0.937rem;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: rgba(255, 251, 240, 0.9);
  padding-top: 1.312rem;
  padding-bottom: 0.375rem;
}
.review__FUNAAB_description {
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: rgba(255, 251, 240, 0.7);
  padding-bottom: 0.25rem;
}
.review__circle {
  text-align: center;
  width: 6.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}

.header {
  background-color: #FFFBF0;
  background: linear-gradient(to right, #fffbf0 20%, rgba(0, 0, 0, 0)), url(../../image/bg.png) no-repeat;
  background-position: top left;
  background-size: cover;
  height: 320px;
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  .header {
    background-position: top center;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 590px;
  }
}
@media screen and (min-width: 1174px) {
  .header {
    background-size: contain;
    background-position: right center;
    margin-left: auto;
    margin-right: auto;
    height: 724px;
  }
}
.header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 320px) {
  .header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
    max-width: 320px;
  }
}
@media screen and (min-width: 375px) {
  .header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
    max-width: 375px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 425px) {
  .header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
    max-width: 425px;
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
    max-width: 768px;
    padding-left: 3.27rem;
    padding-right: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper, .foot__wrapper, .review__wrapper, .course__wrapper, .basic__wrapper, .platform__wrapper, .service__wrapper {
    max-width: 1440px;
    padding-left: 6.43rem;
    padding-right: 6rem;
  }
}
.header__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.43rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .header__navbar {
    padding-bottom: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__navbar {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1174px) {
  .header__navbar {
    padding-bottom: 9.18rem;
  }
}
.header__logo {
  color: rgba(51, 39, 0, 0.85);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    font-size: 1.875rem;
  }
}
.header__checkbox {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav_menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFBF0;
    transition: all 0.5s linear;
  }
}
.header__close_menu {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 25px;
}
.header__nav_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 2.18rem;
}
@media screen and (min-width: 768px) {
  .header__nav_list {
    flex-direction: row;
  }
}
.header__nav_link {
  color: #8A6A00;
  font-size: 0.8rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
}
.header__nav_link:hover {
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #8A6A00;
}
.header__nav_item--active {
  padding: 0.75rem 1.25rem;
  background: #FFCC54;
  box-shadow: 0px 0.5px 10px rgba(51, 39, 0, 0.5);
  border-radius: 0.312rem;
}
.header__nav_item--active:hover {
  background: orange;
}
@media screen and (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
.header__hero_title {
  font-weight: 700;
  font-size: 2rem;
  color: rgba(51, 39, 0, 0.85);
  padding-bottom: 0.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .header__hero_title {
    font-size: 3rem;
    line-height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_title {
    font-size: 4.5rem;
    padding-bottom: 1.8rem;
    line-height: 88px;
  }
}
.header__orange_text {
  color: #DE6101;
}
.header__gold_text {
  color: #8A6A00;
}
.header__hero_desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(51, 39, 0, 0.7);
  line-height: 14px;
  letter-spacing: 0.01em;
  max-width: 45ch;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .header__hero_desc {
    font-size: 1.5rem;
    line-height: 29px;
    letter-spacing: 0.01em;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_desc {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__hero_desc {
    padding-bottom: 4.31rem;
  }
}
.header__hero_download_btns {
  display: flex;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .header__hero_download_btns {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_download_btns {
    display: flex;
    gap: 1.18rem;
    padding-left: 2.88rem;
  }
}
.header__hero_playstore {
  border: none;
  padding: 0.2rem 0.4rem;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  gap: 0.41rem;
  align-items: center;
  font-family: "Poppins";
  border-radius: 10px;
}
@media screen and (min-width: 375px) {
  .header__hero_playstore {
    padding: 0.4rem 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .header__hero_playstore {
    padding: 0.4rem 1rem;
    gap: 0.41rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_playstore {
    padding: 0.68rem 1.63rem;
  }
}
.header__hero_google_icon {
  max-width: 25%;
}
@media screen and (min-width: 768px) {
  .header__hero_google_icon {
    max-width: 100%;
  }
}
.header__btn_content {
  text-align: left;
}
.header__hero_get {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 768px) {
  .header__hero_get {
    font-size: 0.9rem;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_get {
    font-size: 0.93rem;
    line-height: 22px;
  }
}
.header__hero_download {
  font-size: 1rem;
  color: #FFFFFF;
}
@media screen and (min-width: 375px) {
  .header__hero_download {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .header__hero_download {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_download {
    font-size: 1.75rem;
  }
}
.header__hero_apple {
  border: none;
  padding: 0.4rem 0.6rem;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  gap: 0.41rem;
  align-items: center;
  border-radius: 10px;
  font-family: "Poppins";
}
@media screen and (min-width: 375px) {
  .header__hero_apple {
    padding: 0.4rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .header__hero_apple {
    padding: 0.56rem 1.06rem 0.2rem 1.06rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_apple {
    padding: 0.56rem 2.06rem 0.37rem 1.58rem;
  }
}
.header__hero_dwn {
  font-weight: 500;
  font-size: 0.74rem;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 375px) {
  .header__hero_dwn {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .header__hero_dwn {
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .header__hero_dwn {
    font-size: 15px;
    line-height: 22px;
  }
}
.header__hero_app_store {
  font-weight: 500;
  font-size: 1rem;
  line-height: 17px;
  color: #FFFFFF;
}
@media screen and (min-width: 375px) {
  .header__hero_app_store {
    font-size: 1.2rem;
    line-height: 17px;
  }
}
@media screen and (min-width: 768px) {
  .header__hero_app_store {
    font-size: 30px;
    line-height: 45px;
  }
}

.platform {
  background: #FFFBF0;
}
.platform__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.9);
  padding-bottom: 1rem;
  max-width: 30ch;
}
@media screen and (min-width: 768px) {
  .platform__title {
    line-height: 39px;
    font-size: 2rem;
    padding-bottom: 2.002rem;
  }
}
.platform__btn:hover {
  background: orange;
}
.platform__ilustration {
  position: relative;
}
.platform__image {
  z-index: 24;
  position: relative;
}
.platform__ribbon {
  display: none;
}
@media screen and (min-width: 1440px) {
  .platform__ribbon {
    display: initial;
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .platform__ribbon--activea {
    top: 162rem;
    right: 37rem;
  }
}
@media screen and (min-width: 1440px) {
  .platform__ribbon--activeb {
    top: 157rem;
    right: 9rem;
  }
}
@media screen and (min-width: 1440px) {
  .platform__ribbon--activec {
    bottom: -140rem;
    right: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .platform__ribbon--actived {
    right: 32rem;
    bottom: -135rem;
  }
}
.basic {
  background: #FFFBF0;
  margin-top: -10px;
}
.basic__heading {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  gap: 1rem;
}
.basic__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.9);
}
@media screen and (min-width: 768px) {
  .basic__title {
    text-align: left;
    font-size: 2rem;
    line-height: 39px;
  }
}
.basic__switch {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .basic__switch {
    gap: 2.062rem;
    display: flex;
  }
}
.basic__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.062rem;
  padding-top: 3.75rem;
  padding-bottom: 5.25rem;
}
@media screen and (min-width: 1024px) {
  .basic__cards {
    flex-direction: row;
  }
}
.basic__card {
  width: 18.5rem;
  background: rgba(254, 227, 207, 0.5);
  box-shadow: 4px 4px 10px #FFEFDF;
  text-align: center;
  border-radius: 1.178rem;
}
@media screen and (min-width: 768px) {
  .basic__card {
    width: 21.625rem;
  }
}
.basic__card--active {
  background: rgba(79, 146, 182, 0.95);
  box-shadow: 4px 4px 20px rgba(79, 146, 182, 0.7);
  width: 18.5rem;
}
@media screen and (min-width: 768px) {
  .basic__card--active {
    width: 22.93rem;
  }
}
.basic__card--active:hover {
  transform: translateY(-5px);
}
.basic__card_image {
  background: rgba(193, 214, 229, 0.5);
  filter: blur(1px);
  width: 5.75rem;
  height: 5.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.812rem;
  margin-bottom: 1.312rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basic__card_image--active {
  width: 7.5rem;
  height: 7.5rem;
  background: rgba(255, 239, 223, 0.9);
  filter: blur(1.30435px);
}
.basic__card_title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: rgba(71, 60, 24, 0.85);
  padding-top: 1.312rem;
  padding-bottom: 1.25rem;
}
.basic__card_title--active {
  color: #EEE6DC;
}
.basic__description {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: rgba(71, 60, 24, 0.75);
  padding-bottom: 5.31rem;
  padding-left: 2.56rem;
  padding-right: 1.06rem;
}
.basic__description--active {
  padding: 0rem 2.312rem 5.62rem 2.62rem;
  color: rgba(238, 230, 220, 0.9);
}

.professor {
  background: rgba(163, 142, 129, 0.1);
}
.professor_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 320px) {
  .professor_wrapper {
    max-width: 320px;
  }
}
@media screen and (min-width: 375px) {
  .professor_wrapper {
    max-width: 375px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 425px) {
  .professor_wrapper {
    max-width: 425px;
  }
}
@media screen and (min-width: 768px) {
  .professor_wrapper {
    max-width: 768px;
    padding-left: 3.27rem;
    padding-right: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .professor_wrapper {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  .professor_wrapper {
    max-width: 1440px;
    padding-left: 6.43rem;
    padding-right: 6rem;
  }
}
.professor__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5.25rem;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .professor__flex {
    display: flex;
    flex-direction: row;
  }
}
.professor____img {
  width: 13rem;
  border-radius: 31.26rem;
}
@media screen and (min-width: 1024px) {
  .professor____img {
    width: 15.62rem;
  }
}
.professor__division {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .professor__division {
    text-align: left;
  }
}
.professor__dscr {
  font-weight: 700;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.9);
}
@media screen and (min-width: 768px) {
  .professor__dscr {
    font-size: 1rem;
    max-width: 60ch;
    line-height: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .professor__dscr {
    max-width: 38ch;
    font-size: 1.75rem;
  }
}
.professor__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: rgba(51, 39, 0, 0.95);
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .professor__title {
    font-size: 2.16rem;
    line-height: 42px;
    padding-top: 2.36rem;
  }
}

.course__container {
  display: grid;
  grid-template-columns: 200px 100px;
  padding-top: 4.87rem;
  padding-bottom: 2.12rem;
}
@media screen and (min-width: 768px) {
  .course__container {
    display: flex;
    justify-content: space-between;
  }
}
.course__head {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 22px;
  color: rgba(51, 39, 0, 0.85);
  padding-bottom: 1.37rem;
}
.course__items {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .course__items--active {
    text-align: right;
  }
}
.course__menu {
  list-style: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 17px;
  color: rgba(51, 39, 0, 0.75);
  padding-bottom: 2.125rem;
}
.course__list {
  padding-bottom: 0.625rem;
}
.course__circle {
  width: 106px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.12rem;
}/*# sourceMappingURL=main.css.map */