#vermas { position: relative; }

#vermas .auxi .cont-tit .tit {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #414141;
    margin: 0 auto;
}
#vermas .auxi .cont-tit .baj {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #414141;
}
#vermas .auxi .cont-tit .cont-btn .btn-main.btn-outline {
    padding:15px 10px !important; 
    font-size: 15px !important;
    line-height: 18px !important; 
    font-family: var(--font-bold);
    text-transform: uppercase;
}
#vermas .cont-tit .cont-btn {
    text-align: center !important;
    padding: 30px 15px 0 !important;
    width: auto !important;
    display: table !important;
    margin: 0 auto !important;
    min-width: 250px !important;
}
#vermas .cont-tit {
    top: 60px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 20px;
}
#vermas .auxi .cont-tit .baj {
    max-width: 800px;
    margin: 0 auto 40px;
}
#vermas .cont-tit .cont-btn {
    text-align: center;
    padding: 30px 0 0;
}
#vermas .auxi .cont-tit .cont-btn .btn-main.btn-outline {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #000000;
    font-family: avenirnextltpro-bold, sans-serif;
}
#vermas .auxi .cont-tit .cont-btn .btn-main.btn-outline:hover { color: #ffffff; }
#vermas .img-wrap { position: relative; }
#vermas .img-wrap img { margin: 0 auto; display: table; }
#vermas .img-wrap:before {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
#vermas .img-wrap .imag-mobile { display: none; }

@media only screen and (max-width:855px) {
    #vermas .cont-tit {
        display: block; 
        position: relative; 
        top: 0; 
        top: 27px;
        margin: 0;
    }
    #vermas .img-wrap img {
        /*height: 400px;*/
        width: 100%;
        position: relative;
        object-fit: cover;
        object-position: 50% 20%; 
        position: relative; 
        top: 0;
    }
}
@media(max-width:767px) { 
    #vermas .auxi .cont-tit .tit {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-bottom: 16px;
    }
    #vermas .img-wrap .imag-mobile { display: block; }
    #vermas .img-wrap .imag-desktop { display: none; }
}
