Add the below code to your Custom CSS area and adjust the values to your liking.
Note that this may look a little wonky in the editor but will be looking great on your live site.
@media(min-width: 767px) {
div.pricing-item:not(:nth-child(2)) {
margin-top: 50px;
margin-bottom: 50px;
}
}