.insightNumber {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.insightNumber .title {
    width: 100%;
    height: 16vw;
    position: relative;
    background-color: #004D7E;
}

.insightNumber .title h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 2.7vw;
    z-index: 100;
    font-size: 2.8vw;
    color: #fff;
}

.insightNumber .title h1 a {
    color: white;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.1);
}

.insightNumber .title h1 a:hover {
    color: white;
    text-decoration-color: rgba(255, 255, 255, 0.2);
}

.insightNumber .title .description {
    width: 100%;
    font-size: 1.4vw;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 7.7vw;
}

.insightNumber .title .arrow {
    width: 36.5px;
    position: absolute;
    left: 50%;
    margin-left: -18.25px;
    top: 12vw;
}

.insightNumber .insight {
    width: 100%;
}

.insightNumber .insight .box {
    width: 33.33333333%;
    height: 190px;
    float: left;
}

.insightNumber .insight .boxColor1 {
    background-color: #0072BB !important;
}

.insightNumber .insight .boxColor2 {
    background-color: #005992 !important;
}

.insightNumber .insight .boxColor3 {
    background-color: #009BFF !important;
}

.insightNumber .insight .box .number {
    width: 100%;
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
    padding-top: 60px;
    color: #fff;
}

.insightNumber .insight .box .text {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding-top: 5px;
    letter-spacing: -0.26px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .insightNumber {
        width: 100%;
        float: left;
        /* margin-top: -30px; */
    }
}

@media only screen and (max-width: 768px) {
    .insightNumber {
        display: none;
    }
}