.img-top {
    width: 100%;
    height: 20em;

    object-fit: cover;
}

.top-panel {
    position: relative;
    background-color: var(--color-2);
}

.txt-bde {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;

    color: var(--color-accent-1);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    font-size: 6vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}