.b13 {
  background-color: #33415c;
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.b13-title {
  max-width: 550px;
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 55px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}
.b13-title.animate {
  opacity: 1;
  transform: translateY(0px);
}
.b13-title strong {
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
}
.b13-list {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  gap: 60px 6.5%;
  padding-bottom: 40px;
}
.b13-item {
  width: 20%;
  margin: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}
.b13-item.animate {
  opacity: 1;
  transform: translateY(0px);
}
.b13-item.with-url:hover .b13-title-post {
  transition: all 0.4s;
  color: #abe0f4;
}
.b13-item.with-url:hover .b13-title-post i {
  color: #abe0f4;
}
.b13-item.with-url:hover .b13-description {
  transition: all 0.4s;
  color: #abe0f4;
}
@media screen and (max-width: 1024px) {
  .b13-item {
    width: 29%;
  }
}
@media screen and (max-width: 745px) {
  .b13-item {
    width: 100%;
  }
	.b13-title strong{
		font-size:40px;
		line-height:45px;
	}
}
.b13-date {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1534c;
}
.b13-title-post {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.b13-title-post i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #f1534c;
}
.b13-description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}
.b13-description p {
  margin: 0;
}
