body {
  background-color: #015EA8;
}

.container {
  background-color: white;
  padding: 0 !important;
  margin: 0 auto !important;
}


img {
  max-width: 100%;
}

#baseline {
  background-color: #e2ab3d;

  color: white;
  text-align: center;
  padding: 45px;
  font-size: 3rem;
}

#text {
  padding: 35px;
}

#text .list {

  margin-bottom: 50px;
}

#text .list p {
  margin-bottom: 25px;
  padding-left: 15px;
  ;
}

#text .list strong {
  border: 1px solid #e2ab3d;
  color: #e2ab3d;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 7px;
  margin-left: -15px;


}

#text strong::after {
  display: table;
  width: 100%;
  height: 1px;
  content: ' ';
}

#date {
  background-color: #67bceb;
  color: white;
  text-align: center;
  padding: 45px 0;
  font-size: 3rem;
}

#date .small {
  font-size: 60%;
}

@media screen and (min-width: 575px) and (max-width: 992px) {

  #baseline {
    font-size: 2rem;
  }

  #date {

    font-size: 2rem;
  }

  #date .small {
    font-size: 70%;
  }
}

@media screen and (max-width: 575px) {


  #baseline {
    font-size: 1.5rem;
  }

  #date {
    padding: 25px 0;
    font-size: 1.3rem;
  }

  #date .small {
    font-size: 70%;
  }

}