.footer-title-medviewer {
    font-family:'Walkway UltraBold'; 
    color: #e41b47; 
    font-weight: bold; 
    font-size: 48px;
    line-height: 20px;
}
.footer-subtitle-medviewer{
    font-family:'Walkway UltraBold'; 
    color: #8c8b8b; 
    font-weight: bold; 
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-text{
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}