/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.pd-three-texts {
  padding: 0 2rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .pd-three-texts {
    padding-right: 0;
    padding-left: 0;
  }
}
.pd-three-texts__header {
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1025px) {
  .pd-three-texts__header {
    margin-bottom: 7%;
  }
}
@media (min-width: 1025px) {
  .pd-three-texts__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .pd-three-texts__step {
    width: 22%;
    max-width: 250px;
  }
}
.pd-three-texts__step:not(:last-child) {
  margin-bottom: 1.5rem;
}
.pd-three-texts__index {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media (min-width: 1025px) {
  .pd-three-texts__index {
    margin-bottom: 1rem;
    font-size: 2.3125rem;
  }
}
.pd-three-texts__title {
  margin-top: 0;
  margin-bottom: 0.375rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (min-width: 1025px) {
  .pd-three-texts__title {
    margin-bottom: 1.125rem;
  }
}
.pd-three-texts__text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

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