.banners-img-with-text-list__item-title {
	font-family: "Tenor Sans";
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 18px;
}

.banners-img-with-text-list__item:hover .shine {
    transform: scale(1.1);
}

.banners-img-with-text-list__item .shine {
    transition: transform .8s;
}

.banners-img-text-list-el {
	margin-top:8px;
}

.banners-with-text-custom-template .position-bottom {
    top: 45px;
}
.banners-img-with-text-list__item {
  position: relative;
  overflow: hidden;
}
.banners-with-text-custom-template .banners-img-text-list-el span {
	color: #fff;
}
.banners-img-text-list-el a span:hover {
	color: #ba9f6d;
}

.rounded-30 {
	border-radius: 30px;
}
/*image*/
.banners-img-with-text-list__item-image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banners-img-with-text-list__item-link {
  display: block;
  overflow: hidden;
}
.banners-childs-item-name {
display: block;
font-size: calc(1rem - 3px);
line-height: calc(1em + 9px);
}

@media (min-width: 992px) {
  .grid-list--items-by-3 .banners-img-with-text-list__item-image {
    --image-pt: 84%;
  }
  .grid-list--items-by-2 .banners-img-with-text-list__item-image {
    --image-pt: 70%;
  }
  
  /* short */
  .banners-img-with-text-list__item-image.banners-img-with-text-list__item-image--short {
    --image-pt: 71%;
  }
  .grid-list--items-by-3 .banners-img-with-text-list__item-image--short {
    --image-pt: 60%;
  }
  .grid-list--items-by-2 .banners-img-with-text-list__item-image--short {
    --image-pt: 48%;
  }
  /**/
}

@media (min-width: 601px) {
  .banners-img-with-text-list__item-image {
    --image-pt: 135%;
    padding-top: var(--image-pt);
  }
}

@media (max-width: 600px) {
  .banners-img-with-text-list__item-image {
    padding-top: 137%;
  }
}
