.enforce-no-padding {
    padding: 0 !important;;
}

.d-flex {
    display: flex;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column;
}

.align-self-center {
    align-self: center;
}

.icon-checkmark-circle-white-big {
    background-image: url(../img/icons/tick-white-bg.svg);
    background-size: 64px;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    display: block;
}

.circle-number{
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    display: block;
    border-radius: 50%;
    background: #ced6e5;
    padding: 11px 17px;
    color: #fff;
    font-size: 18px;
}
