#voiceHead {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
}

#voiceHead h1 {
    margin-top: -130px;
    margin-bottom: 20px;
}

#voiceHead p {
    font-size: 30px;
    max-width: 5px;
    z-index: 2;
}

#voice {
    background-color: #E9F3EF;
    padding-top: 100px;
    z-index: 1;
    margin-top: -95px;
    padding-bottom: 60px;
}

#voice .voiceBox {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#voice .inner2 {
    padding-top: 30px;
}

#voice .inner .photo1 {
    padding-bottom: 40px;
}

#voice .txt h2 {
    font-family: cursive;
}

#voice .txt .p1 {
    font-family: serif;
    font-size: 20px;
    padding-top: 5px;
    z-index: 2;
    position: relative;;
}

#voice .txt .p2 {
    font-family: monospace;
    font-size: 20px;
    line-height: 1.8;
    max-width: 563px;
    padding-top: 20px;
}

#voice .inner .bg_border {
    border-bottom: 10px solid #FEE8DB;
    z-index: 1;
    position: relative;
    max-width: 380px;
    margin-top: -10px;
}

#voice .inner2 .bg_border {
    border-bottom: 10px solid #FEE8DB;
    z-index: 1;
    position: relative;
    max-width: 380px;
    margin-top: -10px;
}

#voice .inner2 .photo2 {
    padding-top: 20px;
}

@media (max-width: 768px) {
    #voiceHead {
        margin-top: 150px;
        padding-left: 20px;
    }

    #voiceHead h1 {
        max-width: 70%;
    }

    #voiceHead p {
        font-size: 22px;
    }

    #voice .inner-img .photo1 img {
        padding-left: 20px;
    }

    #voice .txt {
        padding-left: 20px;
        padding-right: 20px;
    }

    #voice .txt .p1 {
        font-size: 18px;
    }

    #voice .txt h2 {
        font-size: 25px;
    }

    #voice .txt .p2 {
        font-size: 18px;
    }


}