/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}

/* Equalize Simple List Blocks*Equipment We Finance*/

/* Change item class here */
.items_a149e09a3ba34d8997ae0f39f488a4a4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a149e09a3ba34d8997ae0f39f488a4a4 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - stone fabrication machinery page*/

/* Change item class here */
.items_fa8c71e239144a62af670c5395d144a0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fa8c71e239144a62af670c5395d144a0 > .item {
	display: flex;
	flex-direction: column;
}