@import './common.css';

.contact-us-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.contact-us-wrapper .contact-us-title {
  font-family: 'Tajawal-Bold';
  font-size: var(--size25);
  margin-bottom: 40px;
  text-align: center;
}

.contact-us-wrapper .button-wrapper {
  text-align: right;
  justify-content: end;
  display: flex;
}

.contact-us-wrapper .button-wrapper input[type='button'] {
  width: 160px;
}
