.offers_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 85px;
}

@media screen and (min-width: 1100px) {
  .offers_container {
    gap: 93px;
  }
}

.offers_h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .offers_h2 {
    width: 537px;
  }
}

.offers_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 66px;
}

@media screen and (min-width: 768px) {
  .offers_ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1100px) {
  .offers_ul {
    gap: 227px;
  }
}

.offers_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offers_ball {
  margin-bottom: 35px;
  border-radius: 100px;
  padding: 30px 20px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers_ball_red {
  background: #ffefef;
}

.offers_ball_blue {
  background: #f2f6ff;
}

.offers_h3 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #000;
}

.offers_punkts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.offers_punkt {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  text-align: center;
}

.offers_li_p {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000;
}
