.listm {
  position: relative;
  margin-top: 30px;
}
.listm .listmenuitems {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .listm .listmenuitems {
    margin: -15px;
  }
}
.listm .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  color: #000000;
  background: #F9F6F3;
  padding: 30px 20px;
  margin-bottom: 20px;
  transition: all 300ms ease;
}
@media screen and (min-width: 640px) {
  .listm .item {
    width: calc(33.33% - 30px);
    text-align: center;
    padding: 30px;
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .listm .item {
    text-align: left;
    padding: 40px;
  }
}
.listm .item:hover {
  background: #ECE1D8;
}
.listm .item:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 25px);
  left: 20px;
}
@media screen and (min-width: 640px) {
  .listm .item:before {
    width: 80px;
    height: 70px;
    top: 20px;
    left: calc(50% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .listm .item:before {
    top: calc(50% - 40px);
    left: 40px;
  }
}
.listm [data-count='2'] .item {
  position: relative;
}
@media screen and (min-width: 640px) {
  .listm [data-count='2'] .item {
    width: calc(50% - 30px);
  }
}
.listm a {
  text-decoration: none;
  border: none;
}
.listm .dvcontent {
  width: 100%;
  text-align: center;
}
.listm .dvimg {
  display: none;
}
.listm .title1 {
  display: block;
}
.listm .title1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.listm .title1 h3 {
  color: inherit;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: inherit;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .listm .title1 h3 {
    font-size: 1.7rem;
  }
}
.listm .title1 span {
  display: none;
}
.listm .title2 {
  display: block;
}
.listm .title2 h3 {
  color: inherit;
  font-weight: 400;
  font-size: 1em;
  text-align: inherit;
  line-height: 120%;
  padding: 0;
  margin: 0;
}
.listm .title2 span {
  display: none;
}
.listm .dvfirstcontent {
  display: none;
}
.listmenuitems-1 {
  position: relative;
}
.listmenuitems-1 .item {
  padding: 30px 20px 30px 95px;
}
@media screen and (min-width: 640px) {
  .listmenuitems-1 .item {
    padding: 110px 30px 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .listmenuitems-1 .item {
    padding: 40px 40px 40px 150px;
  }
}
.listmenuitems-1 .item:nth-child(1):before {
  background-image: url('images/icon-creditcard.svg');
}
.listmenuitems-1 .item:nth-child(2):before {
  background-image: url('images/icon-orders.svg');
}
.listmenuitems-1 .item:nth-child(3):before {
  background-image: url('images/icon-person.svg');
}
.listmenuitems-1 .dvcontent {
  text-align: left;
}
.listmenuitems-1 .title1 h3 {
  margin: 0 0 10px 0;
}
