section#rescue-v2 {
  padding: 24px 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #F1F4F8;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

section#rescue-v2 .rescue-item-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex: 1 1 280px;
  min-width: 0;
  margin: 0;
  padding: 0 40px;
  gap: 16px;
  border-right: 1px solid #424242;
  opacity: 1 !important;
  width: auto;
  max-width: 100%;
}

section#rescue-v2 .rescue-item-wrapper img {
  flex-shrink: 0;
}

section#rescue-v2 .rescue-content {
  min-width: 0;
  overflow-wrap: anywhere;
}

section#rescue-v2 .rescue-item-wrapper:last-of-type {
  border-right: none;
}

@media (max-width: 1100px) {
  section#rescue-v2 {
    padding: 24px;
  }

  section#rescue-v2 .rescue-item-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  section#rescue-v2 {
    padding: 16px 20px;
  }

  section#rescue-v2 .rescue-item-wrapper {
    flex: 1 1 100%;
    border-right: none;
    padding: 0;
  }
}

@media (max-width: 768px) {
  section#rescue-v2 .rescue-item-wrapper {
    display: flex !important;
    opacity: 1 !important;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    justify-content: flex-start;
    text-align: left;
  }

  section#rescue-v2 {
    flex-direction: column;
    padding: 16px;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
  }
}
