.discussion-content {
    margin: 24px 37.3px 24px 37.3px;
}

.discussion-content p {
    color: #313134;
    text-align: justify;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.read-more-button {
    position: relative;
    margin: 40px auto 140px auto;
    border: 1px solid #313134;
    width: 100%;
    height: 68px;
    background: url('https://cdn.akimia.com.tw/shopline/products/lab013/icon/arrow-right.svg') no-repeat calc(100% - 24px) center;
    background-size: 24px 24px;
    cursor: pointer;
}

.read-more-button:hover {
    background-color: #ABCBEC;
}

.read-more-button span {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;

    font-family: 'Noto Sans', sans-serif;
    color: #313134;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px; /* 100% */
    letter-spacing: 8px;
}

@media screen and (max-width: 768px) {
    .discussion-content {
        margin: 24px 7.46vw 24px 7.46vw;
    }

    .discussion-content p {
        color: #313134;
        text-align: justify;
        font-family: 'Noto Sans', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .read-more-button {
        position: relative;
        margin: 27px auto 95px auto;
        border: 1px solid #313134;
        width: 100%;
        height: 50px;
        background: url('https://cdn.akimia.com.tw/shopline/products/lab013/icon/arrow-right.svg') no-repeat calc(100% - 16px) center;
        background-size: 18px 18px;
        cursor: pointer;
    }
    
    .read-more-button:hover {
        background-color: #ABCBEC;
    }
    
    .read-more-button span {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0 0 0 20px;
    
        font-family: 'Noto Sans', sans-serif;
        color: #313134;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 100% */
        letter-spacing: 4px;
    }
}