.form-block.alternate_color .contact-form {
    background-color: #fff;
}

.le-contact {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 25px;
}

.le-contact .large,
.le-contact textarea,
.le-contact input[type="text"] {
    background-color: #fff !important;
}

@media(min-width:768px) {
    .le-contact {
        padding: 40px !important;
    }
}
	
.team-phone {
    display: block !important;
}

.event-card .flex_column_table {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.event-card .event-content h3 {
    color: var(--yellow);
    font-size: 22px;
}