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

.nhl-section2 .col-wrapper {
  position: relative;
}

.nhl-section2 h3 {
  margin-top: -5px;
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: 58px; /* 116% */
}

.nhl-section2 p {
  font-size: 16px;
  font-style: normal;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin: 0;
}

.item-heading {
  font-family: "OpenSans-SemiBold";
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: normal;
}

.item-text {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: normal;
  margin: 12px 0 40px;
}

.nhl-line-section2 {
  position: absolute;
  height: 100%;

  left: -15px;
}

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

.nhl-section2 .nhl-section2-blob1 {
  min-height: 700px;
  max-height: 700px;
  left: -700px;
  top: 100px;
}
.nhl-section2 .nhl-section2-inner-blob1 {
  min-height: 300px;
  max-height: 300px;
  left: -470px;
  top: 100px;
}

@media (min-width: 1200px) {
  .col-wrapper {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
  }
}

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

  .nhl-section2 .row {
    flex-wrap: nowrap;
  }
}

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

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

  .nhl-section2 h3 {
    margin-bottom: 40px !important;
  }

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

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

  .nhl-section2 .item-cont img {
    width: 100%;
  }

  .nhl-section2 p:last-child {
    margin-bottom: 0 !important;
  }

  .nhl-section2 h3 {
    font-size: 38px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
  }

  .nhl-section2 p {
    font-size: 19px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px; /* 168.421% */
    font-family: "IBMPlexSans-ExtraLight";
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .nhl-line-section2 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nhl-section2 .row {
    justify-content: space-around;
  }
  .nhl-section2 .col-wrapper {
    max-width: 65%;
  }
  .nhl-section2 .col-lg-5 {
    max-width: 100%;
  }
  .nhl-section2 .col-lg-4 {
    max-width: 100%;
  }
  .col-wrapper {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nhl-section2 .row {
    flex-direction: column;
  }
}
