.props-title {
  padding: 10px 0 30px 0px;
}

.props-container {
  display: flex;
  flex-direction: column;
  margin-right: 0px !important;
}

.props-container-card {
  width: 260px !important;
  min-width: 260px;
  margin-bottom: 30px;
  align-self: center;
}

@media only screen and (max-width: 992px) {
  .props-container-card {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}