#onetrust-consent-sdk {
    display: none;
}
.sp-about {
    padding: 50px;
}
.sp-about h2 {
    margin-bottom: 20px;
}
.sp-about p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.sp-about hr {
    margin: 25px 0;
}
.sp-about h4 {
    margin-bottom: 20px;
}
.sp-about img {
    width: 100%;
    display: none;
}
.sp-about .sp-text {
    padding-right: 50px;
}
.sp-about .sp-about-bg {
    background: url(https://thewedluxe.com/wp-content/uploads/2025/07/about-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sp-what {
    background: url(https://project.brewingideaz.in/wedluxe/wp-content/uploads/2025/05/banner1-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sp-what2 {
    padding: 50px;
    min-height: 100vh;
    display: flex;
    align-items: end;
    background: #000000b8;
}

.sp-what2 h2 {
    margin-bottom: 20px;
    color: white;
}
.sp-what2 p {
    font-size: 18px;
    line-height: 28px;
    color: white;
}

/* Show the image on mobile devices */
@media (max-width: 768px) {
    .sp-about img {
        display: block;
        width: 100%; /* Optional: adjust the width */
    }
    .sp-about {
        padding: 15px;
    }
    .sp-about .sp-text {
        padding-right: 15px;
    }
    .sp-about .sp-about-bg {
        background: none;
    }
    .sp-about p {
        font-size: 16px;
        text-align: left;
    }
}
