.page-head p.ud{
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #7b7b7b;
  margin-bottom: 50px;
}

.profile{
  padding-bottom: 160px;
}

.profile .bg{
  padding: 65px 0;
  margin-bottom: 60px;
  background: #eff2f6;
}

.profile h2{
  font-family:FrutigerBold,sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.profile .inner{
  max-width: 1280px;
}

.profile ul{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.profile ul:before,
.profile ul::after {
  display: block;
  content:"";
  width: 24%;
  max-width: 300px;
}


.profile ul:before {
  order: 1;
}


.profile ul li{
  width: 24%;
  max-width: 300px;
  background: #1e365f;
}

.profile ul li:nth-child(n + 5){
  margin-top: 50px;
}

.profile ul div{
  min-height: 150px;
  padding: 20px;
  box-sizing: border-box;
}

.profile ul div h3{
  font-family:FrutigerBold,sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 10px;
}

.profile ul div p{
  font-size: 14px;
  line-height: 1.6;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  
  .page-head p.ud{
    font-size: 12px;
    margin-bottom: 30px;
  }

  .profile{
    padding-bottom: 80px;
  }

  .profile .bg{
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .profile h2{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .profile ul:before{
    display: none;
  }
  
  .profile ul::after{
    width: 48%;
  }

  .profile ul li{
    width: 48%;
  }

  .profile ul li:nth-child(n +3){
    margin-top: 20px;
  }

  .profile ul div{
    min-height: inherit;
    padding: 10px;
  }

  .profile ul div h3{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .profile ul div p{
    font-size: 12px;
    line-height: 1.4;
  }
  
}