.section#services .wrap {
  height: auto;
}
.section#services .wrap .content {
  display: block;
  background-color: #254d61;
  color: #000;
}
.section#services .wrap .content .content-head {
  text-align: center;
  color: #fff;
  margin: 2em 0;
}
.section#services .wrap .content .content-head h1,
.section#services .wrap .content .content-head h2,
.section#services .wrap .content .content-head h3 {
  font-family: 'Ebrima';
  font-size: 2vw;
}
.section#services .wrap .content .content-head h2 {
  opacity: 0.7;
}
.section#services .wrap .content .content-head h1 {
  font-size: 4vw;
}
.section#services .wrap .content .content-head h3 {
  font-size: 1.5em;
  opacity: 0.6;
  margin: 1em 0 2em;
}
.section#services .wrap .content .grid {
  margin-bottom: 8em;
}
.section#services .wrap .content .card-wrap {
  width: 25%;
  padding: 10px;
}
.section#services .wrap .content .card-wrap .card {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.section#services .wrap .content .card-wrap .card .head {
  background-color: #5b9ebf;
  height: 250px;
  display: flex;
  align-items: flex-end;
}
.section#services .wrap .content .card-wrap .card .title {
  padding: 0 20px;
  height: 70px;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section#services .wrap .content .card-wrap .card .title h4 {
  font-family: 'Ebrima';
  font-weight: 600;
  font-size: 1.3em;
  color: #111;
  line-height: 1.1;
  text-align: center;
}
.section#services .wrap .content .card-wrap .card .body {
  background-color: #fff;
  padding: 20px 20px;
  font-size: 1.1em;
}
.section#services .wrap .content .card-wrap .card#cse .head {
  padding-top: 3em;
  background-color: #81bdda;
}
.section#services .wrap .content .card-wrap .card#cv .head {
  padding: 2em;
  padding-bottom: 0;
  background-color: #2e7496;
}
.section#services .wrap .content .card-wrap .card#ii .head {
  padding: 2em 4em;
  background-color: #7cbcdc;
}
.section#services .wrap .content .card-wrap .card#mpv .head {
  background-color: #1a3e50;
  align-items: flex-start;
}
.section#services .wrap .content .card-wrap .card#mvc .head {
  padding: 2em 4em;
  background-color: #5b9ebf;
}
.section#services .wrap .content .card-wrap .card#gte .head {
  padding: 2em 4em;
  background-color: #8da4af;
}
.section#services .wrap .content .card-wrap .card#fp .head {
  padding: 4em 1em 2em 1em;
  background-color: #5b9ebf;
}
.section#services .wrap .content .card-wrap .card#ec .head {
  padding: 1em 3em 0em 3em;
  background-color: #5b9ebf;
}
.section#services .wrap .content .card-wrap.double {
  width: 50%;
}
.section#services .wrap .content .card-wrap.double .card {
  flex-direction: row;
}
.section#services .wrap .content .card-wrap.double .card > * {
  flex: 1;
}
.section#services .wrap .content .card-wrap.double .card .body-wrap {
  flex-grow: 1.1;
}
@media (max-width: 768px) {
  .section#services .wrap {
    height: auto;
  }
  .section#services .wrap .content {
    padding: 3em 1em;
  }
  .section#services .wrap .content .content-head h1,
  .section#services .wrap .content .content-head h2,
  .section#services .wrap .content .content-head h3 {
    font-family: 'Ebrima';
    font-size: 5vw;
  }
  .section#services .wrap .content .content-head h2 {
    opacity: 0.7;
  }
  .section#services .wrap .content .content-head h1 {
    font-size: 9vw;
  }
  .section#services .wrap .content .content-head h3 {
    font-size: 1.5em;
    opacity: 0.6;
    margin: 1em 0 2em;
  }
  .section#services .wrap .content .grid {
    margin-bottom: 8em;
  }
  .section#services .wrap .content .card-wrap {
    width: 25%;
    padding: 10px;
  }
  .section#services .wrap .content .card-wrap .card {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
  }
  .section#services .wrap .content .card-wrap .card .head {
    height: auto;
    display: flex;
    align-items: flex-end;
  }
  .section#services .wrap .content .card-wrap .card .title {
    padding: 0 20px;
    height: 70px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section#services .wrap .content .card-wrap .card .title h4 {
    font-family: 'Ebrima';
    font-weight: 600;
    font-size: 1.3em;
    color: #111;
    line-height: 1.1;
    text-align: center;
  }
  .section#services .wrap .content .card-wrap .card .body {
    background-color: #fff;
    padding: 20px 20px;
    font-size: 1.1em;
  }
  .section#services .wrap .content .card-wrap .card#cse .head {
    padding-top: 3em;
    background-color: #81bdda;
  }
  .section#services .wrap .content .card-wrap .card#cv .head {
    padding: 2em;
    padding-bottom: 0;
    background-color: #2e7496;
  }
  .section#services .wrap .content .card-wrap .card#ii .head {
    padding: 2em 4em;
    background-color: #7cbcdc;
  }
  .section#services .wrap .content .card-wrap .card#mpv .head {
    background-color: #1a3e50;
    align-items: flex-start;
  }
  .section#services .wrap .content .card-wrap .card#mvc .head {
    padding: 2em 4em;
    background-color: #5b9ebf;
  }
  .section#services .wrap .content .card-wrap .card#gte .head {
    padding: 2em 4em;
    background-color: #8da4af;
  }
  .section#services .wrap .content .card-wrap .card#fp .head {
    padding: 4em 1em 2em 1em;
    background-color: #5b9ebf;
  }
  .section#services .wrap .content .card-wrap .card#ec .head {
    padding: 1em 3em 0em 3em;
    background-color: #5b9ebf;
  }
  .section#services .wrap .content .card-wrap.double {
    width: 50%;
  }
  .section#services .wrap .content .card-wrap.double .card {
    flex-direction: row;
  }
  .section#services .wrap .content .card-wrap.double .card > * {
    flex: 1;
  }
  .section#services .wrap .content .card-wrap.double .card .body-wrap {
    flex-grow: 1.1;
  }
}
