.book-your-space-wrapper {
    .container {
        max-width: 1060px;
    }


}

/* Book A Stand Page css start here */
.book-a-stand-wrapper {
    padding: 50px 0;

    h2 {
        font-size: clamp(1.5625rem, 1.108rem + 2.2727vw, 2.8125rem);
        text-align: center;
        color: #000;
        font-weight: 600;
        margin-bottom: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);
    }

    p {
        text-align: center;
        text-wrap: balance;
        margin-bottom: 10px;
        font-size: clamp(1rem, 0.8409rem + 0.7955vw, 1.4375rem);
        color: #000;

        a {
            color: #c36;
        }

    }

    hr {
        border-color: #000;
    }

    label {
        color: #000;
    }

}


/* Book A Stand Page css End here */