.challenge__content {
  display: flex;
  flex-flow: column;
  gap: 56px;
}
.challenge__body {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.challenge__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.1rem;
  text-transform: lowercase;
  color: #080e29;
}
.challenge__challenge {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding: 48px;
  background: rgba(37, 127, 252, 0.0784313725);
}
.challenge__challenge-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -0.04rem;
  text-transform: lowercase;
  color: #080e29;
}
.challenge__challenge-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: rgba(11, 26, 64, 0.5607843137);
}
.challenge__solution {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  padding: 48px;
  background: #080e29;
}
.challenge__left {
  display: flex;
  flex-flow: column;
  gap: 16px;
  max-width: 571px;
  width: auto;
}
.challenge__solution-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -4%;
  text-transform: lowercase;
  color: #ffffff;
}
.challenge__solution-text {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -4%;
  text-transform: lowercase;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.challenge__solution-text.btn-type {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  text-transform: none;
}
.challenge__solution-text strong {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -4%;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.3215686275);
  margin-bottom: 8px;
}
.challenge__solution-text ul {
  list-style: none;
  margin: 8px 0 12px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding: 0;
}
.challenge__solution-text li {
  position: relative;
  padding-left: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: none;
}
.challenge__solution-text li::before {
  content: url("data:image/svg+xml;utf8,<svg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='8' height='8' rx='4' fill='white' fill-opacity='0.17'/></svg>");
  position: absolute;
  left: 0;
  top: -1px;
  width: 8px;
  height: 8px;
}
.challenge__solution-btn {
  background: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 90%;
  letter-spacing: -0.04rem;
  text-align: center;
  text-transform: uppercase;
  color: #080e29;
  padding: 22px 24px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.challenge__solution-btn:hover {
  background: #D5E2F4;
  color: #030303;
}
.challenge__solution-btn-type {
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 494px;
  width: 100%;
  justify-self: center;
  justify-content: center;
}
.challenge__right {
  background: #257ffc;
  position: relative;
  width: auto;
  max-width: 742px;
  min-height: 469px;
  flex: 1 1;
}
.challenge__right img {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.challenge__result {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  background: #eef5ff;
  padding: 48px;
}
.challenge__result-left {
  max-width: 491px;
  background: #fff;
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding: 24px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.challenge__result-author {
  display: flex;
  gap: 24px;
  align-items: center;
}
.challenge__result-author-image {
  width: 112px;
  height: 112px;
  aspect-ratio: 1;
  background: #c8fca9;
  position: relative;
}
.challenge__result-author-image img {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.challenge__result-author-name {
  display: flex;
  flex-flow: column;
}
.challenge__result-author-fullname {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -2.2%;
  color: #000000;
}
.challenge__result-author-position {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2.2%;
  color: rgba(0, 0, 0, 0.5607843137);
}
.challenge__result-texting {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.challenge__result-texting-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -4%;
  text-transform: lowercase;
  color: #080e29;
}
.challenge__result-texting-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2.2%;
  color: rgba(8, 14, 41, 0.6392156863);
}
.challenge__result-right {
  display: flex;
  flex-flow: column;
  gap: 16px;
  max-width: 607px;
  width: 100%;
}
.challenge__result-title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -4%;
  text-transform: lowercase;
  color: #080e29;
}
.challenge__result-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.022rem;
  color: #080e29;
}
.challenge__result-text strong {
  margin-top: 16px;
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 104%;
  letter-spacing: -0.04rem;
  text-transform: lowercase;
}
.challenge__result-text ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
.challenge__result-text li {
  position: relative;
  padding-left: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #080e29;
}
.challenge__result-text li::before {
  content: url("data:image/svg+xml;utf8,<svg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.6689 17.333H1.33594L1.33594 4L14.6689 4V17.333ZM8.00488 9.32812C7.26876 9.3283 6.67205 9.92501 6.67188 10.6611C6.67188 11.3974 7.26865 11.9949 8.00488 11.9951C8.74126 11.9951 9.33887 11.3975 9.33887 10.6611C9.33869 9.9249 8.74115 9.32812 8.00488 9.32812Z' fill='%23257FFC'/></svg>");
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 18px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .challenge__content {
    gap: 30px;
  }
  .challenge__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
  .challenge__challenge {
    padding: 24px;
    gap: 15px;
  }
  .challenge__challenge-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
  .challenge__body {
    gap: 15px;
  }
  .challenge__solution {
    padding: 24px;
    flex-flow: column;
    align-items: flex-start;
    gap: 30px;
  }
  .challenge__right {
    width: 100%;
    min-height: 480px;
    max-width: 100%;
  }
  .challenge__right img {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    -o-object-position: top;
       object-position: top;
  }
  .challenge__solution-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #FFFFFF;
  }
  .challenge__solution-text {
    gap: 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: #FFFFFF;
  }
  .challenge__solution-text li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: #FFFFFF;
  }
  .challenge__solution-text strong {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.32);
  }
  .challenge__result {
    padding: 24px;
    flex-flow: column;
    gap: 30px;
  }
  .challenge__result-left {
    max-width: 100%;
  }
  .challenge__result-author-fullname {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.022em;
    color: #000000;
  }
  .challenge__result-author-position {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(0, 0, 0, 0.56);
  }
  .challenge__result-texting-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
  .challenge__result-texting-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(8, 14, 41, 0.64);
  }
  .challenge__result-title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #080E29;
  }
  .challenge__result-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: #080E29;
  }
  .challenge__result-text li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: #080E29;
  }
  .challenge__result-text li::before {
    top: -2px;
  }
  .challenge__result-right {
    max-width: 100%;
  }
  .challenge__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .challenge .container {
    padding: 0;
  }
  .challenge__content {
    gap: 24px;
  }
  .challenge__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    padding: 0 16px;
  }
  .challenge__challenge {
    padding: 24px 16px;
    gap: 8px;
  }
  .challenge__challenge-title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -4%;
    text-transform: lowercase;
  }
  .challenge__challenge-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2.2%;
  }
  .challenge__body {
    gap: 24px;
  }
  .challenge__solution {
    padding: 24px 16px;
    gap: 28px;
    flex-flow: column;
  }
  .challenge__right {
    height: 363px;
    min-height: 363px;
    width: 100%;
  }
  .challenge__right img {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .challenge__solution-title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
  }
  .challenge__left {
    gap: 16px;
    width: 100%;
  }
  .challenge__solution-text {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
  }
  .challenge__solution-text strong {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
  }
  .challenge__solution-text ul {
    gap: 4px;
    margin-bottom: 0;
  }
  .challenge__solution-text li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: #FFFFFF;
  }
  .challenge__result {
    padding: 24px 16px;
    flex-flow: column;
    gap: 24px;
  }
  .challenge__result-left {
    padding: 16px;
    gap: 12px;
  }
  .challenge__result-author-image {
    width: 81px;
    height: 76px;
  }
  .challenge__result-author-image img {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .challenge__result-author {
    gap: 16px;
  }
  .challenge__result-author-fullname {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.02em;
  }
  .challenge__result-author-position {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.02em;
  }
  .challenge__result-texting-title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
  }
  .challenge__result-texting {
    gap: 4px;
  }
  .challenge__result-texting-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.02em;
  }
  .challenge__result-title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
  }
  .challenge__result-right {
    gap: 8px;
  }
  .challenge__result-text {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 104%;
    letter-spacing: -0.04em;
  }
  .challenge__result-text ul {
    margin-top: 8px;
  }
  .challenge__result-text li {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.02em;
  }
}/*# sourceMappingURL=style.css.map */