market-key-benefits {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

market-key-benefits header > *:empty {
  display: none;
}

market-key-benefits header {
  text-align: center;
}

market-key-benefits header span {
  line-height: 1.25;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

market-key-benefits header h2 {
  font-weight: 700;
  font-size: 2rem;
}

market-key-benefits header p {
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 16px;
}

market-key-benefits [benefits] {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media (max-width: 768px) {
  market-key-benefits [benefits] {
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
market-key-benefits [benefits] > [benefit] {
  max-width: 320px;
  padding: 0 45px;
  text-align: center;
  width: 33%;
}

@media (max-width: 768px) {
  market-key-benefits [benefits] > [benefit] {
    padding: 0 30px;
    width: auto;
  }
}

market-key-benefits [benefits] [benefit] svg-img {
  display: block;
  margin: auto;
  width: 45px;
  height: 45px;
  margin-top: 15px;
}

market-key-benefits [benefits] [benefit] svg-img :is(svg, img) {
  width: 45px;
  height: 45px;
  min-width: 45px;
}

market-key-benefits [benefits] [benefit] :is(h3,h4) {
  line-height: 22px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  market-key-benefits [benefits] [benefit] :is(h3,h4) {
    font-size: 12px;
    line-height: 18px;
  }
}
market-key-benefits [benefits] [benefit] p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
}
