.gy-80 {
    --bs-gutter-y: 80px;
}

@media (max-width: 1199px) {
    .gy-80 {
        --bs-gutter-y: 20px;
    }
}

.g-40 {
    gap: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ml-40 {
    margin-left: 1.5rem;
}

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

.mt-12 {
    margin-top: 12px;
} 

.mt-24 {
    margin-top: 24px;
}

.g-8 {
   gap: 8px;
}
