.under-construct {
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    font-family: "Uni sans";
}
.under-construct div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    border-radius: 50px;
    background-color: aliceblue;
    text-align: center;
    margin: 20px;
    min-height: 500px;
    max-width: 500px;
    width: 100%;
    gap: 30px;
    box-shadow: 0px 0px 55px 25px #1e391d;
}

.gtpp-site-bg {
    background: url("../assets/construct/IMG_1785.jpg") center center no-repeat;
    background-size: cover;
}

.benefit-title {
    background-color: white;
    display: block;
    color: black;
    width: 100%;
    margin: 10px;
}