.sponsor_section {
    height: 80vh;
    width: 100%;
    margin-inline: auto;
    margin-block: 20px;
}

.sponsor_title_tnaks {
    height: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.sponsoring_image {
    width: 35px;
    margin-inline: 25px;
    margin-top: 10px;
}

.sponsoring_thanks {
    font-size: 25px;
    color: rgb(170, 22, 60);
    font-weight: 700;
}

.sponsoring_images_section {
    display: flex;
    max-width: 1222px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

.sponsor_area {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor_area a {
    text-align: center;
    margin-bottom: 30px;
}

.sponsor_image_middle {
    width: 75%;
    max-width: 600px;
    border-radius: 10px;
}

.waves {
    width: 300px;
}

.descovering_area {
    padding-block: 20px;
}

.descovering_text {
    font-size: 25px;
    color: rgb(170, 22, 60);
    font-weight: 900;
}

.shere_image {
    text-align: center;
}

.the_image_shere_position {
    width: 70px;
    margin: 10px;
}

@media (max-width: 900px) {
    .sponsoring_images_section {
        display: flex;
        margin-inline: 0;
    }

    .the_image_shere_position {
        width: 40px;
        margin: 10px;
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
        /* One item per row on small screens */
    }

    .sponsoring_images_section {
        display: flex;
        margin-inline: 0;
    }

    .sponsoring_thanks {
        font-size: 22px;
        color: rgb(170, 22, 60);
        font-weight: 700;
    }

    .sponsor_section {
        height: 27vh;
        width: 100%;
        margin-inline: auto;
        margin-block: 20px;
        margin-bottom: 86px;
    }

    .sponsor_area a {
        margin-bottom: 0;
    }

    .sponsor_image_middle {
        width: 102%;
    }

    .the_image_shere_position {
        width: 40px;
        margin: 10px;
    }
}
