/* media query mobile */
@media only screen and (max-width: 767px) {
  section {
    text-align: center;
  }
  .features {
    text-align: unset;
  }
  .web {
    display: none !important;
  }
  .gallery {
    display: none !important;
  }
  .logo {
    width: 70% !important;
  }
}

.logo {
  width: 30%;
}

p {
  font-weight: 400 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-grey {
  background-color: #242424;
}

.text-green {
  color: #037901;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

li {
  list-style: none;
  border-radius: 5px;
  background-color: #242424;
  border: 1px white solid;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -30px;
  padding: 5px 10px;
}
