.box_image{
height: 250px;
overflow: hidden;
position: relative;
max-width: 1920px;
margin: 2px auto 0 auto;
}

.box_image:after{
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-bottom: 2px solid #48BA8A;
}

.box_image>img{
background: none;
border: none;
padding: 0;
position: absolute;
visibility: hidden;
}
.content .box_image>img{
background: none;
border: none;
padding: 0px;
}
.box_image .imgOpis{
position: absolute;
left:0px;
right:0px;
top:0px;
bottom: 0px;
color: #FFFFFF;
font-size: 30px;
margin: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.box_image .imgOpis h1.main-title {
padding: 0;
margin: 0;
font-size: 40px;
color: #20523D;
}
.box_image .imgOpis h1.main-title span{
display: block;
font-size: 24px;
font-weight: 500;
color: #3E9E76;
}

.box_image h1.main-title::after {
display: none;
}

@media screen and (max-width:1200px){
.box_image{
height: 200px;}
}
