.suitable {
  background: linear-gradient(180deg, #F5F5F5 0%, #EFF6FF 100%);
  padding: 70px 60px 42px 60px;
}

.suitable__title_main {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 45px;
}

.suitable__description {
  font-weight: 600;
  font-size: 24px;
  color: #5F5E5E;
  margin-bottom: 34px;
}

.suitable__subtitle {
  font-weight: 600;
  font-size: 24px;
}

.suitable__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.suitable__list {
  display: flex;
  gap: 34px;
}

.suitable__item {
  flex: 1;
  position: relative;
  border-radius: 20px;
  padding: 40px;
  background: #D4E7FF;
  min-height: 216px;
  overflow: hidden;
}

.suitable__title {
  font-weight: 600;
  font-size: 30px;
  display: inline-flex;
  gap: 12px;
  position: relative;
}

.suitable__note {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 24px;
  gap: 18px;
}

.suitable__icon {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.suitable__icon--neurological,
.suitable__icon--trauma,
.suitable__line2 {
  right: 0;
}

.suitable__icon--nerve-cell {
  left: 87px;
}

.suitable__line1,
.suitable__line3 {
  left: 0;
}

.suitable__line1 {
  width: 55%;
}

@media screen and (max-width: 1085px) {
  .suitable__title {
    flex-direction: column;
    gap: 5px;
    font-size: 22px;
  }

  .compound__title img {
    display: none;
  }

  .suitable__icon--neurological,
  .suitable__icon--nerve-cell {
    width: 200px;
  }

  .suitable__icon--trauma {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .suitable {
    padding: 40px 14px 20px;
  }

  .suitable__title_main {
    font-size: 28px;
    margin-bottom: 23px;
  }

  .suitable__description {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .suitable__subtitle {
    font-size: 16px;
  }

  .suitable__info {
    gap: 22px;
  }

  .suitable__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .suitable__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 32px 22px;
    width: 100%;
    min-height: 177px;
    margin-bottom: auto;
    transition: box-shadow 0.3s, transform 0.3s;
  }

  .suitable__title {
    font-size: 16px;
  }

  .suitable__link {
    font-size: 12px;
  }

  .suitable__note {
    flex-direction: column;
    font-size: 16px;
    gap: 16px;
  }

  .suitable__note img {
    width: 24px;
  }

  .suitable__line1 {
    width: 150%;
    transform: scale(1.4);
  }
}
