.consultant-more {
  padding: 212px 0 100px 0;
  background-color: #ffffff;
}
.consultant-more .more-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.consultant-more .more-title {
  font-size: 76px;
  font-weight: 900;
  line-height: 96%;
  text-align: center;
  margin-bottom: 24px;
  color: #3f3f3a;
}
.consultant-more .more-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 32px;
}
.consultant-more .more-card {
  background: #F8F9F8;
  border-radius: 80px;
  overflow: hidden;
  width: 100%;
}
.consultant-more .more-card:nth-child(even) .card-link {
  flex-direction: row-reverse;
}
.consultant-more .card-link {
  display: flex;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}
.consultant-more .card-image {
  width: 50%;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}
.consultant-more .card-image picture, .consultant-more .card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.consultant-more .card-image img {
  object-fit: cover;
  display: block;
}
.consultant-more .card-content {
  width: 50%;
  padding: 48px 48px 26px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.consultant-more .card-topic {
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.09px;
  color: #3f3f3a;
  border: 1.6px solid #dadada;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
}
.consultant-more .card-content-top-box {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.consultant-more .card-content-date-post {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: -0.084px;
}
.consultant-more .card-tag-img-box {
  width: 26px;
  height: auto;
}
.consultant-more .card-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  color: #3F3F3A;
}
.consultant-more .card-excerpt {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #3F3F3A;
}
.consultant-more .card-description {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}
.consultant-more .card-badge {
  display: flex;
  padding: 3px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #DADADA;
  color: #3F3F3A;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.09px;
}
.consultant-more .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.consultant-more .card-reading {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: -0.084px;
}
.consultant-more .card-authors {
  display: flex;
  align-items: center;
  gap: 8px;
}
.consultant-more .card-authors-names {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.084px;
  color: #475569;
}
.consultant-more .card-authors-avatars {
  display: flex;
  margin-right: -8px;
}
.consultant-more .card-authors-avatars .card-author-avatar {
  width: 40px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -10px;
}
.consultant-more .card-authors-avatars .card-author-avatar:first-child {
  margin-right: 0;
}
.consultant-more .card-authors-avatars .card-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultant-more .quote-box {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.consultant-more .quote-text {
  color: #47A6EE;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.consultant-more .quote-img-box {
  width: 105px;
  min-width: 105px;
  height: auto;
}
.consultant-more .quote-img-box img {
  width: 100%;
  height: 100%;
}
.consultant-more .card-bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.consultant-more .card-arrow-box {
  display: block;
  width: 25px;
  height: auto;
  align-self: flex-end;
  overflow: hidden;
}
.consultant-more .card-arrow-box .card-arrow {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .consultant-more {
    padding: clamp(152px, 14.7222222222vw, 212px) 0 clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .consultant-more .more-container {
    max-width: clamp(1040px, 102.7777777778vw, 1480px);
    padding: 0 clamp(16px, 1.3888888889vw, 20px);
  }
  .consultant-more .more-title {
    font-size: clamp(56px, 5.2777777778vw, 76px);
    margin-bottom: clamp(16px, 1.6666666667vw, 24px);
  }
  .consultant-more .more-items {
    gap: clamp(16px, 2.2222222222vw, 32px);
  }
  .consultant-more .more-card {
    border-radius: clamp(40px, 5.5555555556vw, 80px);
  }
  .consultant-more .card-content {
    padding: clamp(24px, 3.3333333333vw, 48px) clamp(24px, 3.3333333333vw, 48px) clamp(14px, 1.8055555556vw, 26px) clamp(24px, 3.3333333333vw, 48px);
    row-gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .consultant-more .card-topic {
    padding: clamp(6px, 0.5555555556vw, 8px) clamp(12px, 1.1111111111vw, 16px);
    border-radius: clamp(12px, 1.1111111111vw, 16px);
    font-size: clamp(12px, 0.8888888889vw, 12.8px);
    gap: clamp(4px, 0.4166666667vw, 6px);
    height: clamp(28px, 2.3611111111vw, 34px);
  }
  .consultant-more .card-content-date-post {
    font-size: clamp(13px, 0.9722222222vw, 14px);
  }
  .consultant-more .card-tag-img-box {
    width: clamp(18px, 1.8055555556vw, 26px);
  }
  .consultant-more .card-title {
    font-size: clamp(28px, 2.7777777778vw, 40px);
  }
  .consultant-more .card-excerpt {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
  .consultant-more .card-description {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    margin-bottom: clamp(4px, 0.4861111111vw, 7px);
  }
  .consultant-more .card-badge {
    padding: clamp(2px, 0.2083333333vw, 3px) clamp(12px, 1.1111111111vw, 16px);
    border-radius: clamp(12px, 1.1111111111vw, 16px);
    font-size: clamp(12px, 0.8888888889vw, 12.8px);
  }
  .consultant-more .card-meta {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .consultant-more .card-reading {
    font-size: clamp(12px, 0.9722222222vw, 14px);
  }
  .consultant-more .card-authors {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .consultant-more .card-authors-names {
    font-size: clamp(12px, 0.9722222222vw, 14px);
  }
  .consultant-more .card-authors-avatars {
    margin-right: clamp(-6px, -0.5555555556vw, -8px);
  }
  .consultant-more .card-authors-avatars .card-author-avatar {
    width: clamp(32px, 2.7777777778vw, 40px);
    margin-right: clamp(-8px, -0.6944444444vw, -10px);
  }
  .consultant-more .quote-box {
    gap: clamp(14px, 1.6666666667vw, 24px);
    margin-bottom: clamp(10px, 1.0416666667vw, 15px);
  }
  .consultant-more .quote-text {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
  .consultant-more .quote-img-box {
    width: clamp(70px, 7.2916666667vw, 105px);
    min-width: clamp(70px, 7.2916666667vw, 105px);
  }
  .consultant-more .card-arrow-box {
    width: clamp(18px, 1.7361111111vw, 25px);
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .consultant-more .card-link {
    flex-direction: column;
  }
  .consultant-more .more-card:nth-child(even) .card-link {
    flex-direction: column;
  }
  .consultant-more .card-image {
    width: 100%;
  }
  .consultant-more .card-image picture, .consultant-more .card-image img {
    position: relative;
  }
  .consultant-more .card-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .consultant-more {
    padding: 115px 0 30px 0;
  }
  .consultant-more .more-container {
    padding: 0 16px;
  }
  .consultant-more .more-title {
    font-size: 40px;
    line-height: 98%;
    margin-bottom: 26px;
  }
  .consultant-more .more-items {
    gap: 32px;
    flex-direction: column;
  }
  .consultant-more .more-card {
    border-radius: 30px;
    width: 100%;
  }
  .consultant-more .card-link {
    flex-direction: column;
  }
  .consultant-more .more-card:nth-child(even) .card-link {
    flex-direction: column;
  }
  .consultant-more .card-content {
    width: 100%;
  }
  .consultant-more .card-image {
    height: 66.9211195929vw;
    width: 100%;
  }
  .consultant-more .card-image picture, .consultant-more .card-image img {
    position: relative;
  }
  .consultant-more .card-content {
    padding: 18px 12px 26px 12px;
    row-gap: 12px;
    align-items: center;
  }
  .consultant-more .card-topic {
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 12.8px;
    letter-spacing: -0.09px;
  }
  .consultant-more .card-content-date-post {
    font-size: 12px;
  }
  .consultant-more .card-title {
    font-size: 24px;
    text-align: center;
  }
  .consultant-more .card-excerpt {
    font-size: 18px;
    text-align: center;
  }
  .consultant-more .card-description {
    text-align: center;
    margin-bottom: 0;
  }
  .consultant-more .card-badge {
    padding: 3px 16px;
    border-radius: 16px;
    font-size: 12.8px;
    letter-spacing: -0.09px;
  }
  .consultant-more .card-meta {
    gap: 6px;
  }
  .consultant-more .card-reading {
    display: none;
  }
  .consultant-more .card-authors-names {
    font-size: 14px;
    letter-spacing: -0.084px;
  }
  .consultant-more .quote-box {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }
  .consultant-more .quote-text {
    font-size: 18px;
  }
  .consultant-more .quote-img-box {
    width: 52px;
    min-width: 52px;
  }
}

/*# sourceMappingURL=consultant-archive.css.map */
