.bossgoo-index-about7{
    position: relative;
    background-image: url(../images/about7_image_process-format-webp.jpg);
}

.bossgoo-index-about7 .shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    opacity: .75;
}

.bossgoo-index-about7 .wrap{
    position: relative;
    z-index: 2;
    font-family: var(--fontRegular);
    font-size: 16px;
    color: #ffffff;
}

.bossgoo-index-about7 .title{
    /* font-family: var(--fontRegular); */
	font-size: 40px;
	line-height: 1.5;
    text-align: center;
	color: #ffffff;
    font-weight: bold;
}

.bossgoo-index-about7 .text{
    font-family: var(--fontRegular);
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
    margin-top: 20px;
    padding: 0 5%;
}


.bossgoo-index-about7 .btnBox{
    padding: 70px 0 110px;
    display: flex;
    justify-content: center;
}


.bossgoo-index-about7 .btnBox a{
    display: block;
    margin: 0 15px;
    width: 200px;
	height: 46px;
    line-height: 46px;
    text-align: center;
	border-radius: 23px;
	border: solid 1px #ffffff;
    font-family: ArialMT;
	font-size: 20px;
	color: #ffffff;
}

@media only screen and (max-width:767px) {
   
    .bossgoo-index-about7 .title{
        font-size: .44rem;
    }
    .bossgoo-index-about7 .text{
        font-size: .28rem;
        line-height: 2;
        text-align: center;
        height: 160px;
        overflow: hidden;
    }

    .bossgoo-index-about7 .btnBox{
        flex-direction: column;
        align-items: center;
    }

    .bossgoo-index-about7 .btnBox{
        padding: .7rem 0 .9rem;
    }

    .bossgoo-index-about7 .text{
        margin-top: auto;
    }

    .bossgoo-index-about7 .btnBox a{
        font-size: .28rem;
        width: 50%;
        height: .76rem;
        line-height: .76rem;
        margin-bottom: .5rem;
    }
    }