:root {
  --banner-circle-color: #bcd6fa;
}
.module-1 {
  padding-bottom: var(--module-space);
}
.module-1 .item {
  padding-top: var(--module-space);
}
.module-1 .item h6 {
  margin-bottom: 46px;
  font-size: 24px;
  color: #2a2e4a;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 1200px) {
  .module-1 .item h6 {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .item h6 {
    margin-bottom: 34px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .module-1 .item h6 {
    margin-bottom: 28px;
    font-size: 18px;
  }
}
.module-1 .item .pic {
  text-align: center;
  display: block;
}
.module-1 .item .pic img {
  max-width: 100%;
}
