.h-200px {
    height: 200px;
}

.h-260px {
    height: 260px;
}

.h-230px {
    height: 230px;
}

.w-3774px {
    width: 3774px;
}

.mt-n70px {
    margin-top: -70px;
}

.mt-n100px {
    margin-top: -100px;
}

.mt-n130px {
    margin-top: -130px;
}

.zindex-2 {
    z-index: 2;
}

.zindex-5 {
    z-index: 5;
}

.text-decoration-underline-primary {
    text-decoration: underline var(--mdb-primary);
}

.jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}