
.company-title{
    font-size:3.2rem;
}
.cw_fline{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cw_fline .ce_line{
    width: 60px;
    border: 0px solid rgba(173, 30, 22, 1);
    border-top-width: 6px;
}
.company-content{
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
	background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.company-content-left{
    padding: 10px;
    width: 50%;
}
.company-content-left p{
    line-height: 2;
}

.company-content-right{
    width: 50%;
}
.company-content-right img{
    width: 100%;
}
.card-panel{
    position: relative;
    margin-top: 70px;
}
.card-panel .w_fline{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}
.card-panel .w_fline .e_line{
    width: 40px;
    border: 0px solid rgba(173, 30, 22, 1);
    border-top-width: 100px;
}
.card-panel .card-content{
    color: #fff;
    margin-left: 30px;
    padding: 30px;
    position: relative;
    z-index: 2;
    background-color: rgba(52, 55, 60, 1);
    box-shadow: 0 0 15px 4px #0000003b;
}

.card-content-title{
    font-size: 2.0rem;
    font-weight: bold;
    /*margin-top: 30px;*/
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}
.card-content-content{
    margin-top: 20px;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    /*margin-bottom: 20px;*/
}


/*
	less than 767px;--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .company-content{
        width: 100%;
        display: block;
    }
    .company-content-left{
        padding: 10px;
        width: 100%;
    }
    .company-content-left p{
        line-height: 2.4;
    }
    .company-content-right{
        width: 100%;
    }
    .company-content-right  img{
        width: 100%;
    }
}

		
  