.my-css-full-width{
  width: 100%;
}
.my-css-flex-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 200px;
  position: relative;
}

.my-css-flex-wrap img{
  width: calc(25% - 10px);
}
@media (max-width: 768px) {
  .my-css-flex-wrap{
    margin-bottom: 40px;
  }
  .my-css-flex-wrap + .my-css-flex-wrap{
    margin-top: 80px;
  }
  .my-css-flex-wrap img{
    width: calc(50% - 5px);
  }
}
.my-css-text{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #000000;
  flex: 0 0 100%;
  margin-bottom: 24px;
}

.my-css-flex-wrap2{
    display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 200px;
  position: relative;
}
.my-css-flex-wrap2 img{
  width: calc(33.3% - 10px);
}
@media (max-width: 768px) {
  .my-css-flex-wrap2{
    margin-bottom: 40px;
    flex-direction: column;
  }
  .my-css-text{
    margin-bottom: 12px;
  }
  .my-css-flex-wrap2 img{
    width: calc(100%);
  }
}
.mobile-item-tit{
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #000000;
  text-align: center;
}
.mobile-item-des{
  font-size: 10px;
  text-align: center;
  color: #000000;
  padding-bottom: 36px;
  line-height: 1.5;
}
.my-css-flex-wrap2 > div:last-child .mobile-item-des{
  padding-bottom: 10px;
}
