/** Shopify CDN: Minification failed

Line 162:20 The "-" operator only works if there is whitespace on both sides

**/
.contest-how {
  padding: 50px 0 100px;
  background-color: #fff5e6;
}
.contest-how__title {
  text-align: center;
  margin-bottom: 30px;
}
.contest-how-images {
  display: flex;
  gap: 18px;
}
.contest-how-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  aspect-ratio: 2.3;
  padding: 30px;
}
.contest-how-image__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contest-how-image__index {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  color: #fff5e6;
  font-size: 56px;
  font-style: normal;
  font-weight: 410;
  line-height: 90%; /* 50.4px */
  text-transform: uppercase;
  font-family: 'DDCHardware', serif;
}
.contest-how-image__text {
  position: relative;
  z-index: 1;
  max-width: 460px;
}
.contest-how-image__text p {
  color: #fff5e6;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.contest-how__smalltitle {
  margin: 50px auto 30px;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 410;
  line-height: 80%; /* 32px */
  text-transform: uppercase;
  color: #000203;
  font-family: 'DDCHardware', serif;
}
.contest-how-blocks {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  max-width: 865px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.contest-how-block {
  width: calc(50% - 25px);
  text-align: center;
}
.contest-how-block__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  text-transform: uppercase;
  color: #7a2530;
}
.contest-how-block__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #000203;
}
.contest-how__text {
  max-width: 1030px;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.contest-how__text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #000203;
}
.contest-how__text p a {
  transition: all 300ms;
}
.contest-how__text p a:hover {
  text-decoration: underline;
  color: #7a2530;
}
.contest-how__img {
  display: block;
  max-width: 786px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .contest-how__img {
    max-width: 100%;
  }
}
@media (max-width: 740px) {
  .contest-how {
    padding: 40px 0;
  }
  .contest-how-images {
    flex-direction: column;
    gap: 15px;
  }
  .contest-how-image {
    width: 100%;
    padding: 20px;
  }
  .contest-how-image__index {
    font-size: 36px;
  }
  .contest-how-image__text p {
    font-size: 18px;
  }
  .contest-how__smalltitle {
    margin: 30px auto 15px;
    font-size: 30px;
  }
  .contest-how-blocks {
    gap: 20px;
    padding-bottom: 20px;
  }
  .contest-how-block {
    width: calc(50% -10px);
  }
  .contest-how-block__title {
    font-size: 18px;
  }
  .contest-how-block__text p {
    font-size: 16px;
  }
  .contest-how__text {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .contest-how-block {
    width: 100%;
  }
}
