.small-text-homepage {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

@media (max-width: 768px){
    .small-text-homepage{
        font-size: 10px ;
        line-height: 14px ;
    }
}