/**
 *
 * Services Bladed styling.
 *
 */

  header {
    max-height: 550px;
  }

  section.row.service article.gallery-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  main[role=main].container-fluid {
    padding-top: 106px !important;
  }

  @media only screen and (max-width: 768px) {
    main[role=main].container-fluid {
      padding-top: 0 !important;
    }

    /* .page-banner-slider img.img-fluid {
      height: 260px;
    } */

    .row.service .section__theme--image-text .text {
      padding: 64px 30px !important;
    }

    .service h2.subtitle {
      font-size: 12px !important;
    }

    .service .section__theme--image-text .text p {
      font-size: 14px;
      line-height: 28px;
    }
    .service .service-link {
      padding-top: 2rem;
      padding-bottom: 0;
    }
    .navbar-light .navbar-toggler {
      padding-top: calc( 10px * 0.375 );
    }
  }
