.contacts-description p {
  margin-bottom: 5px;
}
.contacts-description a {
  color: var(--color-1);
  text-decoration: none;
  transition: var(--transition);
}
.contacts-description a:hover {
  color: var(--color-2);
}
.contacts-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-1);
  text-decoration: none;
  line-height: 1.3;
}
.contacts-links a svg {
  margin-bottom: 5px;
}
.contact-form {
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	padding: 2em;
	margin: 1em 0 0;
}
@media screen and ( max-width: 767px ) {
	.contacts-description p,
	.contacts-form-description p {
		font-size: 14px;
	}
	.contacts-links a svg {
		width: 48px;
	  height: auto;
	}
	.contacts-links a {
	  font-size: 12px;
	}
}