.production-integration-section {
  padding: 60px 0;
}

.production-integration-section .container-wrapper .card-shadow-wrapper {
  padding: 15px;
  filter: drop-shadow(0px -3px 5px rgba(0, 207, 106, 0.7));
  height: 100%;
}
.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card {
  position: relative;
  border-radius: 24px;
  height: 100%;
  min-height: 400px;
  background: #135e30;
  overflow: hidden;

  mask-image:
    radial-gradient(circle at 0% 30%, transparent 12px, black 13px),
    radial-gradient(circle at 100% 30%, transparent 12px, black 13px);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card
  .card-header-area {
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  border-bottom: 2px dashed#FFFFFF;
}

.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card
  .card-header-area
  h3 {
  font-weight: 900;
  margin: 0;
  font-size: 28px;
  width: 60%;
  line-height: 1.2;
}

.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card
  .card-body-area {
  padding: 20px;
  text-align: start;
}

.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card
  .card-body-area
  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card
  .card-body-area
  li {
  margin-bottom: 15px;

  line-height: 1.5;
  font-size: 14px;
  position: relative;
}

/*========================== Hover Effects ========================== */
.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card:hover {
  background: #ffffff;
}
.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card:hover
  .card-header-area {
  border-bottom: 2px dashed #242424;
}
.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card:hover
  .card-body-area
  li {
  color: #242424;
}

.production-integration-section
  .container-wrapper
  .card-shadow-wrapper
  .custom-notched-card:hover
  .card-header-area
  h3 {
  color: #242424;
  font-weight: 900;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .production-integration-section
    .container-wrapper
    .card-shadow-wrapper
    .custom-notched-card
    .card-header-area
    h3 {
    font-size: 21px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .production-integration-section
    .container-wrapper
    .card-shadow-wrapper
    .custom-notched-card
    .card-header-area
    h3 {
    font-size: 21px;
    width: 100%;
  }
  .production-integration-section
    .container-wrapper
    .card-shadow-wrapper
    .custom-notched-card:hover {
    background: #135e30;
  }

  .production-integration-section
    .container-wrapper
    .card-shadow-wrapper
    .custom-notched-card:hover
    .card-header-area {
    border-bottom: 2px dashed #ffffff;
  }

  .production-integration-section
    .container-wrapper
    .card-shadow-wrapper
    .custom-notched-card:hover
    .card-body-area
    li {
    color: #ffffff;
  }

  .production-integration-section
    .container-wrapper
    .card-shadow-wrapper
    .custom-notched-card:hover
    .card-header-area
    h3 {
    color: #ffffff;
  }
}
