.subPage_header {

    width:100%;
    height:458px;
    background-image:url('./files/elements/home.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0px auto;

}

.main {

    width:100%;
    min-height:100px;
    background-color:white;
    padding-top:49px;
    padding-bottom:41px;
    margin:0px auto;

}

.main h1 {

    font-size:25px;
    font-weight:700;
    text-align:center;
    margin-bottom:14px;

}

.main h2 {

    font-size:22px;
    font-weight:500;
    text-align:center;
    color:rgba(40,40,40,0.90);
    margin-bottom:14px;

}

.main a {

    text-decoration:none;
    color:inherit;

}

.main a:visited {

    text-decoration:none;
    color:inherit;

}

.main .content {

    margin-top:35px;

}

.main .left_portrait {

    width:370px;
    min-height:100px;
    float:left;

}

.main .left_portrait img {

    width:370px;
    height:auto;

}

.main .right_text {

    width:830px;
    min-height:100px;
    float:left;
    padding-left:39px;

}

.main .right_text h3 {
    
    font-size:25px;
    font-weight:500;
    color:rgba(38,38,38,1.0);
    padding:0;
    margin:0;

}

.main .right_text p {

    font-size:18px;
    font-weight:400;
    line-height:29px;

}

@media screen and (max-width:1260px) {
    
    .main .content {
    
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    
    }

    .main .left_portrait {

        width:100%;
        min-height:100px;
        float:left;
        text-align:center;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);

    }

    .main .left_portrait img {

        width:370px;
        height:auto;

    }

    .main .right_text {

        width:100%;
        min-height:100px;
        float:left;
        padding-left:0px;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);

    }

}