.questions {
    /* border: 2px solid rgb(var(--brand-clr-4)); */
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 0 1rem;
    overflow: hidden;
    /* background-color: rgba(var(--brand-clr-4), 0.1); */
    position: relative;
}

.questions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    /* background-color: rgb(var(--brand-clr-4)); */
}

.questions .bi.bi-quote::before {
    color: rgb(var(--brand-clr-4));
    position: relative;
    top: -0.5rem;
}

.questions p {
    font-size: 2.5em;
    filter: drop-shadow(2px 2px 0px white) drop-shadow(1px 1px 0px rgba(33, 37, 41, 0.5));
    position: relative;
}

.questions .btn {
    color: rgb(var(--text-clr-1));
}

.questions p,
.questions .btn {
    margin-left: 1rem;
}