div.view-important-contacts div.views-row {
  padding: 10px;
  min-height: 6em;
}

div.view-important-contacts div.views-row:nth-of-type(even) {
  background-color: #fff;
}

div.view-important-contacts div.views-row div.views-field.views-field-field-font-awesome-icon {
  font-size: 5.0em;
  color: #CECFCB;
  width: 100px;
  text-align: center;
  float: left;
}

div.view-important-contacts div.views-row div.views-field.views-field-title,
div.view-important-contacts div.views-row div.views-field.views-field-body {
  margin-left: 110px;
}

div.view-important-contacts div.views-row div.views-field.views-field-title {
  font-size: 1.2em;
  font-weight:bold;
}

div.view-important-contacts div.views-row div.views-field.views-field-body p {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 780px) {
  div.view-important-contacts div.views-row div.views-field.views-field-field-font-awesome-icon {
    font-size: 2.5em;
    width: 50px;
  }

  div.view-important-contacts div.views-row div.views-field.views-field-title,
  div.view-important-contacts div.views-row div.views-field.views-field-body {
    margin-left: 60px;
  }
}
