.needed {
  margin-top: 40px;
  color: #ffffff;
  background: url(../../img/needed/needed-mobile.png) top right / auto no-repeat;
  background-size: cover;
  height: 357px;
  border-radius: 16px;
}
.needed__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 20px;
  height: 100%;
}

.needed h3 {
  font-size: 24px;
  line-height: 28px;

  font-weight: 400;
}
.needed p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
  font-weight: 400;
  text-align: left;
}
.needed button {
  font-size: 9px;
  font-weight: 500;
  padding: 8px 40px;
  color: #ffffff;
  background: #f90000;
  cursor: pointer;
  border-radius: 999px;
  margin-top: 57px;
}
@media (min-width: 600px) {
  .needed {
    margin-top: 48px;
    background: url(../../img/needed/needed.png) top right / auto no-repeat;
    background-size: cover;
    height: 290px;
    border-radius: 32px;
  }
}
@media (min-width: 1200px) {
  .needed__content {
    padding: 40px;
  }
  .needed h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .needed p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
  .needed button {
    font-size: 16px;
    padding: 16px 56px;
    margin-top: auto;
  }
}
