.c-white {
    color: white;
}

.display-none {
    display: none;
}

.display-inline-block {
    display: inline-block;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-t-5px {
    margin-top: 5px;
}

.m-b-10px {
    margin-bottom: 10px;
}

.m-t-10px {
    margin-top: 10px;
}

.m-t-30px {
    margin-top: 30px;
}

.m-t-80px {
    margin-top: 80px;
}

.m-b-40px {
    margin-bottom: 40px;
}

.p-t-5px {
    padding-top: 5px;
}

.p-t-10px {
    padding-top: 10px;
}

.p-t-20px {
    padding-top: 20px;
}

.p-l-20px {
    padding-left: 20px;
}

.p-t-40px {
    padding-top: 40px;
}

.p-b-10px {
    padding-bottom: 10px;
}

.p-b-20px {
    padding-bottom: 20px;
}

.p-b-40px {
    padding-bottom: 40px;
}

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