/* ==========================================================================
	#PROMO SECTION
	========================================================================== */

/* Promo section - Mobile */
.c-promo-section {
  float: left;
  width: 100%;
  padding: 4.375rem 0;
}

.c-promo-section .content {
  position: relative;
  margin-bottom: 4.25rem;
}

.c-promo-section img {
  display: table;
  width: 100%;
  max-width: 185px;
  margin: 0 auto 2rem;
  border-radius: 8px;
  box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.06);
}

.c-promo-section .info {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.c-promo-section h1,
.c-promo-section h2,
.c-promo-section h3,
.c-promo-section h4,
.c-promo-section h5,
.c-promo-section h6 {
  float: left;
  width: 100%;
  margin: 0 0 1.125rem -2px;
  font-size: 1.875rem;
  line-height: 1em;
}

.c-promo-section p {
  float: left;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.70588em;
}

.c-promo-section .c-btn--no-fill {
  display: inline-table;
  margin: 1rem auto 0;
}

@media screen and (min-width: 768px) {
  .c-promo-section {
    padding: 4.0625rem 0;
  }
  .c-promo-section .content {
    margin-bottom: 2.6875rem;
  }
  .c-promo-section .content:nth-child(odd) img {
    float: right;
  }
  .c-promo-section .content:nth-child(odd) .info {
    padding-right: 30px;
  }
  .c-promo-section .content:nth-child(even) img {
    float: left;
  }
  .c-promo-section .content:nth-child(even) .info {
    padding-left: 12px;
  }
  .c-promo-section .info {
    position: absolute;
    top: 48%;
    transform: translateY(-48%);
    text-align: left;
  }
  .c-promo-section h1,
  .c-promo-section h2,
  .c-promo-section h3,
  .c-promo-section h4,
  .c-promo-section h5,
  .c-promo-section h6 {
    margin: 0 0 1.3125rem -2px;
    font-size: 2rem;
    line-height: 1.125em;
  }
  .c-promo-section .c-btn--no-fill {
    margin: 1.1875rem auto 0;
  }
  .c-promo-section img {
    max-width: 279px;
  }
}

@media screen and (min-width: 992px) {
  .c-promo-section {
    float: left;
    width: 100%;
    padding: 4.125rem 0;
  }
  .c-promo-section .content:nth-child(odd) .info {
    padding-right: 80px;
  }
  .c-promo-section .content:nth-child(even) .info {
    padding-right: 80px;
  }
  .c-promo-section .info {
    top: 50%;
    transform: translateY(-50%);
  }
  .c-promo-section h1,
  .c-promo-section h2,
  .c-promo-section h3,
  .c-promo-section h4,
  .c-promo-section h5,
  .c-promo-section h6 {
    margin: 0 0 1.625rem -2px;
    font-size: 2.6875rem;
    line-height: 1em;
  }
  .c-promo-section p {
    line-height: 1.68421em;
  }
  .c-promo-section .c-btn--no-fill {
    margin-top: 1.125rem;
  }
  .c-promo-section img {
    max-width: 523px;
    border-radius: 8px;
    box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.06);
  }
}

@media screen and (min-width: 1200px) {
  .c-promo-section .content {
    margin-bottom: 3.75rem;
  }
  .c-promo-section .content:nth-child(odd) .info {
    padding-right: 60px;
  }
  .c-promo-section .content:nth-child(even) .info {
    padding-right: 60px;
  }
  .c-promo-section h1,
  .c-promo-section h2,
  .c-promo-section h3,
  .c-promo-section h4,
  .c-promo-section h5,
  .c-promo-section h6 {
    margin: 0 0 1.5625rem -2px;
    font-size: 3rem;
    line-height: 1em;
  }
  .c-promo-section p {
    line-height: 1.68421em;
  }
  .c-promo-section .c-btn--no-fill {
    margin-top: 0.75rem;
  }
}
