.fw-bold {
    font-weight: bold;
}

.qa-title {
    position: relative;
    padding-left: 0.7em;
}

.qa-title::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #000;
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
}

.d-flex {
    display: flex;
    align-items: start;
    column-gap: 1em;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
