@media (min-width: 1921px) {
  .logisticsBody {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 1000px;
    color: rgb(1, 105, 26);
  }
  .logTile {
    width: 1200px;
    display: flex;
    margin-right: 20px;
  }
  #mPicture1 {
    margin: 10px 10px 10px 10px;
    height: 400px;
  }
  #mPicture2 {
    margin: 10px 10px 10px 10px;
    height: 400px;
  }
  .mText {
     display: flex;
    font-size: 1.5rem;
  }
}
@media (min-width: 1431px) and (max-width: 1920px) {
  .logisticsBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    color: rgb(1, 105, 26);
  }
  .logTile {
    width: 1000px;
    display: flex;
    margin-bottom: 20px;
  }
  #mPicture1 {
    margin: 10px 10px 10px 10px;
    height: 300px;
  }
  #mPicture2 {
    margin: 10px 10px 10px 10px;
    height: 300px;
  }
  .mText {
    display: flex;
    font-size: 1.5rem;
  }
}
@media (min-width: 1001px) and (max-width: 1430px) {
  .logisticsBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1500px;
    color: rgb(1, 105, 26);
  }
  .logTile {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #mPicture1 {
    margin: 10px 10px 10px 10px;
    height: 300px;
  }
  #mPicture2 {
    margin: 10px 10px 10px 10px;
    height: 300px;
  }
  .mText {
    display: flex;
    font-size: 2rem;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .logisticsBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1500px;
    color: rgb(1, 105, 26);
  }
  .logTile {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #mPicture1 {
    height: 300px;
  }
  #mPicture2 {
    height: 300px;
  }
  .mText {
    display: flex;
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .logisticsBody {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    height: 1300px;
    color: rgb(1, 105, 26);
  }
  .logTile {
    min-width: 400px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #mPicture1 {
    height: 300px;
  }
  #mPicture2 {
    height: 300px;
  }
  .mText {
    display: flex;
    font-size: 1.5rem;
  }
}
