.pain-section {
  padding: 3.875rem 0 2.5rem 0;
  background-color: #fff;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.pain-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pain-section .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .pain-section {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .pain-section {
    padding: 7.5rem 0;
  }
}
.pain-section .pain-header {
  max-width: 600px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .pain-section .pain-header {
    margin-inline: auto;
    text-align: center;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .pain-section .pain-header {
    max-width: 700px;
  }
}
.pain-section .pain-header .label-line {
  width: 1px;
  height: 17px;
  background-color: #0D2137;
}
@media (min-width: 768px) {
  .pain-section .pain-header .section-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pain-section .pain-header .section-heading {
  font-weight: 500;
  font-size: 1.875rem;
  max-width: 17ch;
}
@media (min-width: 768px) {
  .pain-section .pain-header .section-heading {
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .pain-section .pain-header .section-heading {
    font-size: 3.3125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .pain-section .pain-header .section-heading {
    font-size: 4.25rem;
  }
}
.pain-section .pain-subtext {
  color: #949494;
  font-size: 1rem;
  margin-top: 0.75rem;
}
@media (min-width: 1200px) {
  .pain-section .pain-subtext {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .pain-section .pain-subtext {
    font-size: 1.375rem;
  }
}
.pain-section .pain-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}
@media (min-width: 576px) {
  .pain-section .pain-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .pain-section .pain-grid {
    gap: 1.875rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .pain-section .pain-grid {
    -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem 1.875rem;
  }
}
.pain-section .pain-card {
  position: relative;
  padding: 1.75rem 0.9375rem;
  border-left: 1px solid rgb(186, 186, 186);
  border-bottom: 1px solid rgb(186, 186, 186);
}
@media (min-width: 768px) {
  .pain-section .pain-card {
    padding: 2rem 1.75rem;
  }
}
@media (min-width: 1400px) {
  .pain-section .pain-card {
    padding: 2.6875rem 2.5rem;
  }
}
@media (min-width: 1600px) {
  .pain-section .pain-card {
    padding: 2.6875rem 3.375rem;
  }
}
@media (hover: hover) {
  .pain-section .pain-card:hover {
    background-color: #f8fffe;
  }
}
.pain-section .pain-card .pain-card__left-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: #25d366;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (hover: hover) {
  .pain-section .pain-card:hover .pain-card__left-border {
    height: 100%;
  }
}
.pain-section .pain-card .pain-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .pain-section .pain-card .pain-card__inner {
    row-gap: 50px;
  }
}
.pain-section .pain-card .pain-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .pain-section .pain-card .pain-icon {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1600px) {
  .pain-section .pain-card .pain-icon {
    width: 80px;
    height: 80px;
  }
}
.pain-section .pain-card .pain-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.pain-section .pain-card .pain-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pain-section .pain-card .pain-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0d2137;
  line-height: 1.2;
  margin: 0;
  max-width: 14ch;
}
@media (min-width: 1200px) {
  .pain-section .pain-card .pain-title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1600px) {
  .pain-section .pain-card .pain-title {
    font-size: 2.125rem;
  }
}
.pain-section .pain-card .pain-sub {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #949494;
  margin-top: 2px;
}
.pain-section .pain-card .pain-card__bottom-line {
  height: 1px;
  background-color: #e8ecef;
  margin-top: 1.25rem;
}