.cr-expert-card {
  display: flex;
  height: 100%;

  // ARTICLE
  .cr-expert-article {
    background: hsl(144, 12%, 92%);
    width: 340px;
    height: 470px;
    &--mobile {
      width: 248px !important;
      height: 380px !important;
    }
    &__image {
      height: 340px;
      width: 340px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      &--mobile {
        height: 250px !important;
        width: 250px !important;
      }
    }
    &__wrapper {
      padding: 14px 20px;
      margin-top: auto;
    }
    &__title {
      font-family: "Glacial Indifference";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.05em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      &--title {
        font-size: 18px !important;
        line-height: 24px !important;
      }
    }
    &__date {
      font-family: "Glacial Indifference";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0.05em;
      color: #000000;
      margin-top: 10px;
      display: flex;
      align-items: center;
      &--date {
        font-size: 14px !important;
        line-height: 28px !important;
      }
    }
  }

  // GROUP SESSION
  .cr-expert-groups-session {
    width: 715px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 4px 4px -1px rgba(0, 0, 0, 0.15),
      0px 0px 10px -1px rgba(0, 0, 0, 0.08);
    background: white;
    display: flex;
    gap: 24px;
    padding: 20px;
    &__wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    &--mobile {
      width: 340px !important;
      padding: 10px !important;
    }
    &__image {
      width: 280px;
      height: 280px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      &--mobile {
        width: 130px !important;
        height: 130px !important;
      }
    }
    &__title {
      font-family: "Glacial Indifference";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.05em;
      color: #000000;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      &--mobile {
        font-size: 16px !important;
        line-height: 22px !important;
      }
    }
    &__cohort {
      font-family: "Glacial Indifference";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #000000;
      margin-top: 10px;
      &--mobile {
        font-size: 14px !important;
        line-height: 22px !important;
      }
    }
  }

  // PROFILE
  .cr-expert-profile {
    width: 340px;
    height: 340px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    &--mobile {
      width: 268px !important;
      height: 268px !important;
    }

    &__bkg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.08%, #000000 100%);
    }
    &__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      padding: 44px 30px;
      position: relative;
      z-index: 2;
      &--mobile {
        padding: 27px 28px !important;
      }
    }
    &__title {
      font-family: "Glacial Indifference";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ffffff;
      word-break: break-word;
      &--mobile {
        font-size: 18px !important;
        line-height: 22px !important;
      }
    }
    &__description {
      word-break: break-word;
      font-family: "Glacial Indifference";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.05em;
      color: white;
      margin-top: 6px;
      &--mobile {
        font-size: 14px !important;
        line-height: 22px !important;
      }
    }
  }

  // PRODUCT
  .cr-expert-product {
    width: 600px;
    height: 760px;
    background: white;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 4px 4px -1px rgba(0, 0, 0, 0.15),
      0px 0px 10px -1px rgba(0, 0, 0, 0.08);
    &--mobile {
      width: 270px !important;
      min-height: 640px;
      height: 640px;
      padding: 0;
    }

    &__content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      &--mobile {
        padding: 0 20px 16px 20px !important;
      }
    }

    &__image {
      height: 360px;
      width: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      &--mobile {
        height: 270px !important;
      }
    }

    &__info-user {
      margin-top: 30px;
      display: flex;
      align-items: center;
      &--mobile {
        margin-top: 20px !important;
      }
    }

    &__title {
      font-family: "Noto Serif";
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 40px;
      color: #000000;
      margin-top: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      &--mobile {
        font-size: 18px !important;
        line-height: 24px !important;
      }
    }

    &__price {
      font-family: "Mulish";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #627b66;
      margin-top: 11px;
      &--mobile {
        font-size: 16px !important;
        line-height: 28px !important;
      }
    }
    &__description {
      word-break: break-word;
      font-family: "Mulish";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.02em;
      color: #000000;
      margin-top: 11px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      &--mobile {
        font-size: 14px !important;
        line-height: 26px !important;
      }
    }
    &__btn {
      margin-top: 11px;
    }
  }
}
