.open-contests-section {
  padding: clamp(2.5rem, 1.946rem + 2.255vw, 3.75rem) 0;
}

@media screen and (min-width: 834px) {
  .open-contests-container {
    justify-content: space-between;
    display: flex;
    gap: clamp(2rem, 1.114rem + 3.608vw, 4rem);
  }
}

.open-contests-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 833px) {
  .open-contests-content {
    margin-bottom: 32px;
  }
}

.open-contests-main-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(2.125rem, 2.255vw + 1.571rem, 3.375rem);
  line-height: 120%;
  color: var(--dark-color-for-logo);
  margin-bottom: clamp(2rem, 1.502rem + 2.029vw, 3.125rem);
}
@media screen and (max-width: 833px) {
  .open-contests-main-title {
    max-width: 833px;
    text-align: center;
  }
}

.open-contests-description {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(0.875rem, 0.225vw + 0.82rem, 1rem);
  line-height: 140%;
  color: var(--dark-secondary-text);
  margin-bottom: clamp(2rem, 1.502rem + 2.029vw, 3.125rem);
  max-width: 486px;
}
@media screen and (max-width: 833px) {
  .open-contests-description {
    max-width: 833px;
    text-align: center;
  }
}

.open-contests-logo {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 54px;
  line-height: 90%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--dark-color-for-logo);
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: clamp(2rem, 1.502rem + 2.029vw, 3.125rem);
}

.open-contests-logo-decor {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 90%;
  letter-spacing: 0.01em;
  text-align: end;
  color: var(--dark-color-for-logo);
  padding-top: 4px;
  position: relative;
}
.open-contests-logo-decor:after {
  position: absolute;
  top: 55%;
  left: 0;
  content: "";
  background-color: var(--dark-color-for-logo);
  width: 55px;
  height: 1px;
}

.open-contest-image-list {
  display: flex;
  gap: 24px;
}
.open-contest-image-list p {
  text-align: center;
}

.open-contest-image-item {
  max-width: 282px;
}

.open-contest-image {
  width: clamp(6.25rem, 2.927rem + 13.529vw, 13.75rem);
  height: clamp(6.25rem, 2.927rem + 13.529vw, 13.75rem);
  margin: 0 auto;
  margin-bottom: 25px;
}
/*# sourceMappingURL=open-contests-section.css.map */
