.sticky-post-block .texts h2 {
    margin: 0;
    color: #2560bf;
    font-family: Baskervville;
    font-size: 55px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}

.nav-menu-contact li.blog_menu_link {    
    height: 86px;
    padding-left: 50px;
    padding-right: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;

    a {
        color: #fff;
        font-family: Baskervville;
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
        text-transform: capitalize;
    }
}