.two-column-section {
    padding: 0 0 80px 0;
    background: transparent;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.two-column-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.two-column-wrapper {
    background: #fff;
    border: 2px solid rgba(209, 237, 69, 0.74);
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.column-content {
    display: flex;
    flex-direction: column;
}

.column-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.column-icon {
    flex-shrink: 0;
}

.column-icon img {
    width: 50px;
    height: 50px;
    filter: grayscale(100%);
}

.column-badge {
    display: inline-flex;
    align-items: center;
    background: #EAEAEA;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    border-radius: 54px;
    margin-top: 0;
}

.column-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    margin: 0 0 24px 0;
}

.column-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #757575;
    margin: 0 0 24px 0;
}

.column-link {
    color: #508A92;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s ease;
}

.column-link:hover {
    opacity: 0.8;
}

.donation-form {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.donation-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.donation-tab {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: #F5F5F5;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donation-tab.active {
    background: #508991;
    color: #fff;
}

.donation-amounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.amount-btn {
    padding: 5px 10px;
    border: 1px solid #E6E6E6;
    background: #FFFFFF;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amount-btn:hover {
    border-color: #508991;
}

.amount-btn.selected {
    border: 1px solid #508991;
    background: rgba(80, 137, 145, 0.1);
    color: #333;
}

.impact-section {
    background: rgba(80, 138, 146, 0.05);
    border: 1px solid rgba(80, 138, 146, 0.2);
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.impact-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.impact-icon svg {
    width: 14px;
    height: 14px;
    color: #508A92;
}

.impact-content h4 {
    font-weight: 600;
    font-size: 14px;
    color: #508A92;
    margin: 0 0 4px 0;
    font-family: 'Montserrat', sans-serif;
}

.impact-content p {
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.custom-amount {
    margin-bottom: 24px;
}

.amount-input-wrapper {
    display: flex;
    align-items: center;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px 16px;
    background: #fff;
}

.amount-input-wrapper span {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-right: 8px;
}

.amount-input-wrapper input {
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    flex: 1;
    min-width: 0;
}

.amount-input-wrapper .currency {
    color: #999;
    font-size: 14px;
    margin-left: auto;
}

.form-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dedicate-btn {
    padding: 8px 24px;
    border: 2px solid #E6E6E6;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dedicate-btn:hover {
    background: #f5f5f5;
}

.donate-submit-btn {
    padding: 10px 24px;
    border: none;
    background: #D1ED45;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donate-submit-btn:hover {
    background: #bfd838;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .two-column-section {
        margin-top: -80px;
        padding: 0 15px 80px 15px;
    }
    
    .two-column-container {
        padding: 0;
    }
    
    .two-column-wrapper {
        padding: 40px 20px;
        margin: 0;
    }
    
    .two-column-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .column-content {
        text-align: center;
        width: 100%;
    }
    
    .column-header {
        gap: 12px;
        margin-bottom: 20px;
        justify-content: center;
    }
    
    .column-icon img {
        width: 40px;
        height: 40px;
    }
    
    .column-badge {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 18px;
    }
    
    .column-heading {
        font-size: 28px;
        line-height: 36px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .column-text {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .column-link {
        justify-content: center;
    }
    
    .donation-form {
        text-align: left;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .donation-amounts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .two-column-section {
        margin-top: -60px;
        padding: 0 10px 60px 10px;
    }
    
    .two-column-container {
        padding: 0;
    }
    
    .two-column-wrapper {
        padding: 25px 15px;
        margin: 0;
    }
    
    .column-content {
        text-align: center;
        width: 100%;
    }
    
    .column-header {
        gap: 10px;
        margin-bottom: 16px;
        justify-content: center;
        flex-direction: column;
    }
    
    .column-icon img {
        width: 35px;
        height: 35px;
    }
    
    .column-badge {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
    }
    
    .column-heading {
        font-size: 24px;
        line-height: 32px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    
    .column-text {
        font-size: 15px;
        line-height: 22px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    
    .donation-form {
        margin: 0;
        padding: 0;
    }
    
    .donation-amounts {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .amount-btn {
        padding: 12px 8px;
        font-size: 14px;
    }
}

