.top-message-first-img-container {
    width: 100%;
    margin-bottom: 8rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }
}

.paragraph-container-msg {
    margin-bottom: 8rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.9rem;
    }
}

.msg-title {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 900;
    font-size: 2.7rem;
    /* line-height: 39px; */
    letter-spacing: 0.08em;
    color: #000000;
    margin-bottom: 2rem;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
    }
}

.msg-basic-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.flex-container-paragraph-msg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.9rem;
}

.top-message-second-img-container {
    width: 39.5rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin-bottom: 2rem;
    }
}