@media only screen and (max-width: 568px) {
  .hero{
    height: 82vh;
    display:flex;
    flex-direction:column;
    border-radius: 0px;
    box-shadow:none;
  }

  .CII-hero{
    height:70vh;
  }
 .hero-overlay {
    position: static;
    background: none;
    padding: 20px 16px;
    color: #000;
    order: 1;
  }
 .item-container .hero-overlay > div {
        padding-left: 0px;
    }
    .hero img {
    position: static;
    width: 100%;
    height: auto;
    order: 2;
    border-radius:20px;
  }
   .hero-overlay h1 {
    text-align:center;
    font-size: 36px;
    margin-bottom: 12px;
  }

  .hero-overlay p {
    font-size: 15px;
    line-height: 1.7;
    text-align:justify;
  }
  .section {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 768px) {
 .hero{
    display:flex;
    flex-direction:column;
    border-radius: 0px;
    box-shadow:none;
  }

  .CII-hero{
    height:80vh;
  }
 .hero-overlay {
    position: static;
    background: none;
    padding: 20px 16px;
    color: #000;
    order: 1;
  }
 .item-container .hero-overlay > div {
        padding-left: 0px;
    }
    .hero img {
    position: static;
    width: 100%;
    height: auto;
    order: 2;
    border-radius:20px;
  }
   .hero-overlay h1 {
    text-align:center;
    font-size: 38px;
    margin-bottom: 12px;
  }

  .hero-overlay p {
    font-size: 17px;
    line-height: 1.7;
    text-align:justify;
  }
  .section {
        margin-top: 25px;
    }
}