.athome-section {
  padding-bottom: 40px;
  background: white;
}
.athome-section .row {
  overflow: hidden;
}
.athome-section.color {
  background: #F2F0F7;
}
@media screen and (min-width: 960px) {
  .athome-section {
    padding-bottom: 80px;
  }
}
.athome-section__header {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  color: #000021;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .athome-section__header {
    font-size: 45px;
    line-height: 49px;
    font-weight: 700;
    margin-top: 80px;
  }
}
.athome-section__content {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .athome-section__content {
    margin-top: 40px;
  }
}
.athome-section__footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .athome-section__footer {
    margin-top: 40px;
  }
}
.athome-section__footer .athome-button {
  width: 176px;
}

/*# sourceMappingURL=section.css.map */
