.our-sponsors-container {
    padding: 50px 0;
    background-color: #FFF;
    /* background: rgb(248,152,75);
    background: linear-gradient(94deg, rgba(248,152,75,1) 1%, rgba(194,14,141,1) 32%, rgba(147,21,137,1) 64%, rgba(237,46,119,1) 100%); */
    min-height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.our-sponsors-head {
    text-align: center;
    color: #EA0E86;
    margin-bottom: 2rem;
}

.partners-sub-heading {
    font-family: 'Share Tech', sans-serif;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.our-sponsors-text {
    font-size: 1.8rem;
    text-align: center;
    color: #FFF;
    margin: 0 0 40px 0;
}

.our-sponsors-body-row {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    gap: 200px;
}

.our-sponsors-body {
    width: fit-content;
    margin: auto;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/* .our-sponsors-body > a{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

} */

.our-sponsors-logo-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 442px;
}

.right-border-class {
    /* margin-right: 50px; */
    width: fit-content;
    padding-right: 30px;
    /*border-right: 1px #000 solid;*/
    height: 60px;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-border-class{
    width: fit-content;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uniphore-icon {
    width: 250px;
}

.saleforce-icon {
    width: 200px;
    margin: 25px 25px 25px 25px;
}

.techjockey-icon {
    width: 220px;
}

.trejhara-icon {
    width: 160px;
}

.techved-icon{
    width: 200px;
}

.zendesk-icon {
    width: auto;
    height: 100px;
}

.germin8-icon{
    width: 125px;
}

.edas-icon{
    width: 125px;
}

/* Why */
.sponsors-container {
    padding: 50px 0;
    background-color: #FFFBFC;
    background: rgb(248, 152, 75);
    background: linear-gradient(94deg, rgba(248, 152, 75, 1) 1%, rgba(194, 14, 141, 1) 32%, rgba(147, 21, 137, 1) 64%, rgba(237, 46, 119, 1) 100%);
    overflow: hidden;
}

.sponsors-heading {
    color: #FFF;
}

.sponsors-sub-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sponsors-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    background-color: #FFF;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 25%), 0 3px 20px 0px rgb(0 0 0 / 8%) !important;
    padding: 20px;
}

.sponsors-text {
    margin-bottom: 0;
}

.sponsors-icon {
    width: 25px;
}

.sponsors-head {
    font-size: 24px;
}

.our-partners-container {
    padding: 50px 0 10px 0;
    overflow: hidden;
    background-color: #FFF;
}

.our-partners-sub-container {
    width: 80%;
    margin: auto;
}

.our-partners-head {
    text-align: center;
    margin-bottom: 2rem !important;
}

.our-partners-body {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin: 40px 0;
}

.our-partners-header {
    grid-column: 1/3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    height: 100%;
}

.our-partners-main {
    grid-column: 3/12;
    position: relative;
}

.our-partners-main::before {
    content: '';
    position: absolute;
    background-color: #EA0E86;
    height: 100%;
    width: 1px;
    top: 0;
    left: -20px;
}

.our-partners-sub-head {
    border-left: #EA0E86 solid 5px;
    padding-left: 5px;
    height: 25px;
    font-family: 'Share Tech', sans-serif;
    font-size: 24px;
}

.our-partners-button {
    background-color: #EA0E86;
    color: #FFF;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 5px;
}

.our-partners-button:hover {
    color: #FFF;
    opacity: 0.8;
}

.our-partners-logo {
    width: 200px;
    /* margin: auto; */
    margin-top: 20px;
}

.uniphore-logo-partners {
    width: 200px;
}

.zendesk-logo-partners{
    width: auto;
    height: 80px;
}

.salesforce-logo-partners {
    width: 200px;
}

.techjockey-logo-partners {
    width: 200px;
}

.trejhara-logo-partners {
    width: 150px;
}

.techved-logo-partners{
    width: 180px;
}

.germin8-logo-partners{
    width: 130px !important;
    height: auto;
}

.edas-logo-partners{
    width: 125px !important;
    height: auto;
}


@media (max-device-width: 1600px) {
    .our-partners-header {
        grid-column: 1/4;
    }

    .our-partners-main {
        grid-column: 4/12;
    }
}

@media (max-device-width: 1200px) {
    .our-sponsors-body-row {
        gap: 60px;
    }
}

@media (max-device-width: 1100px) {
    .our-partners-sub-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-device-width: 992px) {
    .our-partners-body {
        border-left: #EA0E86 solid 1px;
        /* padding: 0; */
        border-radius: 0;
        padding: 2px 15px;
    }
    .our-partners-header {
        grid-row: 1/2;
        grid-column: 1/12;
        gap: 0;
    }
    .our-partners-main {
        grid-row: 2/4;
        grid-column: 1/12;
    }
    .our-partners-main::before {
        content: none;
    }
    .our-partners-logo {
        width: 200px;
        margin: 20px 0;
    }
    .zendesk-logo-partners{
        width: auto;
        height: 80px;
    }
    .salesforce-logo-partners {
        margin: 25px;
    }
    .our-sponsors-body-row {
        gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .our-partners-sub-head{
        height: 100%;
    }
}

@media (max-device-width: 768px) {
    .sponsors-sub-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-device-width: 576px) {
    .our-sponsors-logo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }
    .right-border-class {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }
    .left-border-class{
        margin-left: 0;
        width: 100%;
    }
}