.list-style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em;
}

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

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

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.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%;
}

.w-80 {
    width: 80%;
}

.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;
}

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

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

.entry .mb-2, .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: 991px) {
    .large-flex-col-reverse {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
}

@media (max-width: 600px) {
    .wp-col-reverse-mobile {
        flex-direction: column-reverse;
    }

}
@media (max-width: 767px) {

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

}

@media (max-width: 479px) {
    .mobile-w-full {
        width: 100%;
    }

}