.stati-title {
  text-align: left;
  font-size: 30px;
  color: #0D0D0D;
  margin-bottom: 25px;
  font-weight: bold;
}

.stati-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.stati-item {
	width: calc(50% - 15px);
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	margin-bottom: 30px;
	transition: 0.2s linear;
  overflow: hidden;
}

.stati-all-link {
  width: calc(50% - 15px);
  text-align: center;
}

.stati-all-link a {
  text-decoration: none;
  font-size: 10px;
  color: #B3B3B3;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  letter-spacing: 1.25px;
  border-top: 2px solid #F5F5F5;
  transition: 0.2s linear;
	border-radius: 6px;
}
.stati-all-link a:hover {
  text-decoration: none;
  background-color: #FFE921;
  color: #0D0D0D;
  transition: 0.2s linear;
}

.stati-item:hover {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	transition: 0.2s linear;
}

.stati-item:nth-child(2n+1) {
	margin-right: 15px;
}

.stati-item:nth-child(2n) {
	margin-left: 15px;
}

.stati-item-img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: calc(100% - 30px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 15px;
}

.stati-item-img a {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	width: 42px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s linear;
}

.stati-item-img a:hover {
	transition: 0.2s linear;
	/* background: rgba(0, 0, 0, 0.8); */
	background: rgba(255, 233, 33, 1);
}

.stati-item-img a img {
	max-width: 100%;
}

.stati-item-box {
	padding: 15px 30px 30px 30px;
}

.stati-item-name {
	margin-bottom: 15px;
}

.stati-item-name a {
	text-decoration: none;
	color: #666666;
	font-weight: 700;
	font-size: 18px;
	transition: 0.2s linear;
}

.stati-item-name a:hover {
	text-decoration: none;
	color: #000;
	transition: 0.2s linear;
}

.stati-item-txt {
	font-size: 13px;
	line-height: 25px;
	color: #999999;
	font-weight: 700;
	font-family: 'Roboto' !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-list-item {
    min-height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .stati-title {
    text-align: center;
    margin-top: 15px;
  }

  .stati-list {
    padding: 0 15px;
  }

  .stati-item:nth-child(2n+1) {
  	margin-right: 0;
  }

  .stati-item:nth-child(2n) {
  	margin-left: 0;
  }

  .stati-item {
    width: 100%;
  }

  .stati-all-link {
    width: 100%;
  }
}
