.t-bold {
    font-size: 2rem;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    color: #1565C0;
    background-color: #eeeeee;
    font-weight: bold;
    border-color: #eeeeee !important
}

.mar-t135 {
    margin-top: 135px;
}

.mar-b7 {
    margin-bottom: 7rem;
}

@media (max-width: 575px) {
    .my-5 {
        margin: 65px 0px !important;
    }

    .fixed-bottom {
        position: static
    }
}