.sec-main-top-v1 + .sec-text-block .text-block-outer,
.sec-icon-box + .sec-text-block .text-block-outer,
.sec-content + .sec-text-block .text-block-outer,
.sec-small-banner + .sec-text-block .text-block-outer,
.sec-icon-box-v1 + .sec-text-block .text-block-outer{
  padding-top: 0;
  border-top: 0;
}
.text-block-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-block{
  width: calc(50% - 1.4rem);
}
.text-block li{
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  line-height: 3rem;
}
.text-block li:after{
  left: 0;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
  border-radius: 0.2rem;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .text-block li {
    line-height: 2.85rem;
  }
  .text-block li br{
    display: none;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .text-block li {
    margin-bottom: 1.6rem;
    line-height: 2.5rem;
  }
  .text-block li br{
    display: none;
  }
  .text-block li:after {
    top: 0.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .text-block li {
    margin-bottom: 1.6rem;
    line-height: 2.5rem;
  }
  .text-block li br{
    display: none;
  }
  .text-block li:after {
    top: 0.8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .text-block-col {
    display: block;
  }
  .text-block {
    width: 100%;
  }
  .text-block + .text-block{
    margin-top: 1rem;
  }
  .text-block li {
    margin-bottom: 1rem;
    line-height: 2.7rem;
  }
  .text-block li br{
    display: none;
  }
  .text-block li:after {
    top: 0.9rem;
  }
}
@media(max-width:767.98px){
  .text-block-col {
    display: block;
  }
  .text-block {
    width: 100%;
  }
  .text-block + .text-block{
    margin-top: 1.2rem;
  }
  .text-block li {
    margin-bottom: 1.2rem;
    line-height: 2.4rem;
  }
  .text-block li br{
    display: none;
  }
  .text-block li:after {
    top: 0.8rem;
  }
}