.bg-white {background-color:#fff; color:#000;}
.bg-gray {background-color:#edeeed; color:#000;}
.bg-blue {background-color:#133a5c; color:#fff;}

.mid {text-align:center;}
.la {text-align:left;}
.ra {text-align:right;}

.mcl-section {width:100%; display:block; position:relative; margin:0 auto; font-family:Archer; font-size:24px; font-weight:600; line-height:1.4;}
.mcl-section::after, .mcl-section .mcl-inner::after {content:''; display:block; clear:both;}
  .mcl-section .mcl-inner {position:relative; padding:60px 8%;}
    .mcl-section .mcl-content {width:100%;}
        .mcl-section .mcl-content h2 {color:#133a5c; font-size:56px; line-height:1; font-weight:700; text-transform:uppercase; margin:0 auto; text-align:center; padding:0 0 16px;}
        .mcl-section .mcl-content .mcl-text {width:100%; max-width:750px; margin:0 auto;}
  @media (max-width:767px) {
    .mcl-section .mcl-content h2 {font-size:42px;}
  }

.mcl-cards-with-icon .mcl-inner {padding-top:112px; padding-bottom:48px;}
  .mcl-cards-with-icon .mcl-items {width:100%; max-width:1028px; display:flex; flex-wrap:wrap; margin:0 auto; padding:64px 0 0;}
    .mcl-cards-with-icon .mcl-item {width:50%; margin:0; display:flex; justify-content:flex-start; align-items:flex-start; padding:0 0 64px;}
      .mcl-cards-with-icon .mcl-item .icon {width:52px; height:52px; margin:0 24px 0 0; flex-shrink:0; display:flex; flex-direction:column; justify-content:center; align-items:center; background:#133a5c; border-radius:10px; object-fit:contain;}
        .mcl-cards-with-icon .mcl-item .icon img {display:block; margin:0; object-fit:contain; flex-grow:0;}
      .mcl-cards-with-icon .mcl-item .content {width:calc(100% - 76px); margin:0; padding:0 10% 0 0;}
        .mcl-cards-with-icon .mcl-item .content h3 {color:#133a5c; font-size:26px; line-height:1; font-weight:700; text-transform:uppercase; margin:0;}
  @media (max-width:767px) {
    .mcl-cards-with-icon .mcl-item {width:100%;}
      .mcl-cards-with-icon .mcl-item .content {width:100%; padding:0;}
        .mcl-cards-with-icon .mcl-item .content h3 {font-size:24px;}
  }
