.box-hero .cont-txt .tit::after {
display:none;    
}
.main .cont_enc{
    margin:0;
}

.box-hero .cont-txt .tit {
 font-family:coves_bold-webfont;
 font-size:56px;
 margin-bottom:32px;
color:#000;
}
.box-hero .cont-txt .baj {
font-family: 'quicksand-regular', sans-serif;
font-size:18px;
color:#000;
text-transform:none;
}
.box-hero .img-wrap:before {
    background:none;
}
.box-hero .cont-txt::before {
    background:none;
    
}
.img.desktop{
    display:block;
}
.img.mobile{
    display:none;
}
@media (max-width: 989px){
    .box-hero .img-wrap img {
    height: auto;
    }
.box-hero .cont-txt .tit {
    font-family: coves_bold-webfont;
    font-size: 24px;
    margin-bottom: 16px;
    color: #000;
}
.box-hero .cont-txt {
   background-color:rgba(0,0,0,0);  
   margin-top: -160px;
    
}
.img.desktop{
    display:none;
}
.img.mobile{
    display:block;
}
}