h1.title {
    line-height: 1;
    font-size: 1.7em;
    margin-top: 1rem;
}
#board_info {
    margin-bottom: 2rem;
}

.year {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 1rem;
}

#current {
    font-weight: 600;
}

#curr_title {
    font-size: 1.5em;
}

.attachments,
#curr_note {
    font-size: 1.2em;
    line-height: 2;
}

#curr_note {
    line-height: 1.5;
    padding-top: 1rem;
}

.year,
.attachments {
    color: #2478CC;
}
/*.btn_board_portal {
    position: absolute;
    top: 34px;
    right: -200px;
}*/
content-right .btn {
    font-size: 1.5em;
    font-weight: 600;
    padding: 8px 16px;
    &:first-of-type {
        margin-right: 16px;
    }
    
}
.container .row .content-right {
    padding-top: 72px;
}
@media only screen and (max-width: 1199px) {
    h1.title {
        font-size: 1.4em;
    }
    .content-right .btn {
        font-size: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .content-right .btn {
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 767px) {
    h1.title {
        margin-top: 2rem;
        font-size: 1.2em;
    }
    .content-right a.btn {
        width: 95%;
        padding: 0 4px;
        &:not(:last-of-type) {
            margin-right: 0;
            margin-bottom: 8px;
        }
    }
    .year, .attachments, #curr_note {
        font-size: 1em;
    }
    .btn_board_portal {
      top: 8px;
    }
}