/* ==========================================================================
	#ABOUT US SECTION
	========================================================================== */

/* About us - Mobile */
.c-about-us-section {
  float: left;
  width: 100%;
  padding: 4.25rem 0 2.5rem;
}

.c-about-us-section .heading {
  margin-bottom: 2.375rem;
  text-align: center;
}

.c-about-us-section .heading h1,
.c-about-us-section .heading h2,
.c-about-us-section .heading h3,
.c-about-us-section .heading h4,
.c-about-us-section .heading h5,
.c-about-us-section .heading h6 {
  margin-bottom: 1.125rem;
  font-size: 1.875rem;
  line-height: 1em;
}

.c-about-us-section .heading p {
  font-size: 1.0625rem;
  line-height: 1.77778em;
}

.c-about-us-section .content {
  margin-bottom: 4.125rem;
}

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

.c-about-us-section .info h1,
.c-about-us-section .info h2,
.c-about-us-section .info h3,
.c-about-us-section .info h4,
.c-about-us-section .info h5,
.c-about-us-section .info h6 {
  margin: 0 0 1.125rem -2px;
  font-size: 1.5625rem;
  line-height: 1em;
}

.c-about-us-section .info p {
  font-size: 1.0625rem;
  line-height: 1.77778em;
}

.c-about-us-section .info .c-btn--no-fill {
  display: table;
  margin: 1.25rem auto 0;
}

.c-about-us-section img {
  display: table;
  margin: 0 auto 1.875rem;
}

@media screen and (min-width: 768px) {
  .c-about-us-section {
    padding: 5rem 0;
  }
  .c-about-us-section .heading {
    margin-bottom: 5.125rem;
  }
  .c-about-us-section .heading h1,
  .c-about-us-section .heading h2,
  .c-about-us-section .heading h3,
  .c-about-us-section .heading h4,
  .c-about-us-section .heading h5,
  .c-about-us-section .heading h6 {
    margin-bottom: 1.8125rem;
  }
  .c-about-us-section .heading p {
    font-size: 1.125rem;
    line-height: 1.68421em;
  }
  .c-about-us-section .content {
    margin-bottom: 4.125rem;
  }
  .c-about-us-section .content:nth-child(odd) .info {
    padding-right: 10px;
  }
  .c-about-us-section .content:nth-child(odd) img {
    float: left;
  }
  .c-about-us-section .content:nth-child(even) .info {
    padding-right: 10px;
  }
  .c-about-us-section .content:nth-child(even) img {
    float: right;
  }
  .c-about-us-section .info {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    text-align: left;
  }
  .c-about-us-section .info .c-btn--no-fill {
    float: left;
  }
  .c-about-us-section img {
    width: 279px;
  }
}

@media screen and (min-width: 992px) {
  .c-about-us-section {
    padding: 6.625rem 0;
  }
  .c-about-us-section .heading {
    margin-bottom: 6.25rem;
  }
  .c-about-us-section .heading h1,
  .c-about-us-section .heading h2,
  .c-about-us-section .heading h3,
  .c-about-us-section .heading h4,
  .c-about-us-section .heading h5,
  .c-about-us-section .heading h6 {
    margin-bottom: 2.25rem;
    font-size: 3rem;
    line-height: 1em;
  }
  .c-about-us-section .heading p {
    font-size: 1.25rem;
    line-height: 1.55em;
  }
  .c-about-us-section .content {
    margin-bottom: 3.125rem;
  }
  .c-about-us-section .content:nth-child(odd) .info {
    padding-right: 70px;
  }
  .c-about-us-section .content:nth-child(odd) img {
    float: left;
  }
  .c-about-us-section .content:nth-child(even) .info {
    padding-right: 30px;
  }
  .c-about-us-section .content:nth-child(even) img {
    float: right;
  }
  .c-about-us-section .info h1,
  .c-about-us-section .info h2,
  .c-about-us-section .info h3,
  .c-about-us-section .info h4,
  .c-about-us-section .info h5,
  .c-about-us-section .info h6 {
    margin: 0 0 1.625rem -2px;
    font-size: 2.0625rem;
    line-height: 0.92857em;
  }
  .c-about-us-section .info p {
    font-size: 1.0625rem;
    line-height: 1.83333em;
  }
  .c-about-us-section .info .c-btn--no-fill {
    margin-top: 0.875rem;
  }
  .c-about-us-section img {
    width: 529px;
  }
}

@media screen and (min-width: 1200px) {
  .c-about-us-section .content:nth-child(odd) .info {
    padding-right: 110px;
  }
  .c-about-us-section .content:nth-child(even) .info {
    padding-right: 40px;
  }
}
