.am2-section--features {
  margin: 45px 0; }
  @media screen and (min-width: 991px) {
    .am2-section--features {
      margin: 60px 0; } }
  .am2-section--features:first-child {
    margin-top: 0; }
  .am2-section--features.has-primary-background-color {
    background-color: #258932;
    background-color: var(--am2-primary, #258932); }
  .am2-section--features.has-gray-background-color {
    background-color: #F7F7F7;
    background-color: var(--am2-gray, #F7F7F7); }
  .am2-section--features.has-background {
    margin: 60px 0;
    padding: 60px 0 30px; }
    @media screen and (min-width: 991px) {
      .am2-section--features.has-background {
        margin: 90px 0;
        padding: 90px 0; } }
  @media screen and (min-width: 991px) {
    .am2-section--features.am2-section--template-with-description .wp-block-am2-heading {
      font-size: 25px;
      font-weight: 700;
      line-height: 42px; } }
  .am2-section--features.am2-section--template-with-description .am2-section__headline {
    font-size: 35px;
    line-height: calc( 54 / 45); }
    @media screen and (min-width: 991px) {
      .am2-section--features.am2-section--template-with-description .am2-section__headline {
        font-size: 35px; } }
  .am2-section--features .wp-block-am2-heading, .am2-section--features__headline {
    font-family: "Gelion", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: calc( 42 / 35);
    color: #212121;
    margin-bottom: 25px; }
    @media screen and (min-width: 991px) {
      .am2-section--features .wp-block-am2-heading, .am2-section--features__headline {
        margin-bottom: 40px; } }
    .has-primary-background-color .am2-section--features .wp-block-am2-heading,
    .has-danger-background-color .am2-section--features .wp-block-am2-heading, .has-primary-background-color .am2-section--features__headline,
    .has-danger-background-color .am2-section--features__headline {
      color: white; }
  .am2-section--features p.wp-block-am2-paragraph, .am2-section--features__description {
    font-size: 16px;
    line-height: calc( 27 / 18);
    margin-bottom: 25px; }
    @media only screen and (min-width: 991px) {
      .am2-section--features p.wp-block-am2-paragraph, .am2-section--features__description {
        font-size: 18px;
        margin-bottom: 40px; } }

.am2-feature-boxes {
  max-width: 1170px;
  margin: 0 auto; }
  @media only screen and (min-width: 640px) {
    .am2-feature-boxes .columns {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.am2-feature-box {
  margin-bottom: 35px; }
  @media only screen and (min-width: 769px) {
    .am2-feature-box {
      margin-bottom: 0; } }
  .am2-feature-box.col {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .am2-feature-box.col {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 50%; } }
    @media only screen and (min-width: 991px) {
      .am2-feature-box.col {
        max-width: 25%; } }
  .am2-feature-box__image {
    position: relative;
    max-width: 110px;
    margin: 0 auto 25px; }
    .am2-feature-box__image::before {
      content: '';
      display: block;
      height: 0;
      padding-bottom: 100%; }
    .am2-feature-box__image img {
      position: absolute;
      bottom: 0;
      height: auto;
      width: 100%;
      max-width: 90px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .am2-feature-box .wp-block-am2-heading, .am2-feature-box__headline {
    font-family: "Gelion", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: calc(32/25);
    margin-bottom: 10px; }
    @media only screen and (min-width: 640px) {
      .am2-feature-box .wp-block-am2-heading, .am2-feature-box__headline {
        font-size: 25px; } }
  .am2-feature-box p.wp-block-am2-paragraph, .am2-feature-box__description {
    margin-bottom: 0 !important;
    color: #58595B; }
    @media only screen and (max-width: 640px) {
      .am2-feature-box p.wp-block-am2-paragraph, .am2-feature-box__description {
        font-size: 14px; } }


/*# sourceMappingURL=style-index.css.map*/