﻿.our-serviceexpo{
    text-align: center;
}
.our-serviceexpo .pic{
    position: relative;
}
.our-serviceexpo .pic img{
    width: 100%;
    height: auto;
}

.our-serviceexpo .serviceexpo-content{
    padding: 0.93em 0;
    background: #ecebeb;
    border-top: 0.15em solid #fff;
    overflow: hidden;
    position: relative;
}


.our-serviceexpo .title{
    font-size: 1.11em;
    color:#0053a3;
    margin: 0 0 0.32em;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}

@media screen and (max-width: 548px){
    .our-serviceexpo{ margin-bottom: 1.25em; }
        .our-serviceexpo .title {
            font-size: 1.05em;
        }
}