@media screen and (max-width: 600px) {
    .btn_detail {
        margin-top: 4px;
        border-radius: 3px;
        line-height: 1;
        display: inline-block;
        padding: 9px 10px;
        width: 48%;
        margin-bottom: 8px;
    }
    .col-xs-6{
        width:100%;
    }
    .listcontainer{
        font-size: 1.5rem;
    }
    .topspace10 .col-xs-offset-3 {
        margin-left: 0;
    }
    .insurance{
        left:auto;
        right:0px;
    }
}
