.about .about-wrapper {
  padding-left: 0;
  padding-right: 0; }
  .about .about-wrapper .info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 156px 0; }
    .about .about-wrapper .info-wrap h5 {
      font-family: 'Avenir Heavy', sans-serif;
      font-size: 30px;
      color: #4A4A4A; }
    .about .about-wrapper .info-wrap a {
      font-size: 18px;
      color: #4A4A4A;
      line-height: 24px; }
  .about .about-wrapper img {
    width: 100%;
    height: 673px;
    object-fit: cover; }
  .about .about-wrapper .text-wrap {
    padding: 21% 15%; }
    .about .about-wrapper .text-wrap p {
      font-size: 24px;
      line-height: 33px; }
  .about .about-wrapper:nth-child(odd) .info-wrap {
    background: #4A4A4A; }
    .about .about-wrapper:nth-child(odd) .info-wrap h5 {
      color: #fff; }
    .about .about-wrapper:nth-child(odd) .info-wrap a {
      color: #fff; }
  .about .about-wrapper:nth-child(even) .text-wrap {
    background: #4A4A4A;
    color: #fff; }

@media (max-width: 1500px) {
  .about .about-wrapper .info-wrap {
    padding: 120px 0; }

  .about .about-wrapper .info-wrap h5 {
    font-size: 24px; }

  .about .about-wrapper img {
    height: 500px; }

  .about .about-wrapper .text-wrap p {
    font-size: 18px;
    line-height: 28px; } }
@media (max-width: 991px) {
  .about .about-wrapper .col-wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse; }
    .about .about-wrapper .col-wrap .info-wrap {
      width: 50%;
      height: 191px;
      padding: 0 28px;
      align-items: flex-start;
      background: #4a4a4a;
      color: #fff; }
      .about .about-wrapper .col-wrap .info-wrap h5 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 16px;
        color: #fff; }
      .about .about-wrapper .col-wrap .info-wrap a {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 16px;
		color: #fff; }
    .about .about-wrapper .col-wrap img {
      width: 50%;
      height: 191px; }
  .about .about-wrapper .text-wrap {
    width: 100%;
    padding: 80px 43px 49px 43px; }
    .about .about-wrapper .text-wrap:nth-child(even) {
      background: #fff; }
    .about .about-wrapper .text-wrap p {
      font-size: 14px;
      line-height: 19px;
      color: #4a4a4a; } }

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