.recover__homepage .hero-img {
    border: solid 4px var(--purple-dark);
}


.recover__homepage .rh__benefits__icon {
    bottom: -10%;
}

@media screen and (min-width: 768px) {
    .recover__homepage .hero {
        margin-bottom: 0;
        display: grid;
        grid-template: 
            ". i i i i"
            ". i i i i"
            "h i i i i"
            "h i i i i"
            "h i i i i"
            ". i i i i";
    }
}

@media screen and (min-width: 1500px) {
    .recover__homepage .hero .hero-title {
        padding: 2rem 0.9rem;
    }
}