.for-desktop{
	display: flex !important;
}
.for-mobile{
	display: none !important;
}
@media only screen and (max-width: 520px){
	.for-desktop{
		display: none !important;
	}
	.for-mobile{
		display: flex !important;
	}
}
.contact-us-content{
    padding: 40px 30px;
    width: 60%;
    margin: auto;
    min-width: 300px;
}
.content-contact{
    margin-bottom: 30px;
}
.contact-container{
	display: flex;
	justify-content: center;
}
.contact-success-message{
	margin-top: 5px;
}
/* move to common header */
.highlighted-button:hover{
    text-decoration: none;
}
/* move to common header */
.contact-us-heading{
	font-size: 30px;
	margin-bottom: 30px;
}

