.news {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .news {
    margin-top: 81px;
  }
  .news .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}
.news .blocks {
  margin-top: 49px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 52px;
  }
}
.news .blocks .block {
  border-radius: 34px;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  padding-bottom: 43px;
  min-width: 32%;
}
@media (max-width: 767px) {
  .news .blocks .block {
    padding-bottom: 33px;
  }
}
.news .blocks .block .image {
  position: relative;
  height: 281px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .blocks .block .image {
    height: 218px;
  }
}
.news .blocks .block .image-link {
  display: block;
  padding-bottom: 30px;
}
.news .blocks .block .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: auto;
  max-width: 100%;
}
.news .blocks .block .image .text {
  color: #fff;
  text-align: center;
  font-family: "Comfortaa";
  font-size: 42.356px;
  font-weight: 700;
  letter-spacing: -0.847px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .news .blocks .block .image .text {
    font-size: 32px;
    letter-spacing: -0.42px;
  }
}
.news .blocks .block .image .text .big {
  color: #01E3F3;
  font-size: 75.579px;
  letter-spacing: -1.512px;
}
@media (max-width: 767px) {
  .news .blocks .block .image .text .big {
    font-size: 58px;
    letter-spacing: -0.75px;
  }
}
.news .blocks .block .date {
  padding: 0 30px 0;
}
@media (max-width: 767px) {
  .news .blocks .block .date {
    padding: 17px 20px 0;
  }
}
.news .blocks .block .title {
  margin-top: 15px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .news .blocks .block .title {
    padding: 0 20px;
    margin-top: 13px;
  }
}
.news .blocks .block .title a {
  color: #000;
}
@media (max-width: 767px) {
  .news .blocks .block .title a {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 0;
}

.category {
  font-weight: 500;
}
