.interpret-service{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  
    
}
.service-content{
    /* font-size: 14px; */
    font-family: 'museo',serif;
    padding: 20px;
}
.contain-service{
    width: 400px;
    background-color: #ebedf2;
}