@charset "UTF-8";

.contact_description {
	margin-bottom: 55px;
	text-align: center;
}
.contact_description a {
	color: #1d00ff;
	transition: all 0.8s;
}.contact_description a:hover {
	opacity: 0.6;
}

@media screen and (min-width: 768px) {
	.contact_description {
		font-weight: normal;
		font-size: 18px;
		line-height: 1.55;
	}
}

@media screen and (min-width: 501px) {
	.contact_description br:nth-of-type(2) {
		display: none;
	}
}

@media screen and (min-width: 371px) {
	.contact_description br:nth-of-type(1) {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.contact_description br:nth-of-type(2) {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.contact_description {
		padding: 0 30px;
		font-weight: 300;
		font-size: 14px;
		line-height: 1.7;
	}
}
