.sponsors {
    background: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    padding: 3rem;
}

.sponsor {
    background-color: #F5F5F5;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18rem;
    height: 15rem;

}

.sponsor-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-container {
    display: flex;
    gap: 1.8rem;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
    flex-wrap: wrap;
    max-width: 1400px;
}

.contact-content * {
    color: #000000;
    font-family: 'KoHo', sans-serif;
}

.contact-content p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    color: #000000;
}


