.td-content h3 {
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    scroll-margin-top: 50px;
}

.td-content h3::before {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-body {
    padding: 0;
}

.card {
    margin-top: 30px;
}

.card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.card-header {
    color: #32a6d3;
    font-weight: bold;
}
