@media (min-width: 1921px) {
  .contactBody {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 1000px;
    color: rgb(1, 105, 26);
  }
  .contactTile {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
  }
  .contactText {
    display: flex;
    font-size: 1.5rem;
  }
  .map {
    margin: 10px 10px 10px 10px;
    height: 800px;
  }
}
@media (min-width: 1431px) and (max-width: 1920px) {
  .contactBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    color: rgb(1, 105, 26);
  }
  .contactTile {
    width: 1000px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .contactText {
    display: flex;
    font-size: 1.5rem;
  }
  .map {
    margin: 10px 10px 10px 10px;
    height: 400px;
    width: 528px;
  }
}
@media (min-width: 1001px) and (max-width: 1430px) {
  .contactBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    color: rgb(1, 105, 26);
  }
  .contactTile {
    width: 1000px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .contactText {
    display: flex;
    font-size: 1.5rem;
  }
  .map {
    margin: 10px 10px 10px 10px;
    height: 400px;
    width: 528px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
    .contactBody {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 800px;
        color: rgb(1, 105, 26);
      }
      .contactTile {
        width: 1000px;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }

      .contactText {
        display: flex;
        font-size: 1.5rem;
        margin: 0px 0px 0px 0px;
      }
      .map {
        margin: 10px 10px 10px 10px;
        height: 400px;
        width: 528px;
      }
}
@media (max-width: 700px) {
    .contactBody {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 800px;
        color: rgb(1, 105, 26);
      }
      .contactTile {
        width: 1000px;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }

      .contactText {
        display: flex;
        font-size: 1.5rem;
        margin: 0px 0px 0px 0px;
      }
      .map {
        margin: 10px 10px 10px 10px;
        height: 400px;
        width: 528px;
      }
    }
