/* Hide the green decorative box in the first service */
.sec_services_hme .services:first-child .f-image {
    display: none !important;
}
/* Reduce extra spacing under the button in the first service box */
.sec_services_hme .services:first-child .info-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.sec_services_hme .services:first-child .ser_btn {
    margin-bottom: 0 !important;
}