body{
	background-color: #F1F1F1;
}

.menu-conact{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    margin-bottom: 120px;
}

.section-mesagee .mesagee{
	font-size: 29px;
	font-family: WorkSans-Bold;
	line-height: 32px;

}

.button, input{
	margin:3px;
	background-color: #F0F0F0;
	border: 0px solid #ccc;
	font-size:16px;
	height: 40px;
	padding-left: 7px;
}

.button, input::placeholder{
	color: #000;
}

input:hover {
  cursor: pointer;

}
.button, textarea{
	margin:3px;
	background-color: #F0F0F0;
	 border: 0px solid #ccc;
	 font-size:16px;
	 padding-left: 7px;
	 height:300px;
	  width:100%;

}

.submit-buton{
	font-size: 20px;
	font-family: WorkSans-SemiBold;
	background-color: #7E2A90;
	border-style:none;
	color: white;
	padding:5px 20px;

}
.column-info{
	margin:3px;
	background-color: #7E2A90;
}

.column-info p{
	color:white;
	padding:20px 0PX;
}

.informtion-contact{
	padding-left:120px;
}

@media (max-width:767px){
	input{
		width:100% !important;
	}
	.menu-conact{
		margin-bottom: 2rem;
		margin-top: 2rem !important;
	}
}

@media (max-width:1199px){
	.informtion-contact{
		padding:0px !important;
	}
		input{
		width:100% !important;
	}
}

@media (max-width: 575px){
	.menu-conact{
		
	}
}