.fw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.fw-px-4-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.fw-py-2-5{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
