
.nls-general-block-b .nls-block-wrapper {
    width: 100%;
    max-width: 100%;
}
.nls-general-block-b .nls-block-container {
    display: flex;
    gap: 2px;
    position: relative;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;
    min-height: 500px;
}
.nls-general-block-b .nls-block-content {
    align-content: center;
    position: relative;
    padding: 85px;
    background-position: center;
    background-size: cover;
}
/* .wp-block-custom-general-block-b .nls-block-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333A6;
    z-index: 1;
} */

.nls-general-block-b .nls-block-content img {
    width: 100%;
}
.nls-general-block-b .nls-title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 133.333% */
    margin: 0;
    position: relative;
    z-index: 9999;
}
.nls-general-block-b .nls-desc {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
     position: relative;
    z-index: 9999;
}
.nls-general-block-b .nls-block-content-link{
    position: relative;
    z-index: 99;
}
.page-id-2 .wp-block-custom-general-block-b .nls-block-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.75));
    z-index: 1;
}