.views-row {
  display: flex;
  flex-wrap: wrap; /* Columns will wrap onto the next line if they don't fit */
  justify-content: center; /* Center the columns horizontally */
}

.views-col {
  flex-grow: 1; /* Make columns take up the same height */
  width: 240px;
  max-width: 240px;

  background-color: rgba(255, 255, 255, 0.85);
  vertical-align: top;
  border: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 20px;
  margin: 0 10px 20px 10px;
  text-align: center;
}

@media screen and (max-width: 480px){
.views-view-grid .views-col {
    width: 80% !important;
    margin-bottom: 2em;}
}

.views-view-grid .views-col {
    float: none;
}

.views-row {
  text-align: center;
}

.views-field.views-field-title {
 font-size: 1.2em;  font-weight: 600;
}

.field-content {margin: 10px 0;}


#block-drupal8-zymphonies-theme-custom-views-block-real-estate-team-block-1 {
  background-color: #005c99;
  padding-top: 30px;
}

.about_mpr {width: 90%; margin-right: auto; margin-left: auto; background-color: rgba(255, 254, 242, 1); padding: 25px; border-radius: 5px;}
.blockquote_mpr {background-color: rgba(255, 255, 255, 1);}

