.info-farmers-fund {
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
}

.info-farmers-fund h1 {
    font-size: 2em;
    color: #2d572c;
    margin-bottom: 20px;
}

.info-farmers-fund p {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 20px;
}

/* Learn More Button Styling */
.learn-more-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2d572c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.learn-more-button:hover {
    background-color: #1e3e1e;
}

/* iFrame Styling */
.shop-iframe {
    width: 100%;
    height: 1800px;
    border: 0;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .info-farmers-fund {
        width: 90%;
    }

    .shop-iframe {
        height: 1500px;
    }
}
