/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    text-transform: Capitalize;
    font-size: 17px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}

/* Equalize Simple List Blocks - recommended products*/

/* Change item class here */
.items_e720828c02044cf794cb53d424100123 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e720828c02044cf794cb53d424100123 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - more on contacts*/

/* Change item class here */
.items_a0716878e83946db9b657ec24dccb6a0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a0716878e83946db9b657ec24dccb6a0 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - reviews */

/* Change item class here */
.items_aacd31911ced4b63b560064e32d2964c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aacd31911ced4b63b560064e32d2964c > .item {
	display: flex;
	flex-direction: column;
}