.cms-benefit .modal-header {
  padding-bottom: 33px;
  padding-top: 30px;
}
.cms-benefit ul.child-list-content li {
  border-bottom: 1px solid #003e52;
  padding: 16px 0 25px 35px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 23px;
  position: relative;
}
.cms-benefit ul.child-list-content li:before {
  content: '';
  left: 0;
  top: 20px;
  position: absolute;
}
.cms-benefit ul.child-list-content li:nth-child(1)::before {
  width: 15px;
  height: 17px;
  background-image: url(/pub/media/wysiwyg/Group_758.png);
}
.cms-benefit ul.child-list-content li:nth-child(2)::before {
  width: 16px;
  height: 16px;
  background-image: url(/pub/media/wysiwyg/Path_71.png);
}
.cms-benefit ul.child-list-content li:nth-child(3)::before {
  width: 17px;
  height: 10px;
  background-image: url(/pub/media/wysiwyg/Group_761.png);
}
.cms-benefit ul.child-list-content li:nth-child(4)::before {
  width: 15px;
  height: 15px;
  background-image: url(/pub/media/wysiwyg/Group_699.png);
}
.cms-benefit ul.child-list-content li:nth-child(5)::before {
  width: 16px;
  height: 16px;
  background-image: url(/pub/media/wysiwyg/Group_760.png);
}
.cms-benefit ul.child-list-content li:last-child {
  border: none;
}
.cms-benefit .modal-inner-wrap {
  width: 38.8%;
}
.cms-benefit .action-close::before {
  font-family: FontAwesome;
  content: '\f00d';
  font-size: 40px;
  height: 67px;
  width: 85px;
  line-height: 67px;
}
.cms-benefit .modal-content {
  padding: 0 100px 52px 72px;
}
.cms-benefit .show-benefit-modal {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .cms-benefit .modal-inner-wrap {
    width: 50%;
  }
  .cms-benefit .modal-content {
    padding: 0 50px 30px 50px;
  }
}
@media (max-width: 768px) {
  .cms-benefit .modal-inner-wrap {
    width: 69%;
    margin: 0 auto;
    height: auto;
  }
}
@media (max-width: 640px) {
  .cms-benefit .modal-inner-wrap {
    width: 80%;
  }
  .cms-benefit .modal-content {
    padding: 0px 30px 20px 30px;
  }
  .cms-benefit .modal-header {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .cms-benefit .action-close::before {
    font-size: 30px;
    height: 52px;
    width: 70px;
    line-height: 52px;
  }
}
@media (max-width: 475px) {
  .cms-benefit .modal-inner-wrap {
    width: 100%;
  }
  .cms-benefit .modal-content {
    padding: 0px 20px 15px 20px;
  }
}
