.result-card{

    margin-bottom:28px;

}

.legend{

    margin-top:28px;

}

.legend strong{

    color:var(--primary);

}

@media(max-width:768px){

    .legend{

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

    }

}

@media(max-width:520px){

    .legend{

        grid-template-columns:1fr;

    }

}