h4,h5,ul,li {
  margin-block-start: 0;
  margin-block-end: 0;
}

.image-text-layout23 {
  width: 1192px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-inline-start: 0;
  padding-bottom: 48px;
}

.image-text-layout23-item {
  box-sizing: border-box;
  width: 386px;
  height: 160px;
  padding: 16px;
  list-style: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px; 
  background: rgba(255, 255, 255, 1);
  /* border: 1px solid #000; */
  margin-bottom: 16px;
}
.image-text-layout23-item:nth-child(1),.image-text-layout23-item:nth-child(2){
  width: 588px;
}
.image-text-layout23-item-imgBox{
  width: 124px;
  margin: 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.image-text-layout23-item-text {
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 8px;
}

.image-text-layout23:hover .image-text-layout23-title {
  color: rgba(27, 209, 209, 1);
}

.image-text-layout23-desc{
  font-size: 14px;
  font-weight: 400;
  color: rgba(78, 89, 105, 1);
}

@media ((min-width: 1024px) and (max-width: 1439px)) {
  .image-text-layout23 {
    width: 1000px;
  }
  .image-text-layout23-item{
    width: 324px;
  }
  .image-text-layout23-item-text {
    font-size: 18px;
  }
  .image-text-layout23-item:nth-child(1),.image-text-layout23-item:nth-child(2){
    width: 494px;
  }
}

@media ((min-width: 750px) and (max-width: 1023px)) {
  .image-text-layout23 {
    width: auto;
    padding: 0 12px;
  }
  .image-text-layout23-item{
    width: calc((100% - 24px)/3);
    height: 160px;
  }
  .image-text-layout23-item:nth-child(1),.image-text-layout23-item:nth-child(2){
    width: calc((100% - 12px)/2);
    height: 160px;
  }
  .image-text-layout23-item-text {
    font-size: 16px;
    font-weight: 500;
  }
  
}

@media (max-width: 749px) {
  .image-text-layout23 {
    width: 100%;
    padding: 0 12px;
    padding-top: 32px;
  }
  .image-text-layout23-item:nth-child(1), .image-text-layout23-item:nth-child(2){
    width: 100%;
  }
  .image-text-layout23-item{
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 20%;
    margin-bottom: 10px;
  }
  .image-text-layout23-item-imgBox{
    margin: 0;
    margin-right: 24px;
    justify-content:flex-start
  }
  .image-text-layout23-item-text {
    font-size: 16px;
    font-weight: 500;
  }
  
}
@media (max-width: 500px) {
  .image-text-layout23-item{
    padding-left: 20px;
  }
}
