* {
    font-family: 'Myriad Pro-Regular';
}

.back{
    width: 100% ;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
}

.section1 {
    margin-top: 0px;
}

.section1 .img1{
    position: relative;
    height: 1000px;
    width: 100% ;
    background-image: url("../img/c_02.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.section1 .img1 .text1{
    position: absolute;
    left: 7%;
    top: 95px;
    width: 58%;
    height: 80%;
    padding: 15px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
    /*background-color: transparent;*/
}

.text1{
    position: absolute;
    left: 7%;
    top: 95px;
    width: 58%;
    height: 80%;
    padding: 15px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
}

.text2{
    position: absolute;
    left: 10%;
    top: 40px;
    width: 32%;
    height: 100%;
    padding: 15px 15px;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: transparent;
    overflow: auto;
}
.text1 div {
    font-size: 40px;
}
.text1 P {
    font-size: 18px;
}
.text2 p {
    font-size: 18px;
}
/* @media screen and (max-width: 1400px) and (min-width:1200px){
    .text1 {
        width: 68%;
    }
    .text1 div {
        font-size: 30px;
    }
    .text1 P {
        font-size: 16px;
        line-height: 180%;
    }
    .text2 {
        width: 50%;
    }
    .text2 p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .text1 {
        width: 68%;
    }
    .text1 div {
        font-size: 30px;
    }   
    .text1 P {
        font-size: 16px;
        line-height: 180%;
    }
    .text2 {
        width: 45%;
    }
    .text2 p {
        font-size: 14px;
        line-height: 180%;
    }
} */
.section1 .img1 .text1 p{
    /* font-size: 150%; */
    /*font-size: 2.3vh;*/
    text-indent: 30px;
    margin-top: 14px;
    text-align: center;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}

.section2{
    margin-top: 0px;
}

.section2 .img2{
    position: relative;
    height: 915px;
    width: 100%;
    background-image: url("../img/c_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section2 .img2 .text2{
    position: absolute;
    left: 10%;
    top: 95px;
    width: 32%;
    height: 100%;
    padding: 15px 15px;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: transparent;
    overflow: auto;
}

.section2 .img2 .text2 p{
    /*font-size: 1.3125rem;*/
    font-size: 150%;
    text-align: left;
    color: black;
    /*padding-right: 30px;*/
}

.word{
    font-weight: 800;
    font-size: 2.815rem;
    color: black;
	margin-top: 50px;
	margin-left: 50px;
    text-indent: 100px;
}

.wordtitle1{
    padding-top: 15px;
    font-size: 75px;
    text-align: center;
    font-weight: bold;
    color: black;
}

.wordtitle2{
    padding-top: 25px;
    font-weight: bold;
    font-size: 60px;
    color: black;
    text-align: center;
}

.wordtitle3{
    padding-top: 25px;
    font-weight: bold;
    font-size: 2vh;
    color: black;
    text-align: left;
}

.redword{
    color: red;
    font-weight: bold;
}

.centerword{
    font-size: 60px;
    text-align: center;
}

.boldword{
    font-weight: bold;
    color: #000000;
}