.rc-seo-text-section {
  width: 100%;
  background: #ffffff;
  padding: 70px 20px;
  box-sizing: border-box;
}

.rc-seo-text-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 54px 74px; */
    box-sizing: border-box;
    /* background: #F1F8F8; */
    /* border-radius: 28px; */
    color: #403841;
    font-family: var(--t-text-font);
    font-size: 18px;
    line-height: 1.72;
    font-weight: 400;
}

.rc-seo-text-container * {
  box-sizing: border-box;
}

.rc-seo-text-container h2,
.rc-seo-text-container h3,
.rc-seo-text-container h4,
.rc-seo-text-container h5 {
  margin: 0;
  color: #403841;
  font-family: var(--t-headline-font, 'Playfair Display', serif);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.rc-seo-text-container h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 1.18;
}

.rc-seo-text-container h3 {
  margin-top: 44px;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.24;
}

.rc-seo-text-container h4 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.32;
}

.rc-seo-text-container h5 {
  margin-top: 28px;
  margin-bottom: 12px;
  font-family: var(--t-text-font, 'TildaSans', Arial, sans-serif);
  font-size: 20px;
  line-height: 1.38;
  font-weight: 600;
}

.rc-seo-text-container p {
  margin: 0 0 18px;
}

.rc-seo-text-container p:last-child {
  margin-bottom: 0;
}

.rc-seo-text-container a {
  color: #0EB9B3;
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 185, 179, 0.35);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.rc-seo-text-container a:hover {
  color: #403841;
  border-color: #403841;
}

.rc-seo-text-container ul {
  margin: 18px 0 24px;
  padding-left: 0;
  list-style: none;
}

.rc-seo-text-container ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.rc-seo-text-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: #81d8d0;
  border-radius: 50%;
}

.rc-seo-text-container ol {
  margin: 18px 0 24px;
  padding-left: 26px;
}

.rc-seo-text-container ol li {
  margin-bottom: 12px;
  padding-left: 6px;
}

.rc-seo-text-container strong,
.rc-seo-text-container b {
  font-weight: 700;
  color: #403841;
}

.rc-seo-text-container blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  background: #ffffff;
  border-left: 4px solid #81d8d0;
  border-radius: 0 18px 18px 0;
  font-size: 18px;
  line-height: 1.65;
  color: #403841;
}

.rc-seo-text-container table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}

.rc-seo-text-container th,
.rc-seo-text-container td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(64, 56, 65, 0.12);
  text-align: left;
  vertical-align: top;
}

.rc-seo-text-container th {
  font-weight: 600;
  color: #403841;
  background: rgba(129, 216, 208, 0.25);
}

.rc-seo-text-container tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 1200px) {
  .rc-seo-text-container {
    max-width: 100%;
    padding: 48px 50px;
  }

  .rc-seo-text-container h2 {
    font-size: 38px;
  }

  .rc-seo-text-container h3 {
    font-size: 30px;
  }

  .rc-seo-text-container h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 960px) {
  .rc-seo-text-section {
    padding: 54px 20px;
  }

  .rc-seo-text-container {
    padding: 44px 40px;
    border-radius: 24px;
    font-size: 17px;
    line-height: 1.68;
  }

  .rc-seo-text-container h2 {
    font-size: 36px;
  }

  .rc-seo-text-container h3 {
    font-size: 29px;
  }

  .rc-seo-text-container h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 640px) {
  .rc-seo-text-section {
    padding: 30px 15px;
  }

  .rc-seo-text-container {
    padding: 30px 22px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.62;
  }

  .rc-seo-text-container h2 {
    margin-bottom: 18px;
    font-size: 29px;
    line-height: 1.18;
  }

  .rc-seo-text-container h3 {
    margin-top: 34px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.24;
  }

  .rc-seo-text-container h4 {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.32;
  }

  .rc-seo-text-container h5 {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.35;
  }

  .rc-seo-text-container p {
    margin-bottom: 16px;
  }

  .rc-seo-text-container ul li {
    padding-left: 24px;
    margin-bottom: 10px;
  }

  .rc-seo-text-container ol {
    padding-left: 22px;
  }

  .rc-seo-text-container blockquote {
    margin: 24px 0;
    padding: 20px;
    font-size: 16px;
    border-radius: 0 16px 16px 0;
  }

  .rc-seo-text-container table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
    border-radius: 14px;
  }

  .rc-seo-text-container th,
  .rc-seo-text-container td {
    padding: 13px 14px;
    min-width: 180px;
  }
}

@media screen and (max-width: 380px) {
  .rc-seo-text-container {
    padding: 26px 18px;
  }

  .rc-seo-text-container h2 {
    font-size: 26px;
  }

  .rc-seo-text-container h3 {
    font-size: 22px;
  }
}