.highlight {
    background-color: yellow;
    color: #000;
}

.noResultFound {
    text-align: center;
    margin: 20px 0 80px;
}

.noResultFound h3 {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    /* identical to box height */
    color: #01305C;
    margin: 27px 0 6px
}

.noResultFound p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #575E62;
}

@media (max-width:575px) {

    .noResultFound h3 {
        font-size: 22px;
        line-height: 34px;
        margin: 9px 0 5px;
    }

    .noResultFound p {
        font-size: 16px;
        line-height: 18px;
    }

    .noResultFound img {

        max-width: 255px;
        width: 100%;

    }
}