

#titulo-categoria p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    top: 0.4rem;
}

.listaSubs-cardBody {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.7rem !important;
}

@media only screen and (max-width: 540px) {
    #listaSubs a img {
        width: 45px;
        margin-right: 0.5rem;

    }

}

@media only screen and (min-width: 960px) {

    #listaSubs a img {
        width: 45px;
        margin-right: 0.5rem;
    }

}