.navbar .logo_h img {
  width: auto;
  max-width: 156px;
  max-height: 58px;
  height: auto;
  object-fit: contain;
}

img[width][height] {
  height: auto;
}

.seo_content_area {
  background: #fff;
}

.banner_text {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 590px;
}

.banner_text h1 {
  color: #253847;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 20px;
}

.banner_text p {
  width: 100%;
  max-width: 560px;
}

.seo_content_area_alt {
  background: #f9fafe;
}

.seo_card {
  height: 100%;
  background: #fff;
  border: 1px solid #f0eef5;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 24px 70px 0 rgba(1, 1, 64, 0.05);
}

.seo_card h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
}

.seo_card p {
  margin-bottom: 18px;
}

.seo_card a,
.seo_faq_item a,
.seo_link_grid a,
.seo_article a {
  color: #5e2ced;
  font-weight: 500;
}

.seo_faq_item {
  background: #fff;
  border: 1px solid #f0eef5;
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 20px 60px 0 rgba(1, 1, 64, 0.04);
}

.seo_faq_item h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}

.seo_cta {
  margin-top: 25px;
}

.seo_link_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo_link_grid a {
  display: block;
  background: #fff;
  border: 1px solid #f0eef5;
  border-radius: 8px;
  padding: 22px 24px;
  box-shadow: 0 20px 60px 0 rgba(1, 1, 64, 0.04);
}

.seo_article_hero {
  background: #f5f7fb;
  padding: 170px 0 95px;
}

.seo_article_hero h1 {
  font-size: 46px;
  line-height: 58px;
  margin-bottom: 22px;
}

.seo_article_hero p {
  font-size: 18px;
  line-height: 32px;
  max-width: 850px;
}

.seo_article {
  background: #fff;
  padding: 90px 0;
}

.seo_article h2 {
  font-size: 32px;
  line-height: 44px;
  margin: 36px 0 18px;
}

.seo_article h3 {
  font-size: 23px;
  line-height: 34px;
  margin: 28px 0 12px;
}

.seo_article p,
.seo_article li {
  font-size: 17px;
  line-height: 31px;
}

.seo_article ul {
  padding-left: 22px;
  margin-bottom: 24px;
}

.seo_article .seo_article_box {
  background: #f9fafe;
  border: 1px solid #f0eef5;
  border-radius: 8px;
  padding: 30px;
  margin: 32px 0;
}

.seo_related {
  background: #f9fafe;
  padding: 80px 0;
}

.seo_related .seo_link_grid {
  margin-top: 25px;
}

@media (max-width: 1366px) {
  .banner_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .navbar .logo_h img {
    max-width: 132px;
    max-height: 48px;
  }

  .seo_link_grid {
    grid-template-columns: 1fr;
  }

  .seo_article_hero {
    padding: 140px 0 70px;
  }

  .seo_article_hero h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .seo_article {
    padding: 70px 0;
  }

  .seo_article h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  .banner_text h1 {
    font-size: 29px;
    line-height: 36px;
  }
}
