.content,
.header {
  padding: 10px;
}
.header {
  color: #fff;
}
.header p {
  background: 100% no-repeat;
  margin: 0 0 0 10px;
}
.header img {
  max-height: 50px;
  max-width: 44vw;
}
.flags {
  background: 98% 20px no-repeat #fff;
}
.main-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.main-content h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.main-content.home-step h2 {
  font-size: 32px;
}
@media screen and (max-width: 425px) {
  .main-content.home-step h2 {
    font-size: 26px;
  }
}
.main-content p {
  line-height: 1.43;
  margin: 10px 0;
}
.header_flex_item {
  font-size: 12px;
  font-weight: 700;
  width: 50%;
}
.ft {
  float: right;
}
.title_h1 {
  font-family: var(--custom-fonts);
}
.caja_premio.flex-counter {
  border-top: 2px solid #e3e3e3;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 15px 0 25px;
}
.caja_premio .flex-counter--text {
  font-size: 1.3rem !important;
}
.caja_premio .flex-counter--text .counter--number {
  font-size: 1.6rem !important;
}
.caja_premio .flex-counter {
  padding: 0 1rem !important;
}
#breaking-news-container {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 400px) {
  .title_h1 {
    font-size: 20px;
  }
}
body.with_background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}
body.with_background .content {
  border-radius: 10px;
  margin: 14% auto 0;
  max-width: 800px;
}
@media (max-width: 800px) {
  body.with_background {
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.with_background .content {
    margin-top: 19%;
  }
}
.final-step-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .final-step-wrapper {
    grid-template-columns: 1fr;
  }
}
