.ex-block-title {
    font: 32px/40px var(--font-family-b);
    text-align: center;
    margin:0 0 32px;
}

.full-line {
    background: #2B1B35;
    opacity: 0.1;
    margin:64px -100px;
    height:1px;
}
.full-line.max-width {
    margin-left:0!important;
    margin-right:0!important;
}

.link {
    letter-spacing: 1.35px;
    font: 12px/14px var(--font-family-b);
    color: #164CB5;
    margin: 32px 0 0 0;
}
.link.centered {
    text-align: center;
}
.link a {
    color: #164CB5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.link a:hover {
    opacity:0.5;
}
#page-wrapper > .page-content {
    position:relative;
    padding-bottom:64px;
}

@media only screen and (max-width: 1399px) {
    .full-line {
        margin:64px -72px;
    }
}

@media only screen and (max-width: 1259px) {
    .full-line {
        margin:64px -44px;
    }
    .ex-block-title {
        font: 24px/32px var(--font-family-b);
    }
    .ex-block-title.mobile-bl {
        font: 24px/32px var(--font-family-b);
    }
}

@media only screen and (max-width: 759px) {
    .full-line {
        margin:48px -28px;
    }
    .ex-block-title, .ex-block-title.mobile-bl {
        font: 20px/26px var(--font-family-b);
    }
    #page-wrapper > .page-content {
        padding-bottom: 48px;
    }
}


@media only screen and (max-width: 559px) {
    .full-line {
        margin: 47px -12px;
    }
}