

@media (min-width: 768px) {
   .ftl-101 .body-box {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ftl-101 .body-box .summary-box {
        width: 80%;
        color: #000;
    }

    .ftl-101 .body-box .content-box {
        width: 80%;
        color: #000;
    }
}