.contactform {
  padding: 80px 0px;
  background-color: #625B50;
  color: #F5F2E9;
}

.contactform .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}