@media only screen and (min-width: 300px) and (max-width: 479px) {


.text-block-10 {
    padding-left: 2%;
    padding-right: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3em;
    position: static;
    }

    .link-menu._1{
        display: none;
    }

    .copyright-flex {
     
      align-items: start;
      
  }

  

    .menu-item-text {
      font-family: Graphik, sans-serif;
      font-size: 30px;
      font-weight: 300;
    }
    ._w-nav {
      padding: 1px 0%;
      margin-top: 2px;
      margin-right: 5px;
  }
  .c-col-menu-social{
    display: none;
  }

  .text-rotator {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
  }

  .section-take.take-off{
    padding: 50px 0%;
  }

  .project-circle-black.black{
    display: none;
  }

  .footer-grid{
    display: table-cell;
  }
    
  .visit-grid{
    display: table-cell;
  }
  .hero.for-inner {
    background-position: 200px;
    background-size: 300px;
    padding-top: 140px;
    padding-bottom: 81px;
  }

  .section.rounded-top {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.display-1{
  
}

.footer-grid{
  display: table-cell;
}

.mobvisit-grid{
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: table-cell;
}

.mobfoot-grid {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.9fr .1fr 0.5fr;
  grid-auto-columns: 2fr;
  display: table-cell;
}

.normalfoot{
  display: none;
}

.display-1 {
    color: #fff;
    margin-top: 0;
    text-align: center;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.blog-list{
  display: contents;
}

.subhead-main {
  opacity: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}
}