@charset "utf-8";
.section-contacts {
  padding-bottom: 100px;
}
.section-contacts .section-content {
  padding-top: 60px;
}
.section-contacts .btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5rem;
  width: 132px;
}
.section-contacts div {
  margin-bottom: 25px;
}
.section-contacts span,
.section-contacts a,
.section-contacts i {
  display: inline-block;
  font-size: 1.875rem;
  height: 52px;
  line-height: 52px;
  margin-right: 16px;
}
.section-contacts span {
  color: #12033a;
}
.section-contacts i {
  display: inline-block;
  width: 52px;
  height: 52px;
}
.section-contacts a {
  color: #6861ff;
}
.section-contacts .github {
  background: url("/static-file/default/assets/images/about/github.png") no-repeat top center;
}
.section-contacts .slack {
  background: url("/static-file/default/assets/images/about/slack.png") no-repeat top center;
}
.section-contacts .google-group {
  background: url("/static-file/default/assets/images/about/google-group.png") no-repeat top center;
}
.section-contacts .twitter {
  background: url("/static-file/default/assets/images/about/twitter.png") no-repeat top center;
}
.section-contacts .wechat {
  background: url("/static-file/default/assets/images/about/wechat.png") no-repeat top center;
}
.section-contacts .email {
  background: url("/static-file/default/assets/images/about/email.png") no-repeat top center;
}
.section-contacts .joinus {
  background: url("/static-file/default/assets/images/about/joinus.png") no-repeat top center;
}
.section-contacts .joinus-text {
  color: #3b1c95;
  font-weight: 600;
}
.section-contacts .footer {
  margin-top: 40px;
}
@media screen and (max-width: 1270px) {
  .section-contacts {
    padding-bottom: 100px;
  }
}
