.banner{
    background-image: url("https://static.investindia.gov.in/s3fs-public/2019-02/Blog%20Image.jpg");
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;

}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    text-align: center;
}
.farm .farming-guide{

    color: green;

}
.pest .text h2{
    color: green;
}