.platformTopSection{

}
.platformTopSection h1{
    color: #FFFFFF;
}
.platformTopSection h5{
    color: #ffffff;
    letter-spacing: .1rem;
}
.platformTopSection .ad-paragraph{
    color: #ffffff;
}

.aj-platform-card .ad-paragraph{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 13px;
}

.aj-platform-card {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 15px;
}

.aj-platform-card .card-block-head h5 {
    font-weight: bold;
    width: 100%;
    font-size: 24px;
}

.aj-platform-card .card-block-head {
    height: 25%;
    width: inherit;
}

.aj-platform-card .card-block {
    padding: 0;
}

.aj-platform-card .sicky-bottom {
    width: 100%;
}

.aj-counter{
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 20px 10px;
    max-height: 330px;
    background: transparent;
}

.aj-platform-card img {
   width: 5rem;
   height: 5rem;
}

.aj-platform-card img.d-block{
    width: 100%;
}

.fiq-logo {
  width: 135px !important;
}

.verify-logo {
  width: 120px !important;
}

.piq-logo {
  width: 255px !important;
}

.aj-platform-card .btn-link{
    text-transform: uppercase;
}

.aj-platform-card a {
    display: block;
    width: 100% !important;
    height: calc(100% - 20px) !important;
    text-decoration:none;
    color: inherit;
}

.aj-platform-card .card-block {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.verifyFromSection{
    background: #ffffff;
    padding-bottom: 0;
    border-radius: 3px;
}

.discoverShowCase{
    background: var(--very-light-blue);
}

.illuminate-sub-title{
    line-height: 1.8rem;
    font: Light var(--unnamed-font-size-24)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-roboto);
    color: var(--dv-drk-navy-gray);
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.solution-icons img {
  width: 2.2rem;
}


/* FLOW */

.aj-platform-card.role-img img {
  width: 5rem;
  height: auto;
  margin-bottom: -8px;
}

.flow-stat {
  font-style: italic;
  color: #368ff8;
  font-size: .9em;
}

.flow-oms {
  font-style: italic;
  color: #b6bdd1;
  font-size: .9em;
}

.platformTopSection img.banner-logo {
  width: 45%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.platformTopSection img.fiq-banner-logo {
  width: 25%;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Media Queries */

@media (max-width: 768px) {
    .aj-platform-card {
        height: 230px;
    }
}

@media (min-width: 768px) {
    .platformTopSection img.banner-logo {
        margin-top: 20px;
        width: 35%;
    }

    .platformTopSection img.fiq-banner-logo {
        margin-top: 10px;
        width: 20%;
    }

    .aj-platform-card {
        height: 250px;
    }
}


@media (min-width: 992px) {
    .aj-platform-card .ad-paragraph{
        min-height: 80px;
    }

    .aj-platform-card {
        height: 220px;
    }
}

@media (min-width: 1200px) {
    .platformTopSection h1{
        font-size: 3rem;
    }
    .platformTopSection h5{
        font-size: 18px;
    }
    .platformTopSection .ad-paragraph {
        width: 70%;
        margin: 0 auto;
    }

    .platformTopSection img.banner-logo {
      margin-top: 20px;
      width: 25%;
    }

    .platformTopSection img.fiq-banner-logo {
      margin-top: 10px;
      width: 15%;
    }

    .aj-platform-card {
        height: 300px;
    }
}

.aj-employee-card img{
    height: 195px;
    width: 195px;
}
.aj-employee-card .ad-paragraph{
    font-size: 14px;
}
.aj-counter .connections-title{
    font-size: 56px;
    line-height: 0.8;
    text-align: center;
    color: #00B2A9--dv-teal;
    font-family: 'TT Norms', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.aj-counter .connections-subtitle{
    font-size: 20px;
    font-weight: 300;
    line-height: 2.2;
    text-align: center;
    color: var(--dv-drk-navy);
    text-transform: uppercase;
    font-family: 'roboto', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.aj-counter {
  background: transparent;

}
