.section-interior .container {
    background-color: #fff;
    padding: 1em 2em;
}

.section-interior .container .title {
    font-size: 22px;
    font-weight: 400 !important;
}

.section-interior .container .cafa-section {
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
}

.section-interior .container .cafa-section:last-child {
    border-bottom: none;
}
#home #corporate-restructuring-detail-hero .hero-info {
    padding: 2em 0;
}
.s-mobile {
        display: none;
    }

@media (max-width:480px) {
    #home #corporate-restructuring-detail-hero .hero-info {
    padding: 3em 0;
}
    .case-section {
        padding: 0;
    }
    .h-mobile {
        display: none;
    }
    .s-mobile {
        display: block;
        font-weight: 400;
    }
    .cafa-section .col-md-3 {
        margin-bottom: 10px;
    }
}