.info {
  margin-top: 50px;
  background: #F2F2F2;
  transition: color 0.3s;
}
.info__content {
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
.info__title {
  font-size: 2.8rem;
  text-align: center;
  color: #3A3A3A;
}
.info__text {
  color: #6E6E6E;
  font-size: 1.4rem;
  font-weight: 600;
}
.info__blue {
  color: #0072BC;
}
.info__link {
  color: #0072BC;
}
.info__link:hover, .info__link:focus {
  color: #6E6E6E;
}
.info__btns {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 786px) {
  .info {
    margin-top: 100px;
  }
  .info__title {
    text-align: left;
    font-size: 3.2rem;
  }
  .info__text {
    font-size: 1.6rem;
  }
  .info__btns {
    justify-content: flex-start;
    gap: 25px;
  }
}/*# sourceMappingURL=module.css.map */