
.flex-row{
    display: flex;
    flex-direction: row;
    column-gap: var(--default-col-gap);
}

.flex-col{
    display: flex;
    flex-direction: column;
    row-gap: var(--default-row-gap);
}

.push-right{
    margin-left: auto;
}

.spacer-no-mobile {
    margin-bottom: 10px;
    height: 10px;
    width: 100%;
}

.box-white-content
{
    background: white;
}
