.li-box-seo {
  padding-top: 40px !important;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}

.li-box-seo a {
  color: #0d6efd;
  text-decoration: underline;
}

.li-box-seo p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.li-box-seo ul {
  list-style: disc;
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.li-box-seo h1,
.li-box-seo h2,
.li-box-seo h3,
.li-box-seo h4,
.li-box-seo h5,
.li-box-seo h6 {
  padding-bottom: 15px;
  padding-top: 30px;
}
.li-box-seo h2 {
  font-size: 1.5rem;
}
.strip-cms-container {
  background-color: #00539c;
  margin: 40px 0 !important;
  color: #fff;
  padding: 16px;
  height: 78px;
  border-radius: 5px;
  display: none;
}

.strip-cms-txt {
  float: left;
  line-height: 47px;
  color: #ffff;
  font-size: 17px;
}

.strip-cms-btn {
  float: right;
  width: 161px;
  height: 49px;
  background-color: #ffe200;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
}

.strip-cms-btn a {
  color: #00539c;
  text-decoration: none;
  font-weight: 700;
  line-height: 30px;
}

.strip-cms-btn a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .strip-cms-container {
    height: 122px;
  }

  .strip-cms-txt {
    float: initial;
    line-height: initial;
    padding-bottom: 20px;
    text-align: center;
  }

  .strip-cms-btn {
    float: initial;
    text-align: center;
    margin: auto;
  }

  .strip-cms-txt {
    text-align: center;
  }

  @media (max-width: 768px) {
    .strip-cms-container {
      height: 144px;
    }
  }
}
