/* comapny */

#company dl dt{
    width:20%;
    border-bottom:1px solid #ccc;
    padding:1rem 0;
    color:#1e1a66;
    font-weight:500;
}

#company dl dd{
    width:80%;
    border-bottom:1px solid #ccc;
    padding:1rem 0;
}

/* resposive */
@media screen and ( max-width:800px )
{
#company dl dt{
    width:100%;
    border:none;
    padding:1rem 0 0;
}

#company dl dd{
    width:100%;
    padding:0 0 1rem 0;
}

}