@media screen and (min-width: 768px) {
    .content-header {
        width: 100%;
        min-height: 580px;
        background: url("../img/index/topBg.png");
        background-size: 100% 100%;
        position: relative;
    }

    .content-header .logo {
        display: flex;
        padding-top: 20px;
        margin-left: 200px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
    }

    .content-header .logo img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .content-header .header-msg {
        width: 100%;
        padding: 0 200px;
        box-sizing: border-box;
    }

    .content-header .header-msg h1 {
        margin-top: 20px;
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 64px;
        color: #FFFFFF;
        line-height: 1.25;
        letter-spacing: 1px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .content-header .header-msg p {
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 24px;
        color: #F8F8F8;
        line-height: 1.25;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .content-header .header-img img {
        position: absolute;
        bottom: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
    }

    .content-center {
        width: 100%;
        padding: 200px 200px 0;
        box-sizing: border-box;
    }

    .content-center .twoBox {
        width: 100%;
        margin-top: 100px;
        padding: 100px;
        background: #F8F8F8;
        border-radius: 20px 20px 20px 20px;
        box-sizing: border-box;
    }

    .content-center .twoBox .twoBox-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-center .twoBox .twoBox-item img {
        width: 40%;
    }

    .content-center .twoBox .twoBox-item .item-text {
        width: 55%;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #001728;
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .twoBox .twoBox-item .item-text .item-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 48px;
        color: #001728;
        line-height: 50px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 50px;
    }

    .content-center .threeBox {
        margin: 100px auto 0;
        display: flex;
        align-items: center;
    }

    .content-center .threeBox img {
        width: 50%;
    }

    .content-center .threeBox .three-text {
        margin-left: 100px;
    }

    .content-center .threeBox .three-text .three-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 48px;
        color: #001728;
        line-height: 50px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .threeBox .three-text .three-msg {
        margin-top: 50px;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #001728;
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .foreBox {
        margin: 100px auto 0;
        padding: 100px;
        background: #F8F8F8;
        border-radius: 20px 20px 20px 20px;
        box-sizing: border-box;
    }

    .content-center .foreBox .foreBox-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .content-center .foreBox .foreBox-item img {
        width: 40%;
    }

    .content-center .foreBox .foreBox-item .item-text {
        width: 55%;
        margin-left: 50px;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #001728;
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .foreBox .foreBox-item .item-text .item-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 48px;
        color: #001728;
        line-height: 50px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 50px;
    }

    .content-footer {
        background: url("../img/index/footerBg.png");
        background-size: 100% 100%;
        padding: 120px;
        margin-top: 20px;
    }

    .content-footer .footer-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 50px;
        font-style: normal;
        text-transform: none;
    }

    .content-footer .footer-mail {
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 21px;
        font-style: normal;
        text-transform: none;
        margin-top: 30px;
    }

    .content-footer .footer-copyright {
        margin-top: 100px;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }
}

@media screen and (max-width: 767px) {
    img {
        width: 200px;
        height: 100px;
    }

    .content-header {
        width: 100%;
        padding-bottom: 100px;
        background: url("../img/index/topBg.png");
        background-size: 100% 100%;
        position: relative;
    }

    .content-header .logo {
        display: flex;
        padding-top: 20px;
        margin-left: 20px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 28px;
        line-height: 44px;
    }

    .content-header .logo img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .content-header .header-msg {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .content-header .header-msg h1 {
        margin-top: 20px;
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 1.25;
        letter-spacing: 1px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .content-header .header-msg p {
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 16px;
        color: #F8F8F8;
        line-height: 1.25;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .content-header .header-img img {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 160px;
    }

    .content-center {
        width: 100%;
        padding: 100px 20px 0;
        box-sizing: border-box;
    }

    .content-center .twoBox {
        width: 100%;
        margin-top: 100px;
        padding: 20px;
        background: #F8F8F8;
        border-radius: 20px 20px 20px 20px;
        box-sizing: border-box;
    }

    .content-center .twoBox .twoBox-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-center .twoBox .twoBox-item img {
        width: 50%;
        height: 270px;
    }

    .content-center .twoBox .twoBox-item .item-text {
        width: 45%;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #001728;
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .twoBox .twoBox-item .item-text .item-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 32px;
        color: #001728;
        line-height: 40px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 50px;
    }

    .content-center .threeBox {
        margin: 100px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-center .threeBox img {
        width: 100%;
        height: 100%;
    }


    .content-center .threeBox .three-text .three-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 32px;
        color: #001728;
        line-height: 50px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .threeBox .three-text .three-msg {
        margin-top: 20px;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #001728;
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .content-center .foreBox {
        width: 100%;
        margin-top: 100px;
        padding: 20px;
        background: #F8F8F8;
        border-radius: 20px 20px 20px 20px;
        box-sizing: border-box;
    }

    .content-center .foreBox .foreBox-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-center .foreBox .foreBox-item img {
        width: 50%;
        height: 270px;
    }

    .content-center .foreBox .foreBox-item .item-text {
        width: 45%;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #001728;
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content-center .foreBox .foreBox-item .item-text .item-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 32px;
        color: #001728;
        line-height: 40px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 50px;
    }

    .content-footer {
        background: url("../img/index/footerBg.png");
        background-size: 100% 100%;
        padding: 40px;
        margin-top: 20px;
    }

    .content-footer .footer-title {
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 50px;
        font-style: normal;
        text-transform: none;
    }

    .content-footer .footer-mail {
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 21px;
        font-style: normal;
        text-transform: none;
        margin-top: 30px;
    }

    .content-footer .footer-copyright {
        margin-top: 100px;
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

}
