.contact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    width: 100% !important;
    text-align: center;
    margin: 20px auto;
    border-radius: 50px;
    background-color: black !important;
    transition: all 500ms ease;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    transform: scale(1.1);
    color: white !important;
}

.el__map {
    width: 100%;
    height: 100%;
    margin-left: 50px;
}

.el__map-contact {
    width: 100%;
    height: 100%;
}

.el__form {
    width: 50%;
}

.el__form-contact {
    width: 100%;
    text-align: center;
}

.contact-section img {
	width: 45px;
	height: 54px;
    	margin-top: 47px;
}

.contact-section p
{
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--text-color);
}

.contact-section a
{
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: var(--text-color);
	text-decoration: none;
	border-bottom: none;
	transition: border-bottom ease-in-out 150ms;
}

.contact-section a:hover {
	text-decoration: none;
	border-bottom: 2px solid var(--accent-color);
	transition: border-bottom ease-in-out 150ms;
}

