ul li.farmer_registration {
    width: 100%;
}
ul li.farmer_registration a {
    animation: blink 1s linear infinite;
    font-size: 20px;
    text-align: center;
}
@keyframes blink {
  0%, 100% {background-color:#00b300;}
  50% {background-color: #007200;}
}

ul li .farmer_registration_text  {
    animation: blink_text 1s linear infinite;
}
@keyframes blink_text {
  0%, 100% {color:#00b300;}
  50% {color: #007200;}
}


.about-photo-banner { margin: 1rem 0px; }
.about-photo-banner img { width: 100%; border: 3px solid var(--lightgreen); }

.labour_rate_main_area p { font-size: 18px;color: #454545; line-height: 26px; }
.labour_rate_main_area h3 { font-size: 26px; color: #256b21; line-height: 26px; margin: 0 0 15px; }
.saperator { width: 100%; display: inline-block; height: 2px; background: #629B1C; margin: 25px 0; }
.labour_rate_main_area table tr th, .labour_rate_main_area table tr td { padding: 0.3rem; font-size: 16px; line-height: 20px; text-align: left; }
.labour_rate_main_area table tr th:last-child, .labour_rate_main_area table tr td:last-child { text-align: right; }