.nhl-section4 {
  margin: 160px 0;
}

.nhl-section4 .row {
  margin-bottom: 160px;
}

.nhl-section4 h3 {
  margin-bottom: 0px;
  max-width: 444px;
  font-size: 50px;
  font-style: normal;
  font-family: "IBMPlexSans-ExtraLight";
  /* font-weight: 200; */
  line-height: normal;
}

.nhl-section4 p {
  margin-top: 0px;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px; /* 163.636% */
}

.nhl-line-section4 {
  position: absolute;
  height: 100%;
  top: 5px;
  left: -15px;
  min-height: 304px;
  z-index: -1;
}

.item-cont:last-child .item-text {
  margin-bottom: 0;
}

.nhl-section4 .nhl-section4-blob {
  min-height: 300px;
  max-height: 300px;
  position: relative;
  top: -300px;
  left: -230px;
}

.nhl-section4 .left-col {
  /* height: 300px; */
  max-height: 150px;
}

.card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  padding: 60px 84px;
  border-radius: 14px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
}

.content-card {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.content-card h5 {
  color: #fff;
  font-family: "OpenSans-SemiBold";
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 0px;
}

.content-card p {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 30px; /* 187.5% */
  margin-bottom: 0px;
}

.card-wrapper .sub-text {
  grid-column: span 2;
  color: #fff;
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-style: normal;
  line-height: 21px;
}

.nhl-section4 .card-wrapper p {
  font-size: 16px;
  line-height: 30px; /* 187.5% */
}

@media (min-width: 992px) and (max-width: 1366px) {
  .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .nhl-section4 {
    margin: 100px 0;
  }

  .item-cont:last-child .item-text {
    margin: 12px 0 40px;
  }

  .nhl-section4 h3 {
    font-size: 38px;
    margin-bottom: 0px !important;
  }

  .item-heading {
    line-height: 28px;
  }

  .item-text {
    margin: 8px 0 40px;
  }

  .nhl-section4 p:first-child {
    margin-bottom: 0px !important;
  }
  .nhl-section4 .row {
    margin-bottom: 40px;
  }
  .left-col {
    margin-bottom: 40px;
  }
  .nhl-section4 h3 {
    font-size: 38px;
    font-weight: 200;
    line-height: normal;
  }

  .nhl-section4 p {
    font-size: 19px;
    font-weight: 200;
    line-height: 32px; /* 168.421% */
  }

  .card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    border-radius: 14px;
    /* justify-content: space-between; */
    background: none;
  }

  .content-card {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 100%;
    padding: 24px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
  }

  .content-card h5 {
    font-size: 19px;
    line-height: 28px; /* 163.636% */
  }

  .card-wrapper .sub-text {
    margin-top: 20px;
    font-size: 15px;
  }
}
