/** BLOGS */
.blogs {
  padding: 180px 0 100px;
  background: #020300;
  color: #fff;
	border-bottom: 1px solid #fff;
}
.blogs__title {
  margin-bottom: 60px;
}
.blogs__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 24px;
}
.blogs__item img {
margin-bottom: 28px;
  border-radius: 12px;
  width: 100%;
	height: auto;
}
.blogs__item-info {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  line-height: 23.94px; /* 171% */
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blogs__item-link {
	display: inline-block;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px; /* 130.435% */
  margin-bottom: 10px;
}
.blogs__item-link span {
  display: block;
}
.blogs__item p {
	  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 23.94px; /* 119.7% */
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogs__item-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 23.94px; /* 119.7% */
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/** END BLOGS */

/*! ADAPTIVE */
@media screen and (max-width: 1280px) {
	/** BLOGS */
  .blogs {
    padding: 100px 0 60px;
  }
  .blogs__title {
    font-size: 32px;
    line-height: 101.481%; /* 32.474px */
    letter-spacing: -0.64px;
    text-align: center;
    margin-bottom: 30px;
  }
  .blogs__inner {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .blogs__item-link span {
    display: inline;
  }
  .blogs__item-text {
    font-size: 16px;
  }
	.blogs__item img {
		height: 321px;
		object-fit: cover;
	}
	.blogs__item p {
	font-size: 16px;
	line-height: 23.94px; /* 149.625% */
	}
  /** END BLOGS */
	
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 834px) {
  /** BLOGS */
/*    .blogs {
    padding: 100px 0 60px;
  }
  .blogs__title {
    font-size: 32px;
    line-height: 101.481%; 
    letter-spacing: -0.64px;
    text-align: center;
    margin-bottom: 30px;
  }
  .blogs__inner {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .blogs__item-link span {
    display: inline;
  }
  .blogs__item-text {
    font-size: 16px;
  }  */
  /** END BLOGS */
}
@media screen and (max-width: 480px) {
  /** BLOGS */
  .blogs {
    padding-top: 80px;
  }
  .blogs__title {
    font-size: 24px;
    line-height: 101.5%; /* 24.36px */
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .blogs__inner {
    padding-top: 20px;
  }
  .blogs__item p {
    -webkit-line-clamp: 4;
    max-height: 128px;
  }
  /** END BLOGS */
}
@media screen and (max-width: 390px) {
  .blogs__item-img {
    height: 321px;
    object-fit: cover;
  }
}
/*! ADAPTIVE */
