.materials {
  padding: 3.75rem 0 10rem;
  color: var(--white);
}
.materials__title {
  margin-bottom: 3rem;
}
.materials__items {
  max-width: 49.75rem;
  width: 100%;
  margin: 0 auto;
}
.materials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.materials__item-wrapper {
  margin-right: 2.625rem;
}
.materials__item-title {
  margin-bottom: 1.25rem;
}
.materials__item-text {
  line-height: 130%;
  color: var(--text-05);
}
.materials__item-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.materials__item-button .btn::before {
  background: var(--blue);
}
@media (any-hover: hover) {
  .materials__item-button .btn:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.materials__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .materials {
    padding: 45px 0 100px;
  }
  .materials__title {
    font-weight: 500;
  }
  .materials__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .materials__item-wrapper {
    margin-right: unset;
    margin-bottom: 20px;
  }
  .materials__item-title {
    font-size: 24px;
  }
  .materials__item-button {
    width: 100%;
  }
  .materials__item-button .btn {
    width: 100%;
  }
  .materials__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=materials.css.map */
/*# sourceMappingURL=materials.css.map */