/* ==================== DESCRIPTION SECTION STYLES ==================== */
.society-description-relocated {
    padding: 160px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/packed_room_khatija.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

.description-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.society-description-relocated h2 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
}

.society-description-relocated p {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 300;
}

@media (max-width: 768px) {
    .society-description h2 {
        font-size: 2.5rem;
    }

    .society-description p {
        font-size: 1.1rem;
    }
}