h1{
  margin: 10px 0;
  width: auto;
  line-height: 1.3;
}
h2{
  margin: 10px 0;
  width: auto;
  line-height: 1.3;
}
h3{
  margin: 10px 0;
  width: auto;
  line-height: 1.3;
}
h1:after{
	background: #a9aaef;
	clear: both;
  display: block;
  float: left;
  content: "";
  position: relative;
  height: 2px;
  width: 70%;
  margin: 10px 30% 0 0;
  border-radius: 2px;
  padding: 0;
}
h2:after{
	background: #a9aaef;
	clear: both;
  display: block;
  float: left;
  content: "";
  position: relative;
  height: 2px;
  width: 70%;
  margin: 10px 30% 0 0;
  border-radius: 2px;
  padding: 0;
}
h3:after{
	background: #a9aaef;
	clear: both;
  display: block;
  float: left;
  content: "";
  position: relative;
  height: 2px;
  width: 70%;
  margin: 10px 30% 0 0;
  border-radius: 2px;
  padding: 0;
}
#sp-main-body {
  padding: 50px 0;
}
#sp-top1{
	align-items: center;
    display: flex;
}
#sp-top1 .sp-column{
  width: 100%;
}
#sp-top1 .sp-module{
  width: 100%;
}
.top-phone{
  margin: 0;
  display: flex;
  gap: 10px;
}
.bot-phone{
  display: flex;
  gap: 10px;
}
.burger-icon > span {
  background-color: #7e80e7;
}
.tbs ul{
	display: flex;
margin: 0 auto;
width: 90%;
justify-content: center;
}
.p-btn a {
    background: #7e80e7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
.icn i {
    color: #7e80e7;
    margin-right: 5px;
}
.litz{
  display: flex;
  justify-content: space-between;
}
.article-list .article {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.article-list .article .readmore a {
  color: #fff;
  font-weight: 600;
  background: #7E80E7;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 12px;
}
.article-list .article .readmore a:hover {
  color: #fff;
}
.article-info > span {
  font-size: .813rem;
  font-weight: 700;
}
.blog .article-introtext{
  min-height: 370px;
}
.pagenavigation .pagination {
  display: flex;
  width: 300px;
  justify-content: space-between;
}
@media (max-width: 992px){
.tbs ul{
    width: 80%;
}	
  .litz{
    flex-direction: column;
    gap: 10px;
  }
  .litz span{
    text-align: center;
  }
}
.article-details .article-info {
  margin: 20px 0px;
  display: block;
}
.pagenavigation {
  display: inline-flex;
}
.blog .article-header{
  min-height: 90px;
}
@media (max-width: 768px){
	  #sp-header {
    height: 60px;
  }
  #sp-menu{
	  order: 3;
  }
  #sp-top1{
	  order: 2;
  }
.tbs ul{
	display: block;
    width: 80%;
}	
}