.S_msg_main {
    margin-top: 30px;
    margin-bottom: 10%;
}

.S_msg_main .msg_title,
.S_msg_main .msg_title a {
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 76px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.S_msg_main .msg_title h1{font-size: inherit;}

.S_msg_main .msg_title {
    position: relative;
}

.S_msg_main .msg_wrap {
    margin-top: 70px;
    position: relative;
    background-image: url(../img/msgbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px;
    padding-bottom: 140px;
}

.S_msg_main .msg_wrap .msg_avatar {
    position: absolute;
    top: -65px;
    right: -32px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

@media (max-width:1200px) {
    .S_msg_main .msg_wrap .msg_avatar {
        right: -15px;
    }
}

.S_msg_main .msg_wrap .msg_avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.S_msg_main .msg_wrap .msg_content {
    position: relative;
}

.S_msg_main .msg_wrap .msg_content .call {
    font-family: 'Arial-Bold';
    font-weight: normal;
    font-size: 22px;
    color: #E7780D;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_msg_main .msg_wrap .msg_content .text {
    font-family: 'Arial';
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_msg_main .msg_wrap .msg_content .text p {
    margin-bottom: 20px;
}



.S_msg_main .msg_wrap .msg_content .text p:nth-last-child(2) {
    margin-bottom: 0;
}

.S_msg_main .msg_wrap .msg_content .sign {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 76px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}


@media only screen and (max-width: 950px) {
    .S_msg_main {
        margin-bottom: 15%;
    }

    .S_msg_main .msg_wrap {
        margin-top: 80px;
        padding: 30px;
        padding-top: 65px;
        background-image: url(../img/m-msg-bg.png);
        padding-bottom: 70px;
    }

    .S_msg_main .msg_wrap .msg_content .call {
        font-size: 18px;
    }

    .S_msg_main .msg_wrap .msg_content .text {
        font-size: 16px;
    }

    .S_msg_main .msg_wrap .msg_avatar {
        position: absolute;
        top: -30px;
        right: 0px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .S_msg_main .msg_wrap .msg_content .sign {
        font-size: 18px;
    }

    .foot_bottom {
        padding-top: 210px !important;
    }
}