.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 1224px) {
    .equal [class*=col-] {
       /* background-color: red; */
    }
}

.bg-gray {
    background-color: #fafafa !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.p-0 {
    padding: 0!important;
}

.h-100 {
    height: 100%!important;
}

.w-100 {
    width: 100%!important;
}

h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.8rem;
}
h3, .h3 {
    font-size: 1.6rem;
}
h4, .h4 {
    font-size: 1.4rem;
}
h5, .h5 {
    font-size: 1.2rem;
}

h6, .h6 {
    font-size: 1rem;
}
.text-green, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4AC5B6 !important;
    line-height: 1.2em;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #757575 !important;
}

.text-blue {
    color: #35d0dc !important;
}
