Force targeted Content Boxes class to fixed height. Change ".target-class" to the class you use.
/* Force targeted Content Boxes class to fixed height. Change ".target-class" to the class you use. */
.target-class .fusion-column .content-wrapper {
height: 250px !important;
}