#function h2 {
  max-width: 160px;
  margin: 0 auto 40px auto;
}
#function .row .col-4 {
  border: #555 1px solid;
  border-radius: 20px;
  height: 250px;
  flex: 0 0 31%;
  margin: 0 1.166% 30px;
  text-align: center;
  position: relative;
}
#function .row .col-4 img {
  margin: 30px auto;
  display: block;
  max-width: 130px;
  max-height: 130px;
}
#function .function__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #555;
  line-height: 1.2em;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  #function .row .col-4 {
    display: flex;
    align-items: center;
    max-width: 90%;
    float: none;
    flex: none;
    margin: 5px auto;
    height: 80px;
    border-radius: 10px;
  }
  #function .row .col-4 img {
    float: left;
    max-width: 55px;
    max-height: 55px;
    margin: 12px;
  }
  #function .function__text {
    font-size: 1rem;
    text-align: left;
    float: left;
    margin: 20px 0;
    position: relative;
    top: 0;
  }
}
section#professional {
  min-height: auto;
}
