.event-container {
    width: 80%;
    max-width: 800px;
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 30px auto;
    font-family: Arial, sans-serif;
    color: #333;
}


.event-header {
    text-align: center;
    margin-bottom: 20px;
}

.event-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.event-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px auto;
}

.event-details {
    margin-top: 20px;
}

.event-details h3 {
    font-size: 18px;
    color: #444;
    margin-bottom: 8px;
    font-weight: bold;
}

.event-details p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.organizer-section {
    margin: 20px 0;
}

.organizer-logo {
    width: 100px;
    height: auto;
    margin: 10px 0;
    border-radius: 5px;
}

.description-list ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 15px 0;
}

.event-location {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    gap: 5px;
    color: #555;
}

.location-icon {
    font-size: 18px;
    color: #4A90E2;
}

.more-details-link {
    color: #4A90E2;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

@media (max-width: 768px) {

.divider {
    border: none;
    border-top: 2px solid #ddd;
    width: 80%;
    margin: 20px auto;
}

.more-details-link {
    color: #4A90E2;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

}
