.tech-box {
  background-color: white;
}
.tech-box .tech-container {
  padding: 80px 80px 30px;
}
.tech-box .tech-container .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tech-box .tech-container .title-row a {
  text-decoration: none;
}
.tech-box .tech-container .title-row .more-btn {
  cursor: pointer;
  color: #555;
}
.tech-box .tech-container .news-list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: center;
}
.tech-box .tech-container .news-list .item {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-bottom: 50px;
  margin-left: 20px;
}
.tech-box .tech-container .news-list .item .img {
  border-radius: 22px;
  height: 250px;
  width: 320px;
  background-color: #da251c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.tech-box .tech-container .news-list .item .img.img:has(img) {
  background-color: transparent;
}

.tech-box .tech-container .news-list .item .img.img:has(img).img::after {
  display: none;
  height: 0;
  width: 0;
  background: none;
}
.tech-box .tech-container .news-list .item .img img {
  border-radius: 23px;
  height: 100%;
  width: 100%;
}
.tech-box .tech-container .news-list .item .img.img::after {
  content: "";
  display: block;
  height: 60%;
  width: 60%;
  background: no-repeat center/contain url("/static/images/icons/LOGO.png");
}
.tech-box .tech-container .news-list .item .info-box {
  color: #555;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tech-box .tech-container .news-list .item .info-box .news-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.tech-box .tech-container .news-list .item .info-box .date {
  margin-bottom: 15px;
}
.tech-box .tech-container .news-list .item .info-box .content {
  margin-bottom: 15px;
}
.tech-box .tech-container .news-list .item .info-box .btn {
  width: 120px;
  color: white;
  background-color: #da251c;
  font-size: 14px;
  padding: 5px 20px;
}

/*# sourceMappingURL=tech-box.css.map */
