/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.industries {
  box-sizing: border-box;
  color: #3b3d49; }
  .industries h2,
  .industries p {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .industries h2,
      .industries p {
        max-width: 66.6667%; } }
  .industries h2 {
    font-size: 24px;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center; }
    @media (max-width: 991px) {
      .industries h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .industries h2 {
        font-size: 20px;
        line-height: 1.25; } }
  .industries > p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .industries > p {
        margin-bottom: 48px; } }
    @media (max-width: 767px) {
      .industries > p {
        font-size: 16px;
        margin-bottom: 40px; } }
    .industries > p a {
      font-weight: 500;
      color: #3f647c; }
  .industries .industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-rows: 1fr;
    gap: 20px; }
    @media (max-width: 767px) {
      .industries .industries-grid {
        gap: 8px; } }
    @media (max-width: 479px) {
      .industries .industries-grid {
        grid-template-columns: 1fr; } }
    .industries .industries-grid .industry-card {
      border-radius: 16px;
      background: white;
      box-shadow: 4px 14px 40px rgba(59, 61, 73, 0.3);
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 10px;
      padding: 30px;
      text-decoration: none;
      color: inherit;
      border: 1px solid transparent;
      transition: all 200ms ease-in-out; }
      @media (max-width: 991px) {
        .industries .industries-grid .industry-card {
          padding-left: 24px;
          padding-right: 24px; } }
      @media (max-width: 767px) {
        .industries .industries-grid .industry-card {
          padding-left: 16px;
          padding-right: 16px; } }
      .industries .industries-grid .industry-card:hover {
        border-color: #62657b; }
      @media (max-width: 991px) {
        .industries .industries-grid .industry-card img {
          height: 48px;
          width: 48px; } }
      .industries .industries-grid .industry-card .card-title {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700; }
        @media (max-width: 991px) {
          .industries .industries-grid .industry-card .card-title {
            font-size: 22px;
            line-height: 28px; } }
        @media (max-width: 767px) {
          .industries .industries-grid .industry-card .card-title {
            font-size: 20px;
            line-height: 26px; } }

.stats {
  color: #3b3d49; }
  .stats h2 {
    font-size: 42px;
    line-height: 1.15;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .stats h2 {
        font-size: 38px;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .stats h2 {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 20px; } }
  .stats .stat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }
    @media (max-width: 767px) {
      .stats .stat-grid {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 400px) {
      .stats .stat-grid {
        grid-template-columns: 1fr; } }
    .stats .stat-grid .stat-card {
      box-sizing: border-box;
      padding: 16px;
      border-radius: 8px;
      background-color: white;
      box-shadow: 4px 14px 40px rgba(59, 61, 73, 0.3);
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .stats .stat-grid .stat-card {
          width: 320px;
          height: 200px; } }
      .stats .stat-grid .stat-card img {
        height: 80px;
        width: auto; }
        @media (max-width: 767px) {
          .stats .stat-grid .stat-card img {
            height: 48px; } }
      .stats .stat-grid .stat-card .text {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.15; }
        @media (max-width: 767px) {
          .stats .stat-grid .stat-card .text {
            font-size: 12px; } }
        .stats .stat-grid .stat-card .text.shift-down {
          margin-bottom: -12px; }
          @media (max-width: 767px) {
            .stats .stat-grid .stat-card .text.shift-down {
              margin-bottom: -8px; } }
			  
			  
	/* added to fix tile size issue*/
    .section-padding-44-42-16 {
  padding-left: 44px;
  padding-right: 44px; }
  @media (max-width: 991px) {
    .section-padding-44-42-16 {
      padding-left: 42px;
      padding-right: 42px; } }
  @media (max-width: 767px) {
    .section-padding-44-42-16 {
      padding-left: 16px;
      padding-right: 16px; } } 
