.main__title--horsemanship {
    max-width: 50vw;
}

.session__image {
    background: url("/assets/images/horsemanship/session.webp") center / cover no-repeat;
}

.main__link {
    width: 350px;
}

/* Mobile */
@media only screen and (max-width: 600px) {

    .main__title--horsemanship {
        max-width: 80vw;
    }
    

}

.ropehalters__image {
    background: url("/assets/images/horsemanship/ropehalters.webp") center / contain no-repeat;
}

#ropehalters {
    min-height: 80vh;
}

.header--small {
    background: url("/assets/images/bg.webp") center / cover no-repeat;
}