.AdColumn {
    margin-right: 25px;
    width: 33%;

    &-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;

        .Help {
            position: relative;
            top: -2px;
        }
    }

    &-card-holder {
        background-color: rgba($white, 0.6);
        border-radius: 2px;
        border-top: 3px solid var(--orange);
        box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 10%);
        min-height: 500px;
        padding-bottom: 1px;
    }
}

.AdColumn:nth-child(3) {
    margin-right: 0;
}

.AdColumn:nth-child(2) .AdColumn-card-holder {
    border-top-color: var(--blue);
}

.AdColumn:nth-child(3) .AdColumn-card-holder {
    border-top-color: var(--green);
}
