.big-title{
     font-size: 27px;
    line-height: 55px;
    text-align: center;
    margin: 15px;
    -webkit-font-smoothing: antialiased!important;
    color: #181348;
    font-weight: bold;
    letter-spacing: 2px;
}
.highlighted {
    display: inline-block;
    padding: 0px 2px;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: 600;
    color: black;
}
.service {
    width: 100%;
    height: 310px;
    position: relative;
    padding: 0;
    float: left;
    vertical-align: middle;
    margin: 10px;
    background-size: cover;
}
.service-l, .service-r{
    -webkit-background-size: cover;
    background-size: cover;
}
.register {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    border-top: 1px solid #bdbdbd;
    background: rgba(58, 51, 51, 0.67);
    color: white;
    font-size: 16px;
    line-height: 1.1;
    display: table;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8%;
}
.register span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.service-t{
    margin-bottom: 35px;
}