.vc-starter-point-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 991px) {
    .vc-starter-point-wrapper {
        justify-content: left;
        gap: 20px;
    }
}