.m-9 {
    background: #E8EAEF;
}

.m-9--2 {
    background: #fff;
}

.m-9-flex {
    display: flex;
    justify-content: space-between;
}

.m-9-left {
    width: 310px;
    max-width: 100%;
}

.m-9-right {
    width: 818px;
    max-width: calc(100% - 380px);
}

.m-9-title {
    color: rgba(9, 14, 24, 1);
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.2px;
    text-align: left;
    margin-bottom: 40px;
}

.m-9-title-2 {
    color: rgba(12, 20, 33, 1);
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -1.4px;
    text-align: left;
    margin-bottom: 40px;
    width: 817px;
    max-width: 100%;
}

.m-9-text {
    color: rgba(12, 20, 33, 0.3);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: left;
    width: 453px;
    max-width: 100%;
}

.m-9-left-image {
    margin-top: 56px;
}

@media screen and (max-width: 992px) {
    .m-9-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .m-9-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .m-9-right {
        width: 100%;
        max-width: 100%;
    }

    .m-9-title {
        color: rgba(9, 14, 24, 1);
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.9px;
        text-align: left;
        margin-bottom: 24px;
    }

    .m-9-title-2 {
        color: rgba(9, 14, 24, 1);
        margin-bottom: 12px;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.7px;
        text-align: left;
    }

    .m-9-left-image {
        width: 420px;
        max-width: 100%;
        margin-top: 24px;
    }

    .m-9-left-image img {
        display: block;
        width: 100%;
        height: auto;
    }

}