.business-header {
  background: none;
}
.tb-content-box h2 {
  font-weight: 600;
}
.content-of-year .year-box {
  text-align: left;
  background: var(--dark-blue-color);
  display: inline-block;
  border-radius: 10px;
  padding: 0.25rem 10rem 0.25rem 0.5rem;
}
.year-box h3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}
.year-box h3 svg {
  width: 25px;
  margin-right: 1rem;
}

.article-img img {
  width: 160px;
}
.at-title {
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
.load-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto;
}
.load-btn svg {
  width: 20px;
}

.text-boxs p {
  font-size: 14px !important;
}

/* ==================== Cutom News Page Styling  ===================== */
.news-header {
  height: 550px;
  background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 21%)),
    url(../../assets/images/Sustainable_page/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
}
.news-title-box {
  position: absolute;
  bottom: 60px;
  width: 60%;
}
.news-title-box .news-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #5b59ab;
  line-height: 3rem;
}
.text-content {
  width: 65%;
}
.text-content p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.news-slide-sec .arrow-btn {
  left: auto;
  right: 0;
  top: 85%;
}
.news-slide-sec .arrow-btn div {
  background: var(--dark-blue-color);
}
.news-slide-sec .arrow-btn div:hover {
  background: var(--orange-color);
}
.source-box p,
.social-box p {
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 0;
}
.source-link-time {
  width: 240px;
  background: #d7d7d7;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
.source-link-time a {
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: underline;
}
.source-link-time p.source-time {
  font-size: 0.6rem;
  font-weight: 300;
}
.social-icons {
  width: 180px;
  background: #d7d7d7;
  padding: 0.6rem 1rem;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icons .icon svg {
  width: 25px;
  cursor: pointer;
}
.slides .slide-content {
  background: var(--orange-color);
  padding: 1rem;
}
.slides .slide-content h3 {
  font-size: 1.5rem;
  color: var(--white-color);
  font-weight: 400;
}
.slides .slider-container {
  flex: none;
  width: 400px;
  position: relative;
  height: 200px;
}
.slides .slider-container .slider-container {
  width: 200px;
  height: 150px;
}
.slides .slider-container .arrow-btn {
  left: 30%;
  top: 90%;
}
.slides .slider-container .arrow-btn .swiper-button-next,
.slides .slider-container .arrow-btn .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid var(--white-color);
  opacity: 0.5;
}
.slides .property-content-box h2 {
  padding: 0.8rem 4rem 0.8rem 0.2rem;
  background: var(--white-color);
  z-index: 2;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  width: 200px;
  height: 70px;
  overflow: hidden;
}
.slides .property-content-box h2 a {
  color: var(--black-color);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
}
.slides .property-content-box a {
  font-size: 0.9rem;
  font-weight: 300;
  text-decoration: underline;
  color: var(--white-color);
  opacity: 0.6;
}
/*  Animation */
.tb-content-box {
  transform: translateX(-150%);
  animation: animation 1.3s ease-in-out forwards;
}
@keyframes animation {
  100% {
    transform: translate(0);
  }
}

@media (max-width: 768px) {
  .article-img img {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .text-content {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .slide-content {
    width: 100%;
  }
  .slides .slider-container {
    height: auto;
    width: 100%;
  }
  .slider-container {
    flex-direction: column;
  }
  .slides .property-content-box {
    width: 100%;
    margin-top: 1rem;
  }
  .slides .slide-content h3 {
    text-align: center;
  }
  .slides .property-content-box h2 {
    width: 100%;
  }
  .slides .slider-container .slider-container {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}

.swiper-slide a img {
  max-width: 412px;
  min-width: 412px;
  max-height: 275px;
  min-height: 275px;
}
