.section-creating-store {
  padding-top: 77px;
  padding-bottom: 77px;
  position: relative;
}

.section-creating-store::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/min-mapa.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0px;
}

.section-creating-store_title {
  padding-bottom: 33px;
}

.section-creating-store_title h2 {
  font-weight: 400;
  line-height: 1.3;
}

.ection-creating-store_shortText {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 400;
  padding-bottom: 50px;
}

.section-creating-store_boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
  padding-top: 90px;
  padding-left: 92px;
}

.section-creating-store_box {
  max-width: 260px;
  min-height: 220px;
  padding: 66px 13px 30px 13px;
  background-color: #f0faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-creating-store_box:hover .section-creating-store_box_image img {
  scale: 0.9;
}

.section-creating-store_box:nth-child(n + 4) {
  margin-top: 28px;
}

.section-creating-store_box_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}

.section-creating-store_box_image img {
  width: auto;
  height: 78px;
  z-index: 10;
  transition: scale 0.3s ease-in-out;
}

.section-creating-store_box_title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.section-creating-store_box_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
  text-align: center;
}

@media screen and (min-width: 2000px) {
  .section-creating-store_box:nth-child(n + 4) {
    margin-top: 0px;
  }
  .section-creating-store_box:nth-child(n + 5) {
    margin-top: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .section-creating-store_boxes {
    gap: 50px;
    padding-left: 60px;
  }

  @media screen and (max-width: 1100px) {
    .section-creating-store_boxes {
      gap: 50px;
      padding-left: 0px;
    }

    .section-creating-store_box {
      max-width: calc(33.33333% - 34px);
    }
  }

  @media screen and (max-width: 991px) {
    .section-creating-store_box {
      max-width: calc(50% - 25px);
    }

    .section-creating-store_box:nth-child(n + 4) {
      margin-top: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .section-creating-store_box {
      max-width: 100%;
      width: 100%;
    }
  }

  /* .section-creating-store_box:nth-child(n+4) {
  margin-top: 0px;
} */

  /* .section-creating-store_box:nth-child(n+3) {
  margin-top: 28px;
} */
}
/* 
.section-creating-store_box_image::before {
  width: 100%;
  top: 0;
  left: 0;
  height: 20px;
  position: absolute;
  content: "";
  background-color: #fff;
  z-index: 1;
} */
