.container-main-agriBusiness {
  position: relative;
  width: 100%;
  height: 50%;
}

.image-main-agriBusiness {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-main-agriBusiness {
  position: absolute;
  top: 108%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 92%;
  width: 64%;
  margin-left: 36%;
  background-color: rgb(255, 255, 255);
}


.svg-icon-agriBusiness{
  width: 80%;
  height: 80%;
  color: #e74d57;
}

.text-inside-AgriBusiness{
  color: #18212e;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.text-inside-readmore-left-first{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color:#e74d57;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
}

.custom-padding-agriBusiness{
  padding: 5%;
}

.padding-left-side-first-read-more{
  padding-top: 5%;
}

.padding-left-side-main-text{
  padding-top: 16%;
}


.overlay-main-agriBusiness-red {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 80%;
  margin-left: 20%;
  background-color: #e74d57;
}
