img.img-content {
    width: 100%;
}

h2.title-content {
    text-align: center;
}
p.detail-content {
    text-align: center;
}

/*section.block-content {
    text-align: center;
}*/
@media (max-width:480px){
img.img-content {
    width: 100%;
    height: 100%;
}   
h2.title-content span {
    font-size: 55px!important;
    line-height: 60px;
}  
    
}