#change-me {
  background-color: rgb(239,227,227);
}

@media (min-width: 300px) and (max-width:570px) {
  .home-buttons {
    margin-left: 0px!important;
    margin-right: 2px!important;
    padding-top: 10px!important;
  }
}

.how-text {
  font-size: inherit;
  font-family: Philosopher, sans-serif;
}

@media (min-width: 300px) and (max-width:569px) {
  .container.d-xl-flex.how-cont-1 {
    width: 60vw!important;
  }
}

@media (min-width: 571px) {
  .nav-item.secondnavitem {
    margin-right: 2vh;
    margin-left: 2vh;
  }
}

@media (min-width: 991px) {
  .contact-mobile {
    display: none!important;
  }
}

@media (min-width: 100px) and (max-width:991px) {
  .contact-web {
    display: none!important;
  }
}

