h4 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.itsm-worth {
  width: 1192px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-inline-start: 0;
  padding-bottom: 48px;
}

.itsm-worth-item {
  box-sizing: border-box;
  width: 588px;
  height: 168px;
  padding: 24px;
  display: flex;
  list-style: none;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(243, 245, 255, 0) 0%, rgba(243, 245, 255, 0.5) 56.65%, rgba(243, 245, 255, 1) 100%);
  border: 1px solid rgba(230, 236, 248, 1);
  margin-bottom: 16px;
}

.itsm-worth-item-img {
  margin-right: 24px;
  width: 120px;
  height: 120px;
}

.itsm-worth-item-title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
}
.itsm-worth-item:hover{
  box-shadow: 0px 4px 16px rgba(46,51,191,0.2);
}
.itsm-worth-item:hover .itsm-worth-item-title {
  color: rgba(27, 209, 209, 1);
}

.itsm-worth-item-desc{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
}
.itsm-worth-item-img-750{
  display: none;
}
@media ((min-width: 1024px) and (max-width: 1439px)) {
  .itsm-worth {
    width: 1000px;
  }
  .itsm-worth-item{
    width: 494px;
    margin-bottom: 12px;
  }
}

@media ((min-width: 750px) and (max-width: 1023px)) {
  .itsm-worth {
    width: auto;
    padding: 0 12px;
  }
  .itsm-worth-item{
    padding: 12px;
    width: calc(50% - 6px);
    height:initial;
    margin-bottom: 12px;
  }
  .itsm-worth-item-img {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  .itsm-worth-item-article{
    flex: 1;
  }
  .itsm-worth-item-title {
    margin-top: 2px;
    font-size: 18px;
  }
}

@media (max-width: 749px) {
  .itsm-worth {
    width: 100%;
    padding: 0 12px;
  }
  .itsm-worth-item{
    width: 100%;
    padding: 20px 12px;
    height:initial;
    margin-bottom: 12px;
  }
  .itsm-worth-item-img-750 {
    width: 52px;
    height: 52px;
    margin-right: 12px;
  }
  .itsm-worth-item-article{
    flex: 1;
  }
  .itsm-worth-item-title {
    margin-top: 2px;
    font-size: 16px;
  }
  .itsm-worth-item-img-750{
    display: block;
  }
  .itsm-worth-item-img{
    display: none;
  }
}
