.farmer_heading {
    text-align: center;
}

.farmer_heading:first-of-type,
.veg_box:first-of-type {
    margin-top: 60px;
}

.veg_box,
.farmer {
    width: 100%;
    background-color: var(--white);
    box-shadow: 0px 5px 10px #00000014;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.veg_box:last-of-type,
.farmer:last-of-type {
    margin-bottom: 0;
}

.veg_box h3,
.farmer h3 {
    margin-top: -5px;
    margin-bottom: 10px;
}

.farmer h4 {
    margin-top: 0;
    color: var(--bronze);
    font-size: 18px;
}

.farmer h4 i {
    margin-right: 10px;
}

.veg_box p,
.farmer p {
    margin: 20px 0 0;
}

.veg_box .button,
.farmer .button {
    margin: 20px 0 0;
}