.catalog-content {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: flex-start;
}


.generator-category {

    width: 100%;
}
.generator-category p{
    transition: 0.7s ease;

}
.generator-category p:hover{
    color: #ae3731;

}

@media (max-width: 300px){
    .generator-category p {
        font-size: 20px;
    }
}