.wrapperPropertysModule .propertysModule {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; /
}

.wrapperPropertysModule h3 {
  margin-bottom: 30px;
}

.wrapperPropertysModule .cardPropertysModule {
  padding: 17px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #ccc;
}

.wrapperPropertysModule .cardPropertysModuleContent {
  padding: 0px;
  margin-top: 10px;
}

.wrapperPropertysModule .cardPropertysModuleContent h4 {
  color: #111;
  margin-bottom: 0px;
  font-size: 1.2rem;
  margin-top: 20px;
}

.wrapperPropertysModule .cardPropertysModuleContent h5 {
  color: #111;
  padding: 10px 0;
  font-weight: 100;
}

.wrapperPropertysModule .cardPropertysModuleContent p {
  margin: 0;
  padding: 0;
  color: #555;
  padding: 0;
  font-weight: 100;
}

.wrapperPropertysModule a.cardPropertysModuleLink {
  margin-bottom: 20px;
  box-shadow: 0 0 20px #ccc;
}

.button.button--black.button--outlined.button--large.call {
  display: none;
}

@media (max-width:320px)  { 
  .wrapperPropertysModule .propertysModule {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width:481px)  {
  .wrapperPropertysModule .propertysModule {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width:641px)  {
  .wrapperPropertysModule .propertysModule {
    grid-template-columns: repeat(1, 1fr);
  }
  .button.button--black.button--outlined.button--large.call {
    display: block;
  }
}
@media (max-width:961px)  {
  .wrapperPropertysModule .propertysModule {
    grid-template-columns: repeat(1, 1fr);
  }
}