.learning-home-page .newsletter-section {
  padding: 56px 0 30px;
}
.learning-home-page .newsletter-section .newsletter-form {
  margin: 0;
}

.learning-tools-section {
  padding: 56px 0;
}

.learning-card {
  border-radius: 16px;
  padding: 16px;
  background-color: #f6f6f6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  display: block;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  border: 1px solid #e3e3e3;
}
.learning-card figure {
  margin: 0;
  text-align: center;
}
.learning-card img {
  border-radius: 12px;
}
.learning-card h4 {
  text-align: center;
  margin: 20px 0 0 0;
}

.periodic-table-card {
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  height: 100%;
}
.periodic-table-card .h5 {
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .periodic-table-card .h5 {
    min-height: 72px;
  }
}

.learning-dev-tools {
  padding-top: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.learning-dev-tools .dev-tools-content {
  margin-bottom: 0;
}

.learning-swiper-section {
  padding: 80px 0;
}

.interactive-section {
  background-color: #f6f6f6;
  padding: 56px 0;
}
.interactive-section .section-title {
  margin-bottom: 40px;
}/*# sourceMappingURL=learning.css.map */