.text-right{
    text-align: right;
}

.multiline-ellipsis  {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*內文設定*/
/*標題設定*/
.font-title{
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    line-height: 1.5;
    color: #64573a;
    padding-left: 3rem;
    
}
/*標題設定*/
.textbox{
    line-height: 1.5;
    font-style: 1.1rem;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.textbox p{
    padding: 0 3rem;
    padding-bottom: 1rem;
}
.textbox_b p{
    border-bottom: 2px solid #ddd;

}
.textbox_bgw{
    background-color: #fff;
}
.textbox_center{
    text-align: center;
}
.docbox{
    box-sizing: border-box;
    padding: 3rem 1rem;
    
}
.docbox-title{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 2rem;
    
}
.docbox p{
    line-height: 1.6;
    width: 88%;
    max-width: 540px;
    margin: 0 auto;
}
.docbox-title {
    position: relative; 
    z-index: 1;
}
.docbox-title h4{
    padding: 0 1rem;
    background-color: #fff;
    display: inline-block;
}
.docbox-title ::before{
    content: "";
    width: 90%;
    top: calc(50% - 1px);
    left: 5%;
    height: 2px;
    background-color: #ddd;
    z-index: -1;
    position: absolute;
}
.docform p{
    margin-top: 1rem;
    position: relative;
}
.docform p::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c4a46b;
    left: -1rem;
    top: 0.5rem;
}
/*內文設定*/
/*信託銀行*/
.bankbox{
    display: flex;
    justify-content: flex-start;
    padding-left: 4rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.bankbox div:nth-of-type(2){
    width: 130px;
    margin-left: 0.5rem;
}
/*信託銀行*/
/*QA手風琴 QAbox */
.QAbox .accordion .link {
    padding: 8px 15px 8px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6;
    color: #4d4d4d;
    border-bottom: 2px solid  #fff;
    position: relative;
    background-color: #e6e6e6;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.QAbox .accordion .link::before{
    content: "";
    position: absolute;
    background-color: #c4a46b;
    height: 100%;
    width: 8px;
    top: 0;
    left: 0;
}
.QAbox  .accordion li:last-child .link { border-bottom: 0; }
.QAbox  .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.QAbox  .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.QAbox  .accordion li.open .link { color: #c4a46b; }
.QAbox  .accordion li.open i { color: #c4a46b; }
.QAbox .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Submenu-----------------------------*/
.QAbox .submenu {
    display: none;
    background: #fff;
    font-size: 1rem;
    color: #595959;
    line-height: 2;
    padding: 8px 15px 8px 30px;
    overflow: hidden;
}
.QAbox .submenu span{
    display: inline-block;
    width: 2.5rem;
    float: left;

}
.QAbox .submenu p{
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    width: calc(100% - 2.5rem);
    float:right;
}
/*表格設定*/
.form{
    overflow: hidden;
}
.form div.form-left{
    float: left;
    width: calc(28% - 0.5em);
    margin-right: 0.5em;
    border: 0.5px solid #cccccc;
} 
.form div.form-right{
    float: right;
    width: 72%;
} 
.form>div{
    display: flex;
    width: 100%;
    border-top: 0.5px solid #cccccc;
    background-color: #fff;
}
.form>div:last-of-type{
    border-bottom: 0.5px solid #cccccc;
}
.form input{
    padding: 4px 0.5rem;
    border: 0.5px solid #cccccc;
    border-radius: 4px;
    width: 75%;
}
.form input:focus{
    border-color: #c4a46b;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px #f8daa5,0 0 0px #c4a46b;
    box-shadow: inset 0 0px 0px #f8daa5,0 0 0px #c4a46b;
}
.form-items{
    display: flex;
    height: 60px;
    padding: 1rem;
}
.form .form-l-items{
    width: 30%;
    border-right: 0.5px solid #cccccc;
    color: #4d4d4d;
    font-weight: 600;
    justify-content: flex-end;

}
.form .form-r-items{
    width: 70%;
    justify-content: flex-start;
}
/*必須*/
.form>div>.form-must{
    justify-content: space-between;
}
.form div .must{
    background-color: #595959;
    font-size: 0.6em;
    padding: 4px 8px;
    color: #fff;
    margin-right: 0.5rem;
}
/*必須*/
.form button{
    margin: 0 auto;
    margin-top: 2rem;
}
.form .captcha>div{
    height: 100px;
}
.form .captcha>.form-r-items{
    flex-wrap: wrap;
}
.form .captcha>.form-r-items>div{
    display: flex;
    width: 100%;
}
.form .captcha>.form-r-items>div input{
    margin-right: 1rem;
}
.form .captcha>.form-r-items div:nth-of-type(2) {
    width: 100px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    border: solid 1px #CCC;
    border-radius: 4px;
}
.form label{
    margin-top: 0.5rem;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 8px;
    border: solid 1px #CCC;
    border-radius: 4px;
}
.form label input{
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-right: 4px;
}
.form label div{display: inline-block;}
.form .captcha>div:nth-of-type(2)>div>div{
    width: 100px;
    height: auto;
    overflow: hidden;
}
.form .form-title p>span{
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}
.form .form-title p>span span{
    font-size: 1.6rem;
}
.form-contact input
{
    margin: 4px;
}
/*表單分頁*/
.form .tab-form{
    padding: 0.4em;
}
.form .tab-form  div{
    display: inline-block;
}
.form .tab-form li a{
    display: block;
    width: 100%;
    line-height: 1.8;
    color: #4d4d4d;

}
.form .tab-form li a{
    transition: all 0.2s;
}
.form .tab-form li a:hover{
    color: #c4a46b;
}
.tab-icon{
    color: #c4a46b !important;
}
.tab-icon .icon{
    clip-path: polygon(0 0, 0% 100%, 50% 50%);
        width: 10px;
    height: 10px;
    background-color:  #c4a46b;
}
/*表單分頁*/
/*表格設定*/
/*地址add*/
.form .add>div{
    height: 100px;
}
.form .add .form-r-items {
    flex-wrap: wrap;
}
.form .add .form-r-items input{
    width: 4rem;
}
/*地址add*/
/*區間樣式*/
.form div div.form_time div,
.form div div.form_time input{
    margin: 2px;
    display: block;
    width: auto;
    flex-wrap: wrap;

} 
.form div div.form_time input{
    width: 4rem;
}
/*地政式表單*/
.landbox{
    width: 100%;
    margin: 2em auto;
    overflow-x: auto;
    border: 0.5px solid #ccc;
}
.landbox ul{
    background-color: #fff;
    display: flex;
    text-align: center;
    font-size: 0.85em;
}
.landbox ul {
    box-sizing: border-box;
    border-bottom: 0.5px solid #ccc;
    min-width: 900px;
}
.landbox .land-title li{
    border-right: 0.5px solid #ccc;
}
.landbox ul:last-of-type{
    border-bottom: 0;
}

.landbox ul li:nth-of-type(1){
    width: 4%;

}
.landbox ul li:nth-of-type(2){
    width: 15%;

}
.landbox ul li:nth-of-type(3){
    width: 15%;

}
.landbox ul li:nth-of-type(4){
    width: 16%;
}
.landbox ul li:nth-of-type(5){
    width: 16%;
}
.landbox ul li:nth-of-type(6){
    width: 34%;
}
.landbox div{
    padding: 1.6rem 0.5rem;
}
.landbox .land-title li div{
    padding: 1rem 0.5rem;

}
/*新聞*/
.newsbox ul li{
    display: flex;
    justify-content: space-around;
    padding: 1.5rem 2rem;
    border-bottom: 1.5px #999 dashed;
    line-height: 1.5;
    font-size: 1rem;
    box-sizing: border-box;
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #333;
}
.newsbox ul li .newsimg{
    width: 29%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 174px;
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
    
}
.newsbox ul li div{
    width: 68%;
}
.newsbox ul li a{
    display: block;
}

.newsbox ul li h4{
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
}

.newsbox ul li p{
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
}

.newsbox ul li span{
    margin-top: 1em;
    font-size: 0.9em;
    margin-right: 0.3em;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #aaa;
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
}

.newsbox ul li:hover .newsimg img{
    width: 120%;
    margin-top: -10% ;
    margin-left: -10%;
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
}

.newsbox ul li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.newsbox ul li:hover h4{
    color: #c4a46b;
    transition: 0.6s  cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*新聞*/
/*新聞內頁*/

.newspage{
    line-height: 1.7;
    font-size: 1.1rem;
}
.newspage .news-detail-title{
    font-size: 1.8em;
    font-weight: 600;
}
.newspage .news-detail-t1{
    display: flex;
    font-size: 0.9em;
}
.newspage .news-detail-t1 div{
    margin-right: 0.8em;
}

.newspage  .figcaption{
    display: block;

    width: 100%;
    max-width: 650px;
    line-height: 2;
    background-color: #bbb;
    box-sizing: border-box;
    margin-top: -0.6em;
    padding: 0.4em;
    margin-bottom: 0.8em;
}
.newspage  .newsapgeimg{
    width: 100%;
    max-width: 650px;
    overflow: hidden;
}
.reporter{
    font-size: 0.9em;
}
.newspage p{
    margin-bottom: 1em;
}

/*新聞內頁*/

/*ol & ul 設定*/
.list-style {
    border-bottom: 2px solid #ddd;
    padding: 0 3rem;
    padding-left:4rem;
    padding-bottom: 1rem;
}
.list-ol{
    list-style: auto;
}
.list-ul{
    list-style: disc;
}
.list-style li{
    padding-bottom:1rem;
}

/*灰底注意事項*/
.notebox{
    flex-wrap: wrap; 
    background-color: #ccc !important;
    font-size: 1rem;
    padding: 1em;
}
.notebox p{
    font-size: 0.9em;
    line-height: 1.5;
    width: 100%;
}
.notebox p strong{
    font-size: 1.2em;
    font-weight: 600;

}
/*灰底注意事項*/
/*進度條*/
.stepline{
    width: 100%;
    font-size: 1rem;
}
.stepline ul{
    display: flex;
    text-align:  center;
    padding: 0.5em;
}
.stepline ul li{
    width: calc(100% / 7 );
    margin: 0.5em auto;
}
.stepline ul li p{
    font-size: 0.9em;
}
.stepline ul li div{
    width: calc(100% - 1em);
    margin: 0.4em auto;
    height: 1em; 
    background-color: #999;
    position: relative;
}
.stepline ul li div::before{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    border-color: transparent transparent transparent #999;
    right: -0.5em;
}
.stepline ul li div::after{
    content: "";
    position: absolute;
    top: 0em;
    border-width: 0.5em 0 0.5em 0.5em;
    border-style: solid;
    border-color: #999 #999 #999 transparent;
    left: -0.5em;
}
.stepline ul li:first-child div::after{
    border: 0;
    width: 1em;
    height: 1em;
    border-radius: 0.5em 0 0em 0.5em;
    background-color: #999;
}
/*進度條*/
/*已完成進度*/
.stepline ul li.step-action p{
    color: #c4a46b;
}
.stepline ul li.step-action div{
    background-color: #c4a46b;
}
.stepline ul li.step-action div::before{
    border-color: transparent transparent transparent #c4a46b;
}
.stepline ul li.step-action div::after{
    border-color: #c4a46b #c4a46b #c4a46b transparent;
}
.stepline ul li.step-action:first-child div::after{
    background-color: #c4a46b;
}
/*已完成*進度/
/*現在進度*/
.stepline ul li.step-now div{
    background:repeating-linear-gradient(-45deg, 
    #c4a46b 0, #c4a46b 5%, 
    #d6c2a1 5%, #d6c2a1 10%);
}
.stepline ul li.step-now p{
    color: #c4a46b;
}
.stepline ul li.step-now div{
    background-color: #c4a46b;
}
.stepline ul li.step-now div::before{
    border-color: transparent transparent transparent #d6c2a1;
}
.stepline ul li.step-now div::after{
    border-color: #d6c2a1 #c4a46b #d6c2a1 transparent;
}
.stepline ul li.step-now:first-child div::after{
    background-color: #c4a46b;
}

/*現在進度*/
/*進度條*/
/*空div*/
.box{
    width: 100%;
    margin: 2em auto;
    overflow-x: auto;
}
/*空div*/
@media (max-width: 912px){


}

@media (max-width: 660px){
    
    .textbox p{
        padding: 0 1.5rem;
    }
    .form div.form-left{
        float: none;
        width: 100%;
        border-right: 0;
        margin-right: 0em;
        border: 0;
        border-top: 0.5px solid #cccccc;
    } 
    
    .form div.form-right{
        float: none;
        width: 100%;
    } 
    .form .tab-form div span{
        font-size: 0.9em;
        padding: 4px 10px;
    }
    .form .tab-form li {
        margin: 4px 0;
    }
    .form .tab-form li a{
        display: inline;
        font-size: 0.9em;
    }
    .form .tab-form li a::after{
        content: " /";
        color: #4d4d4d !important;
    }
    .form .tab-form li>a:nth-last-child(1)::after{
        content: "";
        display: none;
    }    
    
    /*進度條*/
    .stepline{
        font-size: 0.9rem;
    }
    .stepline ul{
        flex-wrap: wrap;
        padding: 0.2em;
    }
    .stepline ul li{
        width: calc(100% / 4 );
    }
    .stepline ul li:last-child{
        width: 50%;
    }
    /*進度條*/        
    /*新聞*/
    .newsbox ul li{
        font-size: 0.9rem;
        padding: 1em;
    }
    .newsbox ul li .newsimg{
        display: none;
        
    }
    .newsbox ul li div{
        width: 100%;
    }
    .newsbox ul li h4{
        font-size: 1.2em;
        margin-bottom: 0.8em;

    }
    
    /*新聞*/
    /*新聞內頁*/
    .newspage{
        line-height: 1.5;
        font-size: 1rem;
    }
    .newspage .news-detail-title{
        font-size: 1.6em;
    }
    /*新聞內頁*/

}

@media (max-width: 420px){

    /*內文設定*/
    /*標題設定*/
    .font-title{
        padding-left: 1rem;
        
    }
    /*標題設定*/
    .textbox p{
        padding: 0 1rem;
        padding-bottom: 1rem;
    }
    /*內文設定*/

    .bankbox{
        padding-left: 1rem;
    }

    
    /*小選單設定*/
    /*表單設定*/
    .form>div{
        flex-wrap: wrap;
        padding:  0.5rem ;
    }
    .form-items{
        display: flex;
        height: auto;
        padding: 0;
        padding-bottom: 0.5rem;
    }
    .form-items:nth-of-type(1){
        width: 100%;
        border-right: 0;
        justify-content: flex-start;
    }
    .form-items:nth-of-type(2){
        width: 100%;
    }

    .form .captcha>div{
        height: auto;
    }
    .form .captcha>div:nth-of-type(2){
        flex-wrap: wrap;
    }
    .form .captcha>div:nth-of-type(2)>div{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    /*新聞內頁*/

    .newspage{
        line-height: 1.4;
    }
    .newspage .news-detail-t1{
        display: flex;
        flex-wrap: wrap;
        font-size: 0.9em;
    }
    .newspage .news-detail-t1 div{
        margin-right: 0.8em;
    }

    /*新聞內頁*/
        



}

/*index.html 專屬css*/
html, body {
    height: 100%;
    margin: 0;
}
.indexbody{
    display: flex; /*使物件依序排列*/
    flex-direction: column; /*使物件垂直排列*/
}
.indexbody main{
    flex-grow: 1; /*可佔滿垂直剩餘的空間*/
    margin-top: 107px;
    background-color: #e5e5e5;
}

/*首頁大banner*/
.indexbanner .banner img{
    height: 100%;
}
.indexbanner{
    position: relative;
    overflow: hidden;
}
.indexbanner .banner {
    height: 60vh;
    position: relative;
}
.indexbanner .banner::before{
    content: "";
    background-color: #4d4d4d50;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
}
.indexbanner h1{
    top: 0;
    letter-spacing: 4px;
    text-align: center;
    color: #FFF;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 600;
    z-index: 10;
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;

}
.indexmenu>ul{
    height: calc(40vh - 107px);

}
.indexmenu{
    margin-top: 0;
}
.indexmenu> ul > li:hover .dropdown{
    bottom: 3rem;
}
/*首頁大banner*/
/*首頁menu調整*/

/*首頁menu調整*/

.indexfooter{
    margin-top: 0 !important;
}
@media (max-width: 660px){

    .indexbanner .banner{
        height: 40vw;
    }
    .indexbanner .banner::before{
        contain: "";
        display: none;
    }
    .indexbanner h1{
        font-size: 2em;
        position: relative;
        height: 30vh;
        width: 100%;
        color: #c4a46b;

    }
}

@media (min-height: 1100px){

}

@media (min-height: 1180px){
    .indexmenu ul{
        height: 15vh; 
    
    }
}
@media (min-height: 1368px){
    .indexmenu ul{
        height: 10vh;
    
    }
}
.operate {
    overflow:hidden;
    padding:1em;

}
.operate .textbox{
    flex: 0 0 50%;
    max-width: 48%;
    margin: 2vh auto;
    float:left;
    position: relative;
}
.operate .textbox .font-title{
    padding-left:0;
    font-size:1.3rem;
}
.operate .textpic {
    filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.2))
}

.operate .textbox::after{
    content:"";
    width:30px;
    height:40px;
    position:absolute;
    background-image:url(../images/caret-right-solid.svg);
    background-size:cover;
    background-position:center;
}
.operate .textbox:nth-of-type(1){
    margin-right:4%;
}
.operate .textbox:nth-of-type(2){
}
.operate .textbox:nth-of-type(3){
    float:right;
}
.operate .textbox:nth-of-type(4){
}
.operate .textbox:nth-of-type(5){
}
.operate .textbox:nth-of-type(1)::after {
    top:calc(50% - 5px);
    right:-30px;
}
.operate .textbox:nth-of-type(2)::after{
    bottom: -30px;
    left:calc(50% - 15px);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);

}
.operate .textbox:nth-of-type(3):after{
    top:calc(50% - 5px);
    left:-30px;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.operate .textbox:nth-of-type(4):after{
    bottom: -40px;
    left:calc(50% - 15px);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}
.operate .textbox:nth-of-type(5)::after{
    display:none;
}


@media (max-width: 768px){
    .operate {
        overflow:hidden;
        padding:0;    
    }
    .operate .textbox{
        flex: 0 0 100%;
        max-width: 100%;
        margin:0;
        margin: 2vh auto;
        float:none !important;
    }
    .operate .textbox:nth-of-type(1)::after {
        top:auto;
        right:auto;
    }

    .operate .textbox:nth-of-type(3):after{
        top:auto;
        right:auto;
        left:auto
    }

    .operate .textbox:nth-of-type(5)::after{
        display:none;
    }
    

    .operate .textbox::after{
        width:16px;
        height:20px;
        bottom: -16px !important;
        left:calc(50% - 10px ) !important;
        -moz-transform:rotate(90deg) !important;
        -webkit-transform:rotate(90deg) !important;
        -o-transform:rotate(90deg) !important;
        -ms-transform:rotate(90deg) !important;
        transform:rotate(90deg) !important;
    
    }

}

/*團隊介紹*/

.teamwork{

    overflow:hidden;
    padding:1em;
    width:100%;
    max-width:900px;    
    margin:10vh auto;
}
.teamwork ul li{
    
}
.teamwork_list{
    font-size:1.1rem;
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin:-0.8em 0;

}

.teamwork_list h4{
    font-size:1.4em;
    padding:1.8em 1.4em;
    line-hidden:1.8;
    font-weight:600;
    color:#FFFFFF;
    background-color: #B3B3B3;
    border: 1px solid #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.teamwork_list p{
    width: calc( 95% - 7em);
    font-size:1.1em;
    line-height:1.3;
}
/*團隊介紹細部設定*/
/*PC*/
.teamwork ul li:nth-of-type(1) .teamwork_list{
    float:right;
    width:calc(50% + 3.4em );
}

.teamwork ul li:nth-of-type(1) .teamwork_list h4{
    color:#C4A46B;
    background-color: #fff;
}


.teamwork ul li:nth-of-type(2) .teamwork_list{
    float:right;
    padding:0.6em;
    width:50%;
}

.teamwork ul li:nth-of-type(3) .teamwork_list{
    float:left;
    padding:0.6em;
    width:50%;
}
.teamwork ul li:nth-of-type(3) .teamwork_list h4{
    order:1
}

.teamwork ul li:nth-of-type(3) .teamwork_list h4{
    color:#fff;
    background-color: #C4A46B;
}

.teamwork ul li:nth-of-type(4) .teamwork_list{
    float:left;
    width:calc(50% + 3.4em );
}
.teamwork ul li:nth-of-type(4) .teamwork_list h4{
    order:1;
    background-color:#83734c;
}

@media (max-width: 768px){
    .teamwork{
        margin:10vh auto;
        overflow:auto;
        padding:1em 2em;
    }

    .teamwork_list{
        font-size:1.1rem;
        margin:1em auto;
    }

    .teamwork ul li:nth-of-type(1) .teamwork_list{
        float:right;
        width:98%;
        padding:0
    }
    
    .teamwork ul li:nth-of-type(2) .teamwork_list{
        float:right;
        width:98%;
        padding:0
    }
    
    .teamwork ul li:nth-of-type(3) .teamwork_list{
        float:right;
        width:98%;
        padding:0
    }    
    
    .teamwork ul li:nth-of-type(3) .teamwork_list h4{
        order:inherit;
    }

    .teamwork ul li:nth-of-type(4) .teamwork_list{
        float:right;
        width:98%;
        padding:0
    }

    .teamwork ul li:nth-of-type(4) .teamwork_list h4{
        order:inherit;
    }



}

@media (max-width: 548px){

    .teamwork_list{
        font-size:1rem;
    }
    .teamwork ul li:nth-of-type(1) .teamwork_list{
        width:110%;
    }
    
    .teamwork ul li:nth-of-type(2) .teamwork_list{
        width:110%;
    }
    
    .teamwork ul li:nth-of-type(3) .teamwork_list{
        width:110%;
    }    

    .teamwork ul li:nth-of-type(4) .teamwork_list{
        width:110%;
    }


}
@media (max-width: 320px){
    .teamwork_list{
        font-size:0.9rem;
    }


    .teamwork_list h4{
        font-size:1.2em;
        line-hidden:1.2;

    }
    .teamwork_list p{
        width: calc( 95% - 5.5em);
        font-size:1em;
        line-height:1.3;
    }
    .teamwork ul li:nth-of-type(1) .teamwork_list{
        width:123%;
    }
    
    .teamwork ul li:nth-of-type(2) .teamwork_list{
        width:123%;
    }
    
    .teamwork ul li:nth-of-type(3) .teamwork_list{
        width:123%;
    }    

    .teamwork ul li:nth-of-type(4) .teamwork_list{
        width:123%;
    }

}