﻿.wrap {
    display: flex;
    text-align: center;
}

    .wrap .card-title {
        align-self: flex-end;
        text-align: center;
    }

.section-title a.active {
    text-decoration: underline !important;
}
