.hh {
  position: relative;
  background-image: url("../images/icons/hh-bg-grid.svg?v=3") !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--light);
  padding: 60px 0 120px 0;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0px 4px 30px rgba(179, 190, 214, 0.2);
          box-shadow: 0px 4px 30px rgba(179, 190, 214, 0.2);
}
@media (max-width: 991.98px) {
  .hh {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .hh {
    margin-left: 0;
    margin-right: 0;
  }
}
.hh:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, var(--light)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, var(--light) 20%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .hh:before {
    height: 40px;
  }
}
.hh:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, var(--light)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--light) 20%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .hh:after {
    height: 40px;
  }
}

.hh-l {
  max-width: 770px;
  margin: 0 auto 60px;
}
@media (max-width: 991.98px) {
  .hh-l {
    max-width: inherit;
    margin: 0 auto 30px;
  }
}
.hh-l h1 {
  font-size: 62px;
  line-height: 72px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hh-l h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .hh-l h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
.hh-l h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .hh-l h2 {
    font-size: 18px;
  }
}
.hh-l h3,
.hh-l h4,
.hh-l h5 {
  color: #fff;
}
.hh-l p {
  font-size: 18px;
  line-height: 27px;
  color: var(--neutral);
}

.hh-text {
  overflow: hidden;
}

.hh-show-more {
  display: none;
}
@media (max-width: 767.98px) {
  .hh-show-more {
    display: block;
    margin: 10px auto 0;
  }
  .hh-show-more:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  .show-more-text {
    height: 110px;
  }
}

@media (max-width: 767.98px) {
  .hh-text-show {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .home-info-top {
    text-align: center;
    border-radius: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-info-top {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .home-info-top {
    height: 100%;
    padding: 0 10px;
  }
}
.home-info-top h3 {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .home-info-top h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .home-info-h .col-4:nth-child(1) {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home-info-h .col-4:nth-child(2) {
    border-left: 1px solid rgba(78, 84, 90, 0.3);
    border-right: 1px solid rgba(78, 84, 90, 0.3);
  }
}
@media (min-width: 992px) {
  .home-info-h .col-4:nth-child(3) {
    text-align: right;
  }
}