.highlight {
    background-color: yellow
}

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

.noResultFound h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
font-size: 30px;
    line-height: 48px;
    /* identical to box height */
    color: #004B3D;
    margin: 32px 0 12px
}

.noResultFound p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #575E62;
    max-width: 594px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width:575px) {
    .noResultFound {
        text-align: center;
        margin: 20px 0 50px;
    }
    .noResultFound h1 {
        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%;

    }
}