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

.flex-wrapper.justify-start {
    justify-content: flex-start;
}

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

.b-radius {
    border-radius: 10px;
}

.list-style-none {
    list-style: none;
    padding-left: 0;
}

.p-1 {
    padding: 0.25em;
}

.p-2 {
    padding: 0.5em;
}

.p-3 {
    padding: 0.75em;
}

.p-4 {
    padding: 1em;
}

.p-8 {
    padding: 2em;
}

.p-16 {
    padding: 4em;
}

.p-1 {
    padding: 1em;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33%;
}

.w-50 {
    width: 50%;
}

.w-66 {
    width: 66%
}

.w-75 {
    width: 75%;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.mt-6 {
    margin-top: 6em;
}

.mb-0, .entry p.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}

.mb-6 {
    margin-bottom: 6em;
}


@media (max-width: 767px) {

    .w-tablet-33 {
        width: 33%;
    }

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

    .tablet-w-full {
        width: 100%
    }

}

@media (max-width: 479px) {

    .w-mobile-50 {
        width: 50%;
    }

}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}