.horse-image {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.horse-image img {
    width: 100%;
}

.main li {
    list-style: disc;
}

/* Mobile */
@media (max-width: 1000px) {
    .horse-image {
        width: 90%;
    }
}