@media (min-width: 1921px) {
  .freightBody {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 1000px;
    color: rgb(1, 105, 26);
  }
  .tile1 {
    width: 1200px;
    display: flex;
    margin-right: 20px;
  }
  .tile2 {
    width: 1200px;
    display: flex;
  }
  #truckImage {
    margin: 10px 10px 10px 10px;
    height: 400px;
  }
  #shipImage {
    margin: 10px 10px 10px 10px;
    height: 400px;
  }
  #truckText {
    display: flex;
    font-size: 1.5rem;
  }
  #freightText {
    display: flex;
    font-size: 1.5rem;
  }
}
@media (min-width: 1431px) and (max-width: 1920px) {
  .freightBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1000px;
    color: rgb(1, 105, 26);
  }
  .tile1 {
    width: 1200px;
    display: flex;

    margin-bottom: 20px;
  }
  .tile2 {
    width: 1200px;
    display: flex;

    margin-bottom: 40px;
  }
  #truckImage {
    margin: 10px 10px 10px 10px;
    height: 300px;
  }
  #shipImage {
    margin: 10px 10px 10px 10px;
    height: 300px;
  }
  #truckText {
    display: flex;
    font-size: 1.5rem;
  }
  #freightText {
    display: flex;
    font-size: 1.5rem;
  }
}
@media (min-width: 1001px) and (max-width: 1430px) {
  .freightBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1200px;
    color: rgb(1, 105, 26);
  }
  .tile1 {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .tile2 {
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  #truckImage {
    height: 200px;
    width: 355px;
  }
  #shipImage {
    height: 200px;
    width: 355px;
  }
  #truckText {
    display: flex;
    font-size: 2rem;
  }
  #freightText {
    display: flex;
    font-size: 2rem;
  }
  .retrofitBody {
    height: 1200px;
  }
  .logisticsBody {
    height: 1200px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .freightBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1500px;
    color: rgb(1, 105, 26);
  }
  .tile1 {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .tile2 {
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  #truckImage {
    height: 200px;
    width: 355px;
  }
  #shipImage {
    height: 200px;
    width: 355px;
  }
  #truckText {
    display: flex;
    font-size: 2rem;
  }
  #freightText {
    display: flex;
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .freightBody {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    height: 1500px;
    color: rgb(1, 105, 26);
  }
  .tile1 {
    min-width: 400px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .tile2 {
    min-width: 400px;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  #truckImage {
    height: 200px;
    width: 355px;
  }
  #shipImage {
    height: 200px;
    width: 355px;
  }
  #truckText {
    display: flex;
    font-size: 1.5rem;
  }
  #freightText {
    display: flex;
    font-size: 1.5rem;
  }
  .retrofitBody {
    height: 1200px;
  }
  .logisticsBody {
    height: 1200px;
  }
}
