.section-4 .back-btn {
  display: flex;
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.section-4 .section-4-cap {
  color: black;
  font-size: 50px;
  font-weight: 600;
  margin-top: 5%;
}
.section-4 p {
  margin-bottom: 10px;
}
.section-4 .cover-img {
  width: 100%;
  /*height: 100px;*/
}
.section-4 .section-4-subcap {
  color: black;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 25px;
}
.section-4 .news-new-cap {
  color: black;
  font-size: 36px;
  font-weight: 500;
  margin-top: 2%;
  margin-bottom: 2%;
}
.section-4 .sub-news {
  display: flex;
}
.section-4 .news-content {
  font-family: "HelveticaNeue", sans-serif !important;
  color: black;
  font-size: 24px;
  line-height: 34.44px;
  text-align: justify;
}
.section-4 span {
  font-family: "HelveticaNeue", sans-serif !important;
}
.section-4 .news-card {
  position: relative;
  display: inline-block;
  width: 100%;
}
.section-4 .news-card .news-card-img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.section-4 .news-card:hover .news-card-img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.section-4 .news-card .card-content {
  position: absolute;
  top: 20%;
  font-family: "HelveticaNeue", sans-serif;
  color: white;
  gap: 10px;
  display: grid;
  padding: 0% 9%;
  bottom: 0px;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  align-content: center;
}
.section-4 .news-card .news-card-cap {
  font-size: 20px;
  font-weight: 500;
}
.section-4 .news-card .news-card-content {
  font-size: 14px;
  font-weight: 400;
}
.section-4 .news-card .news-card-more {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.section-4 .little-news-card {
  position: relative;
  display: inline-block;
  width: 100%;
}
.section-4 .little-news-card .news-card-img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.section-4 .little-news-card:hover .news-card-img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.section-4 .little-news-card .card-content {
  position: absolute;
  top: 30%;
  font-family: "HelveticaNeue", sans-serif;
  color: white;
  gap: 10px;
  display: grid;
  padding: 0% 9%;
  bottom: 0px;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  align-content: center;
}
.section-4 .little-news-card .news-card-cap {
  font-size: 75%;
  font-weight: 500;
}
.section-4 .little-news-card .news-card-content {
  font-size: 65%;
  font-weight: 400;
}
.section-4 .little-news-card .news-card-more {
  font-size: 60%;
  font-weight: 500;
  cursor: pointer;
}

.back-btn {
  display: flex;
  text-decoration: none;
  color: black;
}

.news-type-column {
  margin: 5% 0%;
}
.news-type-column a {
  text-decoration: none;
}
.news-type-column a:hover img {
  filter: none;
  transition: 400ms;
}
.news-type-column img {
  filter: grayscale(100%);
  transition: 400ms;
}

.type-news-card {
  gap: 5px;
  display: grid;
  margin-bottom: 5%;
}
.type-news-card div {
  height: 300px;
}
.type-news-card div img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.type-news-card-img {
  width: 100%;
}
.type-news-card-p {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin: 0px !important;
}
.type-news-card-date {
  color: #717171;
  font-size: 20px;
  font-weight: 400;
  margin: 0px !important;
}

@media screen and (max-width: 1000px) {
  .section-4 .row-news-detail {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .section-4 .section-4-cap {
    color: black;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15%;
    margin-bottom: 5%;
  }
  .section-4-subcap {
    font-size: 50px !important;
    margin-bottom: 20px !important;
  }
  .section-4 .news-new-cap {
    color: black;
    font-size: 25px;
    font-weight: 500;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .section-4 .cover-img {
    width: 100%;
    margin-top: 5%;
  }
  .sub-news {
    display: grid !important;
  }
  .section-4 .news-content {
    color: black;
    font-size: 20px;
    line-height: 34.44px;
  }
  .section-4 .news-card .news-card-content {
    font-size: 12px;
    font-weight: 400;
  }
  .section-4 .news-card .news-card-cap {
    font-size: 20px;
    font-weight: 500;
  }
  .section-4 .little-news-card .news-card-cap {
    font-size: 12px;
    font-weight: 500;
  }
  .section-4 .news-card .news-card-more {
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
  }
  .section-4 .little-news-card .news-card-content {
    font-size: 8px;
    font-weight: 400;
  }
  .section-4 .little-news-card .news-card-more {
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
  }
  .section-4 p {
    margin-bottom: 0px;
  }
  .section-4 .little-news-card .card-content {
    position: absolute;
    top: 10%;
    font-family: "HelveticaNeue", sans-serif;
    color: white;
    gap: 10px;
    display: grid;
    padding: 0% 9%;
    bottom: 0px;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    align-content: center;
  }
  .section-4 .news-card .card-content {
    position: absolute;
    top: 40%;
    font-family: "HelveticaNeue", sans-serif;
    color: white;
    gap: 10px;
    display: grid;
    padding: 0% 9%;
    bottom: 0px;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    align-content: center;
  }
}/*# sourceMappingURL=news.css.map */
