.container_head_txt {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bt {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.time {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.container {
  padding: 80px 0 90px 0;
}
.container-box {
  justify-content: space-between;
}
.card {
  width: 100% !important;
  height: 521px;
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  margin-top: 40px;
  display: block;
  border: 1px solid #eee;
}
.card .news-content {
  padding: 0 24px;
}
.card .news-content .bt {
  font-weight: 700;
}
.card img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
.container_txt {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  margin: 24px 0 ;
}
@media (max-width: 1360px) {
  .card {
    height: 455px ;
  }
  .card img {
    height: 300px;
  }
  .container_txt {
    margin: 17px 0 ;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 20px 0 40px 0;
  }
  .container_head_txt {
    font-size: 20px;
    font-weight: 700;
  }
  .card {
    height: 304px ;
    margin-top: 20px ;
  }
  .card .news-content {
    padding: 0 5px;
  }
  .card img {
    height: 208px ;
  }
  .card .bt {
    font-size: 18px;
    font-weight: 500;
  }
  .card .time {
    font-size: 10px;
    font-weight: 400;
  }
  .card .container_txt {
    font-size: 8px !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
}
