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

.mb-5 {
    margin-bottom: 20px;
}

h1.header {
    font-size: 35px;
    margin-top: 1.4em;
    line-height: 1.3em;
}
h4 {
    font-size: 20px;
    line-height: 1.5em;
}

@media all and (max-width: 767px) {
    h1.header {
        font-size: 28px;
        margin-top: 0.4em;
        line-height: 1.3em;
    }
}
@media only screen and (min-width: 768px){
    .alig-items-center{
        align-items: center;
    }
    .d-flex{
        display: flex;
    }
}
.card-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.1)!important;
}
.card .card-body {
    padding: 2.5rem;
}
.d-flex{
    display: flex;
}
.mb-20px{
    margin-bottom: 20px!important;
}
.mx-auto{
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
    .only-mg-mobile{
        margin-bottom: 20px;
    }
}