
/*  Hero  */

.hero{
    background: #089938;
  }
  
  
  .hero-body {
    padding: 25px;
  }
  
  .hero-body > .container{
    /* border: 1px solid red; */
  }
  
  
  .hero-body .title {
     /* text-transform: uppercase; */
    color: hsl(192,17%,99%) !important; 
    margin-left: auto;
      margin-right: auto;
      display: table;
      /* border: 1px solid red; */
  }
  
  .hero-body .title div{
    text-align: left;
    /* border: 1px solid red; */
  }
  
  .hero-body .subtitle {
   color: hsl(192,17%,99%) !important;
    padding-top: 2rem;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    display: table;
      /* border: 1px solid red; */
  }
  
  .hero-body .subtitle div{
    text-align: left;
    /* border: 1px solid red; */
    
  }
  
  .hero-body .subtitle ul{
    text-align: left;
    list-style: disc outside;
    margin-left: 1em;
  }
  
  
  @media screen and (max-width: 768px){
    
    .hero-body .title div{
        font-size: 1.5rem;
        text-align: center;
        /* border: 1px solid red; */
      }

    .hero-body .subtitle {
        padding-top: 1rem;
        font-size: 1.25rem;
      }


    .hero-body .container img{
      visibility: hidden;
      display: none;
  }
  
  }