.highlight {
    background-color: yellow
}

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


.noResultFound p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #575E62;
}
.noResultFound .nofoundHead,
.noResultFound h1 {
    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
}
@media (max-width:575px) {
  

    .noResultFound p {
        font-size: 16px;
        line-height: 18px;
    }
    .noResultFound .nofoundHead,
    .noResultFound h1 {
        font-size: 22px;
        line-height: 34px;
        margin: 9px 0 5px;
    }
    .noResultFound img {

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

    }
}