.top_challenges__main {
  padding: 16px 16px 0 16px;
  border-radius: var(--big_border_radius);
  background-color: var(--white_transparent);
}

.top_challenge__subtitle {
  font-style: italic;
  text-align: right;
  width: 30%;
}

.top_challenges__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
}

.top_challenges__challenges {
  padding: 18px 0 65px 0;
}

.top_challenges__challenges > *:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 896px) {
  .top_challenges__main {
    width: 28.1rem;
  }
}
