

/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.list/news/style.css?17650256241193*/
.news__item {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #F4FAF4;
  border-radius: 20px;
  margin-bottom: 40px;

  position: relative;
}

.news__item:hover {
  box-shadow: 0 0 10px 10px rgba(117, 117, 117, 0.2);
}

.news__item-photo {
  width: 140px;
  flex-shrink: 0;

}

.news__item-photo img {
  border-radius: 20px;

}

.news__item-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #388E3C;
  margin-bottom: 10px;
}

.news__item-link::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;


  cursor: pointer;
}

.news__item-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #989898;
  padding: 0;
  margin: 0; 

}

@media (max-width: 767px) {

  
  .news__item {
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .news__item-photo img {
    border-radius: 10px;
  
  }

  .news__item-link {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .news__item-text p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .news__item {
    flex-direction: column;
  }
}
/* End */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.list/news/style.css?17650256241193 */
