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

@media screen and (max-width: 1100px) {
  .strategies_container {
    margin-bottom: 100px;
  }
}

.strategies_h2 {
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.strategies_mobile_img {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .strategies_mobile_img {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .strategies_comp_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
}

.strategies_comp_img {
  display: none;
}

@media screen and (min-width: 768px) {
  .strategies_comp_img {
    display: block;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1100px) {
  .strategies_comp_img {
    display: block;
    margin-bottom: 0;
  }
}

.strategies_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .strategies_ul {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 36px;
  }
}

@media screen and (min-width: 1100px) {
  .strategies_ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    max-width: 543px;
  }
}

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

@media screen and (min-width: 768px) {
  .strategies_li {
    width: calc((100% - 16px) / 2);
  }
}

@media screen and (min-width: 1100px) {
  .strategies_li {
    min-width: 541px;
  }
}

.strategies_li_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
}

.strategies_ball {
  border-radius: 100px;
  width: 52px;
  height: 50px;
  background: #f4f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strategies_h3 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.strategies_li_p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
}
