.section-menu {
  margin: 50px 0;
  text-align: center;
}
@media (max-width:  767px ) {
  .section-menu {
    margin: 20px 0;
  }
}
.section-menu h3 {
  background: #0057a8;
  color: white;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  padding: 3px 10px;
  text-transform: uppercase;
}
@media (max-width:  767px ) {
  .section-menu h3 {
    font-size: 20px;
  }
}
.section-menu .section-menu-inner {
  background: #e4f4fb;
  padding: 17px;
}
@media (max-width:  767px ) {
  .section-menu .section-menu-inner {
    padding: 10px 7px;
  }
}
.section-menu .section-menu-inner > .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width:  767px ) {
  .section-menu .section-menu-inner > .row:first-child [class^="col-"]:nth-child(-n+2):before {
    content: none;
  }
}
.section-menu .section-menu-inner > .row + .row {
  border-top: 1px solid #b6e1f4;
  margin-top: 17px;
  padding-top: 17px;
}
@media (max-width:  767px ) {
  .section-menu .section-menu-inner > .row + .row {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.section-menu .section-menu-inner > .row .row-same-height {
  min-height: 66px;
}
@media (max-width:  767px ) {
  .section-menu .section-menu-inner > .row .row-same-height {
    min-height: 0;
  }
}
.section-menu .section-menu-inner [class^="col-"] {
  line-height: 1;
  min-height: 66px;
}
@media (max-width:  767px ) {
  .section-menu .section-menu-inner [class^="col-"] {
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .section-menu .section-menu-inner [class^="col-"]:before {
    border-top: 1px solid #b6e1f4;
    content: '';
    display: block;
    margin: 0 -11px;
    position: relative;
    top: -15px;
    width: auto;
    height: 1px;
  }
}
.section-menu .section-menu-inner [class^="col-"] + [class^="col-"] {
  border-left: 1px solid #b6e1f4;
}
@media (max-width:  767px ) {
  .section-menu .section-menu-inner [class^="col-"] + [class^="col-"] {
    border: none;
  }
}
.section-menu .section-menu-inner [class^="col-"]:nth-child(2n) {
  border-left: 1px solid #b6e1f4;
}
.section-menu a {
  font-size: 17px;
  font-weight: 700;
  margin-left: 13px;
  position: relative;
  text-decoration: none;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .section-menu a {
    font-size: 15px;
  }
}
@media (max-width:  767px ) {
  .section-menu a {
    font-size: 15px;
  }
}
.section-menu a:before {
  content: '\f101';
  font-family: "FontAwesome";
  left: -12px;
  position: absolute;
  top: 3px;
}
@media (max-width:  767px ) {
  .section-menu a:before {
    top: 1px;
  }
}
.section-menu a:focus,
.section-menu a:hover {
  text-decoration: none;
}
