#contact-content .title {
    font-size: clamp(24px, 5vw, 61px);
}

#contact-content .content {
    font-size: clamp(14px, 1vw, 16px);
}

#contact-content .address {
    font-size: clamp(18px, 3vw, 28px);
    line-height: 1.3
}
#contact-content .address span{
   font-size: clamp(18px, 3vw, 33px); 
}
#contact-content .phone,
#contact-content .mail {
    font-size: clamp(18px, 2vw, 25px);
}

@media screen and (min-width: 769px) {
    #contact-content {
        min-height: 400px;
        position: relative;
        padding-bottom: 300px;
    }
    #contact-content .elips-content {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    #contact-content .elips-content:hover {
        bottom: 50px !important;
    }
}