.features {
  margin-top: -266px;
  background: #F1F7F9;
  padding: 300px 0px 48px 0px;
}

.features .row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.features .row .col {
  border-right: 2px solid #E6E6E6;
  padding: 16px 32px 16px 32px;
  flex: 0 0 auto;
  width: 33.3333%;
}

@media only screen and (max-width: 768px) {
  .features .row {
    text-align: center;
    align-content: center;
    flex-direction: column;
    padding: 16px 0;
  }
  .features .row .col {
    flex: 1;  
    width: 90%;
    border-right: 0;
  }
}
.features h4 {
  color: #001955;
  margin: 12px 0px 4px 0px;
}

.features p {
  color: #343434;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
