.section-title {
    border-bottom: 5px solid #cf0000;
    font-size: 25px;
}
a.section-link {
    background: #cf0000;
    color: #fff;
    display: inline-block;
    margin-top: -46px;
    padding: 5px 20px;
    float: right;
    transition: 0.5s;
}
a.section-link i {
    font-size: 8px;
}
a.section-link:hover {
    text-decoration: underline;
    transition: 0.5s;
}