.ul__castom {
  list-style-type: none;
  padding: 0 !important;
}

.ul__castom-li {
  display: flex;
  align-items: center;
}

.ul__castom-img {
  width: 22px;
  height: 22px;
  padding-right: 10px;
}

.ul__castom-p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 639px) {
  .ul__castom-img {
    width: 18px;
    height: 18px;
  }
}
