


.font_us {
    width: 90%;
    height: 50%;
    margin: auto auto;
    -webkit-mask-image: -webkit-gradient(
        linear, left top, left bottom, 
        color-stop(0.05,  rgba(0,0,0,0)),
        color-stop(0.15,  rgba(0,0,0,1)),
        color-stop(0.85,  rgba(0,0,0,1)),
        color-stop(0.95,  rgba(0,0,0,0)));

}

.title_us {
    font-weight: bolder!important;
/*    font-size: 1.9vh!important;*/
     font-size: 2.2vh!important;
    position: relative;
    z:10
}

.title_us_upped {
    top: -45px;
}

.gap-10 {
    width:50%;
    height:10px;
}
.gap-20 {
    width:50%;
    height:20px;
}

.phone_mail {
    width: 100%;
    min-height: 120px;
   /* position: relative;*/
    display: block;
}

.phone_mail p {
     line-height: 25px;
     color: darkgray;
     display: block;
     min-height: 25px;
         vertical-align: middle
}

.phone_mail a {
    text-decoration: none;
    color: white !important;
}