@media (min-width: 768px) {
  .service-card {
    border: none;
  }
  .light-shade-bg {
    position: relative;
    top: 10px;
    background-color: #c2a7a6;
    border: 1px #ced4da solid;
  }

  .light-shade-bg .bg-light {
    position: relative;
    z-index: 2;
    top: -12px;
    left: -12px;
  }
}
@media (max-width: 768px) {
  .service-card {
    border: 1px solid #00732f;
    padding: 20px;
    border-radius: 10px;
  }
  
  
   .app-section-wrapper {
        padding: 0;
        margin: 0;
        display: inline-block
    }

    .app-section-wrapper .container {
        padding: 0
    }

    .app-section-wrapper .app-section-wrapper-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 0
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-left {
        display: block;
        padding: 20px 20px 0 20px
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-left .footerheading {
        font-size: 20px;
        line-height: 24px
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-left .footerheading .desk-footerheading {
        display: none
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-left .footerheading .mob-footerheading {
        display: block
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-left #reqBtn {
        display: none
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-right {
        padding: 0 15px 20px;
        margin: 15px 0 0 0
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-right .appicon {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-right .appicon a {
        margin: 0
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-right .appscan {
        display: none
    }

    .app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-left,.app-section-wrapper .app-section-wrapper-inner .app-section-wrapper-inner-right {
        width: 100%
    }
  
  
}
.custom-border {
  border-bottom: 1px solid #dee2e6;
}

@media (min-width: 576px) {
  .custom-border:nth-child(n + 3) {
    border-bottom: none;
  }

  .custom-border:nth-child(odd) {
    border-right: 1px solid #dee2e6;
  }

  .custom-border:nth-child(even) {
    border-right: none;
  }
}