.s9-c {
display:flex;}
.s9-c h3{
    color: #a81b00;
    font-weight: 700;
    width: 100px;}
.s9-c ul{
    width: calc(100% - 100px);}

@media screen and (max-width: 410px){
    .s9-c {
        display: block;}
    .s9-c h3{width:100%;line-height: 36px;}
    .s9-c ul{
       width:100%;}
    .s9-c ul li a{
        text-align:left;}
}


