.sponsor-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.sponsor-left, .sponsor-right {
    flex: 1 1 300px;
    min-width: 280px;
}

.event-image-box {
    text-align: center;
    margin-bottom: 20px;
}

.event-image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #ccc;
}

.sponsorship-details {
    background-color: #f9f3eb;
    padding: 18px;
    border-left: 6px solid #9D3E12;
    border-radius: 8px;
}

.sponsorship-details h2 {
    color: #9D3E12;
    margin-bottom: 10px;
}

.sponsorship-details .thank-you {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #9D3E12;
    font-weight: bold;
}

.logo-img {
    max-width: 160px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.social-icons {
    margin-top: 10px;
}

.social-icons img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    vertical-align: middle;
}

.sponsor-title {
    font-size: 2rem;
    color: #9D3E12;
    margin-bottom: 20px;
}
