#block_280 {
    position: relative;
    z-index: auto;
    width: 100%;
    display: flex
;
    min-height: auto;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
}
.block-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-color: transparent;
    background: #ffffff;
    color: rgba(12, 48, 91, 1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: none;
    box-shadow: var(--card_box_shadow);
}