.rectangle {
    position: absolute;
    /* left: 0; */
    margin-top: -5px;
    margin-left: -40px;
}

.card {
    border-radius: 20px;
}

.events {
    background-image: url(../assets/horica-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.tx-mute {
    color: #A8A8A8;
}

.card-img, .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.ready-to-start {
    border-radius: 20px;
    background-image: url(../assets/lines.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.horeca-img {
    border-radius: 80px;
}

.floating-input>label {
    left: 20px !important;
}

p {
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .ready-to-start {
        background-position: right;
    }

    p {
        font-size: 16px;
    }
}