.boxImage svg.bg {
max-width: 100%;
height: auto;
box-sizing: border-box;
vertical-align: top;
}

.boxImg{
width: 1919px;
overflow: hidden;
position: relative;
max-width: 100%;
margin: -119px auto 30px auto;
}

.boxImage{
background: url(../images/bg_image.png) 50% 50% no-repeat;
left: 50%;
transform: translateX(-50%);
position: relative;
width: 1919px;
}
.boxImage .textImg{
width: 930px;
height: 648px;
/*background-color: rgba(0,0,0,0.2);*/
position: absolute;
top:0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 140px;
}
.boxImage .textImg .phone{
position: absolute;
bottom: 0;
right: 0;
}
.boxImage .textImg .phone a:last-child{
margin-left: 60px;
}

.boxImage .textImg .txt{
font-size: 50px;
font-weight: 700;
}
.boxImage .textImg .txt p:first-child{
font-size: 110px;
font-weight: 700;
margin-bottom: 27px;
}

@media screen and (max-width:1300px){
.boxImage{background-size: 1300px auto;width: 1300px;}
.boxImage .textImg .txt p:first-child{font-size: 50px}
.boxImage .textImg .txt{font-size: 25px}
.boxImage .textImg{width: 630px;
height: 439px;
padding: 120px;
max-width: 100vw;
}
.boxImage .textImg .phone a:last-child{

}


}

@media screen and (max-width:1100px){
.boxImg{margin: -70px auto 15px auto}
}

@media screen and (max-width:680px){
.boxImage{background-size: 1920px auto;width: 850px;}
.boxImage .textImg{padding: 20px;width: 100%;display: flex;
flex-direction: column}

.boxImage .textImg .txt{
margin-bottom: 20px;
text-align: center;
}

.boxImage .textImg .phone{position: relative}
}

@media screen and (max-width:560px){
.boxImage .textImg .phone{display: flex;flex-direction: column}
.boxImage .textImg .phone a:last-child{margin: 20px 0 0 0}
}
