*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    background-color: #e6e6e6;
    font-family: Open Sans;
  }
  .image{
    width: 100%;
    border-radius: 6px;
  }
  header{
    background: url(https://picsum.photos/id/1021/1366/500) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 150px 0;
    color: #fff;
  }
  header h1{
    font-size: 48px;
  }
  .wrap{
    margin: 30px;
    column-count: 4;
    column-gap: 30px;
  }
  .wrap .item{
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 5px 25px #d4d4d4;
    break-inside: avoid;
  }
  p{
    font-size: 14px;
    line-height: 24px;
    color: #3a3c46;
    font-weight: 500;
    padding: 15px 0 0;
  }
  
  @media (max-width: 980px){
    .wrap{
      column-count: 3;
    }
  }
  @media (max-width: 768px){
    .wrap{
      column-count: 2;
    }
  }
  @media (max-width: 575px){
    .wrap{
      column-count: 1;
    }
  }

  
.eleven h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}
.hr-line-dashed {
  border-top: 2px solid #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
