.service{
    width: 100%;
    max-width: 750px;
    font-size: 0px;
    margin-bottom: -20px;
}

#s_title{
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    background: #1D3367;
}

#s_title p{
    width: 1000px;
    padding-left: 10px;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 80px;
    box-sizing: border-box;
}

.service img{
    width: 100%;
    max-width: 750px;
}

#results{
    width: 100%;
    max-width: 750px;
    margin:0 auto;
}

#results li{
    width: 203px;
    float: 	left;
    margin-right:calc((100% - 609px) / 2);
}

dl#results li:last-child{
    margin-right: 0;
}

.text ul {
    margin-left: 20px;
}
.text ul li{
    list-style-type: disc;

}

@media screen and (max-width: 480px) {


.service{
    width: 100%;
    max-width: 480px;
    font-size: 0px;
    margin-bottom: 10px;
}

#s_title{
    width: 100%;
    margin-bottom: 0px;
    background: #1D3367;
    height: 47px;
}

#s_title p{
    width: 100%;
    max-width: 480px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    box-sizing: border-box;
}

.service img{
    width: 100%;
    max-width: 480px;
}

dl#results{
    width: 100%;
    max-width: 480px;
    margin:0 auto;
}

dl#results li{
    width: 203px;
    margin: 0 auto 10px auto ;
    float: none;
}

dl#results li:last-child{
    margin-right: auto;
    margin-bottom: 0 ;
}

}