li{
  font-size: 19px !important;
}

.body_bg{
  background: url(../assets/ImagemBannerRural.png) no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%; 
} 

.body_main{
  display: flex;
  margin: 2%;
}

.description{
  margin: 2%;
}

.list_Details{
  margin-top: 2%;
}

ol{
  list-style-image: url(../assets/liSimbol.png);
}

b{
  color: #FD7E14;
}

.subscribe_button{
  margin-top: 15%;
  width: 200px;
  height: 50px;
  border-radius: 15px;
  border: none;
  outline: none;
  background-color: #D72E2B;
  color: white;
  font-weight: bold;
}

.subscribe_button:hover{
  background-color: #FD7E14;
  cursor: pointer;
}

.link_button{
  width:200px
}

.bg_right{
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}

.bg_left{
  margin-left: 5%;
  display: flex;
  flex-direction: column;
}



.certificate_describe{
  display: flex;
  flex-direction: column;
  background-color: #FD7E14;
  width: 230px;
  height: 250px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.certificate_describe p{
  text-align: center;
  margin: 1% 3.5% 10.5% 3.5%;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 850px ) {
  .body_bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bg_left{
    margin-left: 0%;
    margin-top: 5% !important;
    align-self:center
  }
  a{
    align-self: center;
  }
  @media screen and (max-width: 550px) {
    .body_bg{
      font-size: 13px;
      margin-top: 1%;
      margin-left: 1%;
      overflow: hidden;
    }
    .certificate_describe{
      width: 140px;
      height: 140px;
    }
    .certificate_describe p{
      font-size: 10px;
    }
    .certificate_describe img{
      display: none;
    }

  }

  

}