
/*list-benefit-three*/
.list-benefit-three {
  margin-top: 44px; }
  .list-benefit-three .row > .col-12 {
    position: relative; }
    .list-benefit-three .row > .col-12::after {
      position: absolute;
      content: "";
      top: 16px;
      bottom: 16px;
      right: 0;
      background-color: var(--line);
      width: 1px; }
    .list-benefit-three .row > .col-12:last-child::after {
      display: none; }
    @media (max-width: 767.99px) {
      .list-benefit-three .row > .col-12 .heading i {
        font-size: 32px; } }
    @media (max-width: 575.99px) {
      .list-benefit-three .row > .col-12::after {
        display: none; } }
  .list-benefit-three .service-item-main:hover .heading7 {
    color: var(--gradient); }
