.msb_esg_report_wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 24px;
}

.msb_esg_report {
    padding: 40px 0;
    background-color: #1a7f37;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
}

.msb_esg_report_inner {
    padding: 0 40px;
}

.msb_esg_report_title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 24px 0;
    max-width: 600px;
}

.msb_esg_report_btn {
    display: inline-block;
    padding: 10px;
    background: #fff;
    color: #F4600C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #F4600C;
    transition: all 0.3s ease;
}

.msb_esg_report_btn:hover {
    background: #f4600c;
    color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
    .msb_esg_report {
        padding: 32px 0;
        border-radius: 12px;
    }

    .msb_esg_report_inner {
        padding: 0 24px;
    }

    .msb_esg_report_title {
        font-size: 20px;
        margin-bottom: 20px;
        max-width: 500px;
    }

    .msb_esg_report_btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .msb_esg_report {
        padding: 24px 0;
        border-radius: 8px;
    }

    .msb_esg_report_inner {
        padding: 0 16px;
    }

    .msb_esg_report_title {
        font-size: 16px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .msb_esg_report_btn {
        padding: 10px 16px;
        font-size: 13px;
    }
}
