.container-blog {
  width: 70%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 443px) {
  .container-blog {
    width: 90%;
    padding-right: 0;
    padding-left: 0;
  }
}

.hero-wrap.hero-wrap-2 {
  height: 22vh !important;
  min-height: 100%;
  background-color: #f9f9f9 !important;
}

@media (max-width: 443px) {
  .hero-wrap.hero-wrap-2 {
    height: 12vh !important;
  }
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0) 35%);
}

.hero-wrap .slider-text img {
  width: 20%;
  margin-top: 0;
}

.section-news-events-detail {
  padding: 3em 8em 4em 8em;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}

.section-news-events-detail {
  padding: 3em 0 0 0;
}

.section-news-events-detail h2 {
  color: #464646;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: bold;
}

.section-news-events-detail {
  padding: 3em 0 0 0;
}

.section-news-events-detail .card .card-body {
  padding: 30px 15px 40px 40px;
}

.section-news-events-detail .card .card-body .card-title {
  padding: 1rem 0 1rem 0;
  font-size: 32px;
  color: #464646;
  text-transform: none;
}

.section-news-events-detail .card .card-body .card-text {
  font-size: 16px;
  color: #464646;
}

.section-news-events-detail .card .card-body .card-text.header {
  font-size: 16px;
  color: #464646;
  font-weight: bold;
}

.section-news-events-detail .card .card-body ul {
  margin-bottom: 1rem;
}

.section-news-events-detail .card .card-body ul li {
  font-size: 16px;
  color: #464646;
  /* margin: -10px 0 -20px 0; */
  line-height: 1.6;
}

.section-news-events-detail .card .card-body .card-text.header2 {
  font-size: 18px;
  color: #464646;
  font-weight: bold;
}

.section-news-events-detail .card .card-body ul.offset-sm-1 {
  margin-left: 0%;
}

.section-news-events-detail .card .card-body p {
  font-size: 14px;
  color: #464646;
}

.section-news-events-detail ul.offset-sm-1 li {
  margin-top: -1rem;
  color: #464646 !important;
}


ol li::marker{
  font-weight: bold;
  color: #333;
}

 .blog-reasons-list {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

.blog-reasons-list > li {
  margin-bottom: 1.25rem;
  min-height: 0;
}

.blog-reasons-list > li:last-child {
  margin-bottom: 0;
}

.blog-reasons-list > li .card-text,
.blog-reasons-list > li ul {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}

.blog-reasons-list > li .card-text:first-of-type {
  margin-top: 0.25em;
}

.blog-reasons-list > li .card-text:last-of-type,
.blog-reasons-list > li ul:last-of-type {
  margin-bottom: 0;
}

.blog-reasons-list > li ul {
  padding-left: 1.25rem;
}


@media (max-width: 767px) {
  .blog-reasons-list > li {
    margin-bottom: 0.85rem;
  }
  .blog-reasons-list > li .card-text,
  .blog-reasons-list > li ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .card-body ul li {
    margin-bottom: 0.2em;
    line-height: 1.45;
  }
  .card-body ul li:last-child {
    margin-bottom: 0;
  }
}


@media (max-width: 443px) {
  .section-news-events-detail .card .card-body {
    padding: 15px 10px 20px 10px;
  }

  .hero-wrap .slider-text img {
    width: 45%;
    margin-top: 0;
  }

  .section-news-events-detail {
    padding: 1rem 1rem 3rem 1rem;
  }

  .section-news-events-detail {
    padding: 1rem 0 2rem 0;
  }

  .section-news-events-detail .card.p-4 {
    padding: 0 !important;
  }

  .section-news-events-detail h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  


}