  @charset "utf-8";
.bg-section {
  background-size: cover;
  background-position: center;
  font-size: 1rem;
}
.text-section {
  background-size: cover;
  background-color: #19540D; 
  padding: 50px 0;
  font-size: 1rem;
  color: #000000;
  padding: 50px 0;
  text-align: center;
}


.section-content {
 
 
}

.left-content {
  width: 50%;
  padding-right: 50px;
}

.right-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.right-content img {
  max-width: 100%;
  height: auto;
  margin-left: 20px;
}


@media (max-width: 767px) {

  .left-content,
  .right-content {
    padding-right: 0;
    text-align: center;
    padding-left: 0;
  }
  .subscribeForm{
    text-align: center;

  }
  .fab {
  padding: 10px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  }
  .aboutlogo{
    width: 200px;
    height: 200px;
  }
}


