.rc-featured {
  padding: 0 40px;
}
@media screen and (max-width: 787px) {
  .rc-featured {
    padding: 0 16px;
  }
}
.rc-featured-inner {
  gap: 24px;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 787px) {
  .rc-featured-inner {
    flex-direction: column-reverse;
    gap: 8px;
  }
}
.rc-featured-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 787px) {
  .rc-featured-title {
    font-size: 20px;
  }
}
.rc-featured-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 787px) {
  .rc-featured-description {
    font-size: 14px;
  }
}
.rc-featured-eyecatch {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 787px) {
  .rc-featured-eyecatch {
    border-radius: 10px;
  }
}
.rc-featured-eyecatch-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
