

.section-title{

    flex-direction: column;



}



.section-title-en{

    align-self: flex-start;

}



.section-title-con{

    align-self: flex-end;

    width: 40%;

    padding-right: 1em;

    margin-right: 2%;

}



.brand-row{

    width: 100%;

    display: flex;

    justify-content: space-between;

    /*align-items: flex-end;*/

    align-items: center;

    border-bottom: 1px solid #E88100;

    padding:10rem 0;

}

.brand-row:last-child{

    border-bottom: none;

}

.brand-row.even{

    flex-direction: row-reverse;

}



.brand-pic{

    width: 50%;

    display: flex;

    justify-content: flex-end;

}

.brand-row.even .brand-pic{

    justify-content: flex-start;

}

.brand-pic img{

    max-width: 650px;

    width: 100%;

}

.brand-content{

    width: 45%;

}

.brand-content h3{

    color: #000;

    font-size: 3.6rem;

    font-weight: 700;

    line-height: 1.25em;

}



.brand-content h3 span{

    display: block;

    font-style: normal;

    font-weight: 300;

}

.brand-content .hashtag-list{

    margin:2rem 0;

}

.brand-content .hashtag-list a{

    background: #fff;

    color: rgba(232, 129, 0, 1);

    font-size: 2rem;

    border-radius: 1.5rem;

    line-height: 2em;

    display: inline-block;

    padding: 0 1.5em;

    margin: 0.6rem 1rem 0.6rem 0;

    font-weight: 500;

    border: 1px solid rgba(232, 129, 0, 1);

    text-decoration: none;

}   

.brand-content p{

    color: #000;

    font-size: 1.8rem;

    line-height: 2em;

    font-weight: 400;

}   

.brand-content > a{

     background: rgba(232, 129, 0, .8);

    color: #FFF;

    font-size: 1.6rem;

    font-weight: 500;

    line-height: 3em;

    display: inline-block;

    padding: 0 2em;

    margin-top: 2em;

    border-radius: 2.5rem;

    text-decoration: none;

}

.brand-content .hashtag-list a:hover,.brand-content > a:hover{

    background: rgba(232, 129, 0, .7);

    color: #FFF;

    border-color: #FFF;

}





@media (max-width: 767px){

    .section-title{padding-bottom: 0;}

    .brand-row,.brand-row.even{flex-direction: column;}

    .brand-pic{width: 100%;}

    .brand-content{width: 100%;display: flex;flex-direction: column;}

    .brand-content a{position: relative;display: block;align-self: flex-end;margin-top: 2rem;}

    .brand-content{margin-top: 5rem;}

    .brand-content h3{font-size: 30px;}

    .brand-content p, .brand-content a{

        font-size: 16px;

    }

    .brand-content .hashtag-list a{font-size: 14px;}

}