.b-support {
  color: #321879;
}

.b-support__image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-support__part {
  padding: clamp(50px, 5vw, 80px) 0 clamp(80px, 6vw, 110px);
}

.b-support__title {
  font-size: 38px;
  font-weight: 700;
}

.b-support__subtitle {
  font-size: 24px;
}

.b-support__header {
  max-width: 500px;
  margin-bottom: 40px;
}

.b-support__info {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.b-support__info-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.b-support__info-list {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
}

.b-support__info-content {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: clamp(16px, 2vw, 18px);
  gap: 4px;
}

.b-support__info-content:hover {
  color: #321879;
}

.b-support__info-icon {
  width: clamp(50px, 4vw, 60px);
}

.b-support__info-icon img {
  max-width: clamp(32px, 3vw, 36px);
}

.b-support__info-item-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .b-support__image {
    height: 70vw;
  }
}