.main-kvs .infor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 41px 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-news .ttl-card-news a {
  color: #FFEAD7;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 39.2px */
}

.card-news .images-news a {
  padding-bottom: 72.5%;
}

.card-news .tag {
  color: #F69D27;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 22.1px */
  margin-right: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}

.card-news .date {
  color: #939598;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  /* 22.1px */
}

.card-news .time-read {
  color: #939598;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  /* 22.1px */
}

@media only screen and (max-width: 768px) {
  .card-news .ttl-card-news a,
  .card-news .ttl-card-news {
    color: #FFEAD7;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 143.75% */
    text-transform: capitalize;
  }

  .card-news .images-news a {
    padding-bottom: 53.3%;
  }
}
