* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* article */
.article {
  padding-top: 70px;
  padding-bottom: 60px;
}
.article .container {
  padding: 0 !important;
}
.articleSub {
  color: #000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.articleTitle {
  color: #212529;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
.articleSub1 {
  color: #717171;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.articleSub2 {
  color: #212529;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.articleImg {
  margin-top: 20px;
}
.articleImg img {
  display: block;
  max-width: 100%;
}
.articleBottomSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.articleBottomSub {
  color: #212529;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.articleSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.articleSocialLink img {
  display: block;
}

/* footer */
.footer {
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  /* article */
  .articleInner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 991px) {
  /* article */
  .article {
    padding: 50px 0;
  }
  .articleTitle {
    font-size: 35px;
  }
  .articleSub1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* article */
  .article {
    padding: 30px 0;
  }
  .articleTitle {
    font-size: 23px;
  }
  .articleSub1 {
    font-size: 16px;
  }
  .articleSub2 {
    font-size: 14px;
  }
}
