/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

/* iFrame Row Homepage Section */

.container {
  display: flex;
}

.iframe-wrapper {
  flex: 1;
  margin: 0 10px; /* adjust the margin as needed */
}

/* Business Tax Services - Mobile Padding */

@media only screen and (max-width: 767px) {
    div.blockWrap_f3af62371d4d44a4b9ea6993dc390e4e, div.blockWrap_e8a5e9dbffbb4fe09f387713e1b36402, div.blockWrap_f24eefde16584c408d04c3417875a654, div.blockWrap_eaf6ba2d881948c48836556c0d29aba1, div.blockWrap_fa9e22ff7f614dd4b253e2cbfaad7323 {
    padding-bottom: 50px;
    }
}