.box_lanser{
box-sizing:border-box;
max-width: 100%;
}

.box_top_lanser{
position: relative;
}

.box_top_lanser::after {
content: "";
position: absolute;
width: 100%;
height: 50%;
top: 0%;
background-color: #FFFFFF;
z-index: -1;
}

.box_image2{
height: auto;
overflow: hidden;
position: relative;
border-radius: 20px;
}
.box_image2>img{
background: none;
border: none;
padding: 0px;
position: static;
max-width: 100%;
height: auto;
}
.content .box_image2>img{
background: none;
border: none;
padding: 0px;
}
.box_image2 .imgOpis{
position: absolute;
left:0px;
right:0px;
color: #FFFFFF;
font-size: 30px;
margin: 0;
text-align: center;
top:35%;
}
.box_image2 .imgOpis img{
max-width: 90%;
height: auto;
}
@media screen and (max-width:840px){
.box_image2 .imgOpis p, .box_image2 .imgOpis span {font-size: 3.5vw !important;}
}
