.venue-wrapper {
    padding: 100px 50px;
    position: relative;
    z-index: 0;
    img

{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.row {
    z-index: 2;
    position: relative;
}

h2 {
    margin-bottom: 20px;
    &:nth-child(1)

{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

&:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    color: #fdb54f;
}

&:nth-child(3) {
    font-size: 34px;
    font-weight: 800;
    color: #fdb54f;
}

}

p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
}

a {
    font-size: 32px;
    color: #fdb54f;
    font-weight: 600;
}

}

.venue-light-box div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    justify-items: center;
    align-items: center;
}

.scrure-spot-wrapper {
    padding-block: clamp(1.875rem, 1.1932rem + 3.4091vw, 3.75rem);
    h2

{
    margin-bottom: 10px;
}

p {
    font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
    text-align: center;
}

.view-more-btn {
    max-width: fit-content;
    height: auto;
    min-height: 48px;
}

}

@media(max-width:767px) {
    .venue-wrapper {
        padding: 50px 25px;
        h2

{
    font-size: 25px;
}

a {
    font-size: 20px;
}

}
}
