/* DIY funding list section CSS here  */
.mw-1070 {
    max-width: 1070px;
}

.diy-funding-list-sec-item-inner {
    padding: 80px 24px 24px 24px;
    box-shadow: 1px 1px 20px #A8A8A829;
}

.diy-funding-list-sec-item-inner {
    margin-top: 55.5px;
}

.diy-funding-list-sec-item-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.diy-funding-list-sec-item-icon {
    top: -55.5px;
    background: #fff;
    border-radius: 100px;
    padding: 29px;
    object-fit: contain;
    width: 111px;
    height: 111px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diy-funding-list-sec-item-icon img {
    border-radius: 0;
}



.diy-funding-list-sec-item-title {
    margin-bottom: 16px;
}

.diy-funding-list-sec-item {
    display: flex;
    flex-direction: column;
}

.diy-funding-list-sec-item-title {
    font-size: clamp(22px, 5vw, var(--fs-25));
    line-height: 1.2;
    font-weight: 600;
    margin-inline: -12px;
}

.diy-funding-list-sec-items {
    row-gap: 35px;
}

.diy-funding-list-sec-items+.diy-funding-list-sec-items {
    margin-top: 35px;
}

.diy-funding-list-sec-items:nth-child(odd) .diy-funding-list-sec-item:nth-child(odd) .diy-funding-list-sec-item-icon,
.diy-funding-list-sec-items:nth-child(even) .diy-funding-list-sec-item:nth-child(even) .diy-funding-list-sec-item-icon {
    background: var(--primary);
}

.diy-funding-list-sec-items:nth-child(odd) .diy-funding-list-sec-item:nth-child(even) .diy-funding-list-sec-item-icon,
.diy-funding-list-sec-items:nth-child(even) .diy-funding-list-sec-item:nth-child(odd) .diy-funding-list-sec-item-icon {
    background: var(--secondary);
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .diy-funding-list-sec-items .diy-funding-list-sec-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .diy-funding-list-sec-items {
        row-gap: 48px;
    }

    .diy-funding-list-sec-items+.diy-funding-list-sec-items {
        margin-top: 48px;
    }
}




/* contact us CSS  */
.contact-us-col {
    max-width: 855px;
    padding: clamp(25px, 3.5vw, 40px);
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
}



.box-padd-40 {
    padding: clamp(25px, 3.5vw, 40px);
    border-radius: 20px;
}


/* corporate-funding CSS  */

.corporate-funding-list-item:nth-child(1) .diy-funding-list-sec-item-icon img {
    width: 48px;
}

.corporate-funding-list-item:nth-child(3) .diy-funding-list-sec-item-icon img {
    width: 61px;
}

.corporate-funding-list-item:nth-child(4) .diy-funding-list-sec-item-icon img {
    width: 60px;
}

.corporate-funding-list-item .diy-funding-list-sec-item-icon {
    padding: 21px;
}

.setup-fundraise-sec .content-wrapper p {
    color: var(--secondary-dark1);
}