.random-bg-container {
    width: 100%;
    height: auto;
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.random-bg-inner {
    text-align: center;
    color: #fff; /* Adjust as needed */
}

.random-bg-heading {
    font-size: 2em;
    margin-bottom: 10px;
}

.random-bg-text {
    font-size: 1.2em;
    line-height: 1.5;
}
