.newfs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.newfs .tg-container {
    height: 100%;
}

.newfs__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.newfs__heading {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.newfs__text {
    text-align: center;
}


@media screen and (min-width: 992px) {
    .newfs {
        min-height: 350px;
    }

    .newfs__heading {
        font-size: 32px;
    }
}

@media screen and (max-width: 991.98px) {
    .newfs {
        min-height: 400px;
    }

    .newfs__heading {
        font-size: 28px;
    }
}