.newSponsorMainSection {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
}

.rounded-theme {
    border-radius: 12px;
}

.w-fit {
    width: fit-content !important;
}

.title-block-new {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.title-block-new-container {
    position: relative;
}

.title-block-new-container::before {
    content: "";
    background-color: #20959b;
    position: absolute;
    top: 0;
    width: 50px;
    height: 10px;
}

.title-block-new-container::after {
    content: "";
    background-color: var(--primary-color-light);
    position: absolute;
    top: 0;
    width: 50px;
    height: 10px;
}

@media screen and (max-width: 700px) {
    .block-list .col-12 {
        border: none !important;
    }

    .partner-row {
        border-radius: 12px !important;
    }
}


.newPartnerImg img {
    height: 110px;
    width: 310px;
    object-fit: contain;
}
