body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracking {
  background: white;
  width: 60%;
  min-height: 500px;
  border-radius: 5px;
  border: solid 1px;
  margin-top: 15px;
}

.img_Noveltie{
  max-height: 100px;
  vertical-align: middle;
}

.Title_Noveltie{
  font-size: 18px;
  font-weight: bold;
}

.tracking h1 {
  background: linear-gradient(20deg, #f08a01, #ffb73c);
  text-align: center;
  font-size: 23px;
  padding: 7px;
  text-transform: uppercase;
  color: white;
}

.info_Guide{
  font-size: 20px;
}

.novelties h2{
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 2px solid black;
}

@media (max-width: 768px)  {
  .tracking{
    width: 100%;
  }
}
