body {
  font-family: "Assistant", sans-serif; }

h1 {
  font-family: "Assistant", sans-serif; }

a {
  text-decoration: none; }

*:focus {
  outline: none; }

input,
textarea {
  font-family: "Assistant", sans-serif; }

.wrp-form {
  margin: 10px auto 0; }

.wrp-property .main-title {
  color: #000000;
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 28px; }

.wrp-property .wrp-three-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 28px; }
  .wrp-property .wrp-three-col .one-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(50% - 50px);
    margin: 15px 25px; }
    .wrp-property .wrp-three-col .one-col h3 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      margin: 10px 0 0; }
    .wrp-property .wrp-three-col .one-col p {
      color: #000000;
      font-size: 18px;
      font-weight: 300; }

@media (max-width: 425px) {
  .wrp-property .wrp-three-col .one-col {
    width: 100%;
    margin: 15px 0; } }
