.alertheader_container {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  margin-top: 140px;
  padding-left: 120px;
  padding-right: 120px;
  height: 600px;
  background-color: rgb(244,250,240);
}

.alert_statement {
  margin-top: 250px;
  margin-left: 120px;
}

.alert_statement > h1, p {
  margin: 0;
  font-weight: bold;
  color: rgb(35,37,38);
}

.alert_statement > h1 {
  font-size: 72px;
  margin-bottom: 10px;
}

.alert_statement > p {
  font-size: 30px;
  margin-bottom: 40px;
}

.alert_container {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 120px;
  padding-right: 120px;
}

.shippingschedule_container > h2,
.unknown_container > h2,
.fees_container > h2,
.restricted_container > h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.shippingschedule_container, 
.unknown_container, 
.fees_container, 
.restricted_container {
  width: 1400px;
}

.schedule_table > p,
.unknown_list > p,
.fees_list > p {
  margin-bottom: 15px;
  font-size: 18px;
}

.schedule_table table {
  height: 300px;
  font-size: 18px;
  width: 500px;
  text-align: left;
}

.restricted_items {
  width: 600px;
}

.restricted {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:1589px) {
  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 1200px;
  }
}

@media screen and (max-width: 1422px) {
  .alert_statement > h1 {
    font-size: 70px;
  }

  .alert_statement > p {
    font-size: 28px;
  }

  .shippingschedule_container > h2,
  .unknown_container > h2,
  .fees_container > h2,
  .restricted_container > h2 {
    font-size: 22px;
  }
  
  .schedule_table > p,
  .schedule_table table, 
  .unknown_list > p,
  .fees_list > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1337px) {
  .alertheader_container {
    text-align: center;
  }

  .alert_statement {
    margin-left: 0;
  }
}

@media screen and (max-width: 1293px) {
  .alert_statement > h1 {
    font-size: 68px;
  }

  .alert_statement > p {
    font-size: 26px;
  }

  .shippingschedule_container > h2,
  .unknown_container > h2,
  .fees_container > h2,
  .restricted_container > h2 {
    font-size: 20px;
  }

  .schedule_table > p,
  .schedule_table table, 
  .unknown_list > p,
  .fees_list > p {
    font-size: 14px;
  }

  .schedule_table > h3,
  .restricted > h3 {
    font-size: 16.5px;
  }

  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 1000px;
  }

  .restricted_items {
    width: 500px;
  }

  .alertheader_container {
    height: 500px;
  }

  .alert_statement {
    margin-top: 200px;
  }
}

@media screen and (max-width: 1182px) {
  .restricted {
    grid-template-columns: 1fr;
  }

  .restricted_items {
    width: 600px;
  }

  .alertheader_container {
    height: 400px;
  }

  .alert_statement {
    margin-top: 120px;
  }

  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 800px;
  }
}

@media screen and (max-width: 1065px) {
  .alert_statement > h1 {
    font-size: 45px;
  }

  .alert_statement > p {
    font-size: 22px;
  }

  .shippingschedule_container > h2,
  .unknown_container > h2,
  .fees_container > h2,
  .restricted_container > h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 975px) {
  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 600px;
  }
}

@media screen and (max-width: 925px) {
  .alertheader_container {
    padding-left: 90px;
    padding-right: 90px;
    height: 300px;
  }

}

@media screen and (max-width: 910px) {
  .alertheader_container {
    margin-top: 100px;
  }
}

@media screen and (max-width: 845px){
  .alert_statement > h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 775px) {
  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 500px;
  }

  .restricted_items {
    width: 500px;
  }

  .alert_statement > h1 {
    font-size: 35px;
  }

  .alert_statement > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 685px) {
  .alert_container, 
  .alertheader_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 589px) {
  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 400px;
  }

  .restricted_items {
    width: 400px;
  }
}

@media screen and (max-width: 561px) {
  .alert_container, 
  .alertheader_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .schedule_table table {
    width: 400px;
  }
}

@media screen and (max-width: 452px) {
  .alert_container, 
  .alertheader_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shippingschedule_container, 
  .unknown_container, 
  .fees_container, 
  .restricted_container {
    width: 300px;
  }

  .restricted_items {
    width: 300px;
  }

  .alert_container {
    align-items: center;
  }

  .schedule_table table {
    width: 300px;
  }
}

