.gap-3 {
    gap: 30px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-33 {
    margin-bottom: 33px !important;
}

.gap-4 {
    gap: 40px !important;
}

.gy-6 {
    row-gap: 60px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.gap-8 {
    gap: 80px !important;
}

.gy-1 {
    row-gap: 10px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.px-2 {
    padding: 0 20px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.gap-16 {
    gap: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.margin-top-minus-10 {
    margin-top: -10px;
}

.gap-25 {
    gap: 25px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-35 {
    gap: 35px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.gap-1 {
    gap: 10px !important;
}

.p-8 {
    padding: 80px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.gy-2 {
    row-gap: 20px !important;
}
.pt-2 {
    padding-top: 25px !important;
}

@media screen and (min-width: 992px) {
    .mb-lg-2 {
        margin-bottom: 20px !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-6 {
        margin-bottom: 60px !important;
    }
}


@media screen and (min-width: 768px) {
    .mb-md-4 {
        margin-bottom: 40px !important;
    }

    .mb-md-5 {
        margin-bottom: 50px !important;
    }

    .mb-md-8 {
        margin-bottom: 80px !important;
    }

    .gap-5 {
        row-gap: 50px !important;
    }

    .gap-md-5 {
        gap: 80px !important;
    }

    .gap-md-5 {
        gap: 50px !important;
    }

    .gy-md-6 {
        row-gap: 60px !important;
    }

    .mb-md-3 {
        margin-bottom: 30px !important;
    }

    .mb-md-75 {
        margin-bottom: 75px !important;
    }

    .mb-md-25 {
        margin-bottom: 25px !important;
    }

    .mb-md-35 {
        margin-bottom: 35px !important;
    }

    .mb-md-6 {
        margin-bottom: 60px !important;
    }

    .mb-md-110 {
        margin-bottom: 110px !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .gap-md-5 {
        gap: 50px !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .mb-md-2 {
        margin-bottom: 20px !important;
    }

    .px-md-2 {
        padding: 0 20px !important;
    }

    .mb-md-7 {
        margin-bottom: 70px !important;
    }
}

@media screen and (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}