.myContent .myContainer {
  padding: 0 3%;
}

.myContent .product .myContainer {
  display: flex;
  justify-content: space-between;
  padding: 50px 57px 56px;
}

.myContent .product .myContainer .item {
  display: block;
  width: 38.13%;
  height: auto;
}

.myContent .product .notic {
  background: #f1f1f2;
  font-size: 24px;
  color: #000032;
  line-height: 41px;
  text-align: center;
}

.myContent .provide {
  padding: 8px 0;
}

.myContent .provide .myContainer {
  display: flex;
  justify-content: space-between;
  width: 1216px;
}

.myContent .provide .myContainer .item {
  width: 20.55%;
  aspect-ratio: 250 / 194;
  position: relative;
  background-size: cover;
}

.myContent .provide .myContainer .item::after {
  content: attr(num);
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 38px;
  height: 34px;
  border-radius: 8px 0 0 8px;
  font-size: 18px;
  line-height: 34px;
  color: #FFF;
  text-align: center;
}

.myContent .provide .myContainer .item:nth-child(1)::after {
  background-color: #373a8c;
}

.myContent .provide .myContainer .item:nth-child(2)::after {
  background-color: #3f61a2;
}

.myContent .provide .myContainer .item:nth-child(3)::after {
  background-color: #4888bc;
}

.myContent .provide .myContainer .item:nth-child(4)::after {
  background-color: #55b0d4;
}

@media (max-width: 1240px) {
  .myContent .provide .myContainer {
    width: 100%;
    padding: 0 8%;
    flex-wrap: wrap;
  }
  .myContent .provide .myContainer .item {
    width: 45%;
  }
  .myContent .provide .myContainer .item:nth-child(n + 3) {
    margin-top: 5%;
  }
  .myContent .provide .myContainer .item:nth-child(2n -1) {
    margin-right: 5%;
  }
}

@media (max-width: 768px) {
  .myContent .product .myContainer {
    padding: 5% 3%;
  }
  .myContent .product .myContainer .item {
    width: 47%;
  }
  .myContent .product .notic {
    font-size: 16px;
    line-height: 1;
    padding: 3% 8%;
    margin: auto;
  }
  .myContent .provide .myContainer {
    justify-content: flex-end;
  }
  .myContent .provide .myContainer .item {
    width: 40%;
  }
  .myContent .provide .myContainer .item:nth-child(n + 3) {
    margin-top: 5%;
  }
  .myContent .provide .myContainer .item:nth-child(2n -1) {
    margin-right: 38px;
  }
  .myContent .provide .myContainer .item::after {
    width: 28px;
    height: 24px;
    line-height: 24px;
  }
}

@media (max-width: 425px) {
  .myContent .provide .content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* .myContent .provide .content .item {
    width: 48%;
  } */
  .myContent .provide .content .item .bottom {
    margin: auto;
  }
  /* .myContent .provide .content .item:not(:last-child) {
    margin: 5% auto;
    margin-left: 0;
  } */
}
