.card {
    border: 0;
}

.lp-section1 {
    background-image: linear-gradient(143deg, #273F4F 0%, #21252A 100%)
    }

.fs-7 {
    font-size: small;
}

.pointer {
    cursor: pointer;
}

.card-selected-start {
    border-left: 7px solid var(--bs-primary);
}

.h-over-top {
    position: relative;
    top: 12px;
    z-index: 90;}