body {
    .mobility {
        .mobility-item {
            position: relative;
            background-color: rgba(var(--bs-text-color-rgb), 0.1);
            border-radius: 20px;
            padding: 15px;
            height: 100%;
            outline: none;
            transition: 0.3s;

            @media (min-width: 992px) {
                padding: 20px;
            }
        }
        .mobility-item-figure {
            border-radius: 15px;
            overflow: hidden;
            width: 100%;
            margin-bottom: 0;

            > img{
                height: 100%;
                width: 100%;
            }
        }
    }
}
