.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}

.form__group input, .form__group select, .form__group textarea {
	width: 100% !important;
	padding: 10px;
	border-radius: 7px;
	color: #111;
    background: #fff;
    border-color: #d0d0d0;
    transition: all .3s;
}
.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}
.error {
    color: red !important;
}
p.leadFormInfo {
    text-align: center;
}
input.btn.submit {
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    width: 13.75rem;
    max-width: 100%;
    height: 2.25rem;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 4px 8px;
    font-family: noto-sans,Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 16px;
    transition: color .3s,background-color .3s,border .3s;
    margin: auto;
	display: block;
}

.home2_box1 p, .home2_box2 p {
	color: #fff !important;
}
.home2_box1 {
	    background-color: #240238;
		padding: 10px;
		margin: 10px 0;
}

div[class*="section__bg--light-"].section.left-gradient::before {
    background: rgba(255, 255, 255, 0.5);
}