.agro-container {
    display: grid;
    gap: 30px;
}

.agro-card {
    background: #01332E;
    padding: 30px;
    border-radius: 20px;
    color: white;
    text-align: center;
}

.agro-btn {
    display: inline-block;
    background: #ff6600;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    margin-top: 15px;
}
