.result-card{

    margin-bottom:28px;

}

.legend{

    margin-top:28px;

}

.legend strong{

    color:#0EA5E9;

}

.healthy strong{

    color:#06B6D4;

}

@media(max-width:768px){

    .legend{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:520px){

    .legend{

        grid-template-columns:1fr;

    }

}