body{
    height: max-content;
}

.cats-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    gap: 10vh;
    padding: 10%;
}

.title-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

p{
    text-align: center;
}

@media screen and (max-width: 991px) {
    .cats-section{
        margin-top: 20%;
    }
}