.img-project:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.sticky-sidebar main {
    width: calc(100% - 300px);
}

.news.sticky-sidebar aside li {
    background: transparent;
}
.news.sticky-sidebar aside li + li {
    border-top: 0.53px solid #57DF80
}

@support (initial-letter: 2) {
    .better {
      initial-letter: 2;
    }
}

.better::first-letter {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-top: -10px;
  margin-right: 0;
}

.news-slide-carousel .swiper-wrapper {
    width: 100%;
    height: max-content !important;
    padding-bottom: 0px !important;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}
.sector-arrow .swiper-pagination {
    width: calc(100% - 150px);
    top: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: center;
}
.sector-arrow .swiper-pagination-bullet {
    background: #05250E;
    width: 10px;
    height: 10px;
    border-radius: 0;
    opacity: 1;
}
.sector-arrow .swiper-pagination-bullet-active {
    background: #C4CDC7 !important;
    height: 10px;
    width: 30px;
}
.sector-arrow .news-button-next,
.sector-arrow .news-button-prev {
    position: static;
    margin: 0;
}
.sector-arrow .news-button-next:after, 
.sector-arrow .news-button-prev:after {
    content: none;
}
.sector-arrow .w-\[24px\] {
    width: 24px !important;
}

@media only screen and (max-width: 767px) {
    .sticky-sidebar main {
        width: 100%;
    }
}