body {
  overflow-x: hidden;
}

/* banner Css */

.news-wrapper {
  height: 380px;
}

.news-list-banner-img {
  position: relative;
  height: 100%;
}

.news-list-banner-img img {
  width: 100%;
  height: 100%;
}

.banner-header h1 {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  text-align: center;
  line-height: 150%;
  font-weight: var(--font-bold);
}
.banner-header h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 150%;
  font-weight: var(--font-bold);
}

/*End banner Css */

/* News list structure and top link Css */

.news-list-wrapper {
  position: relative;
  margin-top: -60px;
  padding: 50px 40px 30px 40px;
  background-color: #f7f7f8;
}
.top-link {
  padding: 0 0 20px 0px;
  border-bottom: 1px solid #b9b9b9;
}
.top-link ul {
  display: flex;
  gap: 10px;
}
.top-link ul li {
  font-size: 16px;
  font-weight: var(--font-regular);
  line-height: 140%;
}
.top-link ul li a:hover {
  color: #0d6efd;
}
.home-link {
  color: var(--orange-color);
}
.second-link {
  color: var(--black-color-1);
}

 /* News list structure and top link Css */


/*Media Query */
.porihsod-teams{
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .news-wrapper {
    height: 300px;
  }
  .banner-header h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-header h1 {
   
    font-size: 32px;
  }
  .banner-header h2 {
    position: absolute;
    top: 45%;
    left: 50%;
   font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .news-wrapper {
    height: 250px;
  }
  .news-list-wrapper {
    margin-top: -30px;
    padding: 30px 25px 30px 25px;
  }
  .porihsod-teams{
    width: 100%;
    margin: auto;
  }
  .top-link ul {
    display: flex;
    gap: 5px;
  }
  .top-link ul li {
    font-size: 16px;
  }
  .banner-header h1 {
    top: 57%;
    left: 50%;
    font-size: 24px;
  }
  .banner-header h2 {
    position: absolute;
    top: 55%;
    left: 50%;
  }
  .news-list-banner-1{
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .news-wrapper {
    height: 220px;
  }
  .banner-header h1 {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 18px;
  }
  .banner-header h2 {
   font-size: 14px;
  }

  .top-link ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .news-wrapper {
    height: 194px;
  }
  .banner-header h1 {
    position: absolute;
    top: 60%;
    font-size: 16px;
  }
  .banner-header h2 {
    position: absolute;
    top: 50%;
   font-size: 12px;
  }
}