.doors-widget-profiles__list {
  display: grid;
  gap: 40px;
}
.doors-widget-profiles__descr {
  margin-top: 20px;
  color: #231F20;
  font-size: 16px;
  line-height: 160%;
}
.doors-widget-profiles__item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.doors-widget-profiles__description {
  display: flex;
  align-items: center;
  max-width: 790px;
}

.balloon {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 260px;
  border-right: none;
}
.balloon__data {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}
.balloon__label {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .my-80 {
    margin: 48px 0;
  }
  .doors-widget-profiles .divider-v {
    display: none;
  }
  .doors-widget-profiles__list {
    gap: 32px;
  }
  .doors-widget-profiles__descr {
    font-size: 14px;
    line-height: 140%;
  }
  .doors-widget-profiles__item {
    flex-direction: column;
    gap: 15px;
  }
  .balloon {
    width: 100%;
    gap: 16px;
  }
  .balloon__data {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .doors-widget-profiles__item {
    gap: 20px;
  }
  .doors-widget-profiles__description {
    font-size: 12px;
    line-height: 160%;
  }
  .balloon {
    width: 180px;
  }
  .balloon__label {
    font-size: 16px;
    line-height: 150%;
  }
}
