.our-sponsors-container {
    padding: 50px 0 70px;
    background-color: #EEF1F6;
    position: relative;
    overflow: hidden;
}

.sponsors-heading {
    font-size: 35px;
    color: #00336C;
    font-weight: 600;
    text-align: center;
    /* margin-bottom: 1rem; */
}

.sponsors-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sponsors-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sponsors-main-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    height: 100%;
}

.sponsors-main-body .sponsors-body {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}

.sponsors-text {
    color: #000;
    font-size: 25px;
    text-align: center;
    margin: 35px 0 15px;
}

.sponsors-main-body .sponsors-body .sponsors-text {
    grid-row: 1/2;
}

.sponsors-main-body .sponsors-body a {
    grid-row: 2/4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-logo {
    width: 300px;
}

.tesseract-sponsors-logo{
    width: 280px;
}

.better-place-sponsors-logo{
    width: 275px;
}

.ed-sponsors-logo {
    width: 265px;
}

.edforce-sponsors-logo {
    width: 220px;
}

.sb-sponsors-logo {
    width: 155px;
}

/* Partners Details */
.our-partners-container {
    padding: 50px 0 0;
    background: #fff;
    color: #fff;
    overflow: hidden;
    /* background: linear-gradient(180deg, rgba(21, 174, 191, 1) 0%, rgba(175, 75, 242, 0.5) 100%); */
    /* color: #fff; */
}

.partners-heading {
    color: #00336C;
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
}

.our-partners-sub-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.our-partners-body {
    margin-bottom: 20px;
}

.our-partner-head-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.our-partner-head-sub-container {
    position: relative;
    padding-right: 20px;
    border-right: #000 solid 1px;
}

.partners-head {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    font-size: 22px;
    padding: 0 20px 0 0;
    width: 100%;
    /* width: 500px; */
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
    border-bottom: #00336C solid 1px;
    border-right: #00336C solid 1px;
    /* margin-right: 30px; */
}

.partners-img {
    padding: 0 0 0 20px;
}

.tesseract-logo-img {
    width: 250px;
    height: auto;
}

.better-place-logo-img{
    width: 245px;
    height: auto;
}

.ed-logo-img {
    width: 240px;
}

.edforce-logo-img {
    width: 210px;
}

.sb-logo-img {
    width: 150px;
}

.our-partners-content-container {
    margin-top: 30px;
    color: #000;
    margin: 30px 0;
}

.btn-partners {
    background-color: #00336C;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
}

/* Why Sponsor-us */
.event-sponsorship, .event-speakers {
    background-color: #000;
    background: #15aebf !important;
    background: -webkit-linear-gradient(to right, rgba(21, 174, 191, 0.5), rgba(175, 75, 242, 0.5)) !important;
    background: linear-gradient(to right, rgba(21, 174, 191, 0.5), rgba(175, 75, 242, 0.5)) !important;
    overflow: hidden;
}

.sponsorship-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 2rem;
    color: #fff;
    padding: 50px 0;
    width: 80%;
    margin: auto;
}

.sponsors-img {
    width: 100%;
    padding: 0 20px;
}

.sponsorship-img {
    width: 100%;
    display: grid;
    height: 350px;
    object-fit: cover;
}

.sponsors-header {
    margin-bottom: 0;
    text-align: start;
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 20px;
    color: #D2D918 !important;
}

.ul-sponsor-list {
    list-style: circle;
    margin-bottom: 20px;
    padding: 8px 0 0px 50px;
}

.li-sponsor-list {
    margin: 10px 0;
}

.button-sponsors {
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 20px;
    border: none;
    border-radius: 4px;
    background-color: #D2D918 !important;
    color: #000 !important;
}

@media screen and (max-device-width: 992px){
    .sponsorship-container {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

@media screen and (max-device-width: 768px){
    .sponsors-main-body{
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .sponsors-main-body .sponsors-body{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-device-width: 576px) {
    .our-partner-head-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .our-partner-head-sub-container {
        margin: 14px 0;
        border-right: none;
    }
    .tesseract-logo-img {
        padding: 0;
        margin: 10px 0 10px 10px;
        width: auto;
        height: 40px;
    }
    .our-partners-content-container {
        margin: 10px;
    }
    .sponsors-popup-form {
        padding: 20px;
    }
    .brochure-form-submit-btn{
        width: 100%;
    }
}