.col-36-18.news {
  max-width: 600px !important;
  flex: none !important;
}
.col-36-18.news .img-box-news {
  overflow: hidden !important;
}
.col-36-18.news a {
  display: flex;
}
.col-36-18.news a .img-box-news img {
  width: 236px;
  height: 236px;
  object-fit: cover;
  transition: 600ms ease-in-out;
}
.col-36-18.news a:hover .img-box-news img {
  transform: scale(1.1);
}
.col-36-18.news a:hover .img-box-news-scf {
  transform: translateY(-2rem);
}
.col-36-18.news .img-box-news-scf {
  transition: 600ms ease-in-out;
}
.col-36-18.news .col-scf {
  background: rgb(45, 45, 45);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-36-18.news .col-scf h3 {
  color: rgb(244, 160, 0);
  font-size: 1.5em;
  line-height: 1.067em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.col-36-18.news .col-scf h2 {
  color: #fff;
  font-size: 2.2em;
  line-height: 1.5em;
  position: relative;
}

@media all and (max-width: 960px) {
  .col-36-18.news {
    max-width: 100vw !important;
  }
  .col-36-18.news .col-scf h2 {
    font-size: 1.8em;
  }
}
@media all and (max-width: 600px) {
  .col-36-18.news a {
    flex-direction: column;
    min-height: 472px;
    background: rgb(45, 45, 45);
  }
  .col-36-18.news a .img-box-news img {
    width: 100%;
  }
  .col-36-18.news a .col-scf {
    height: 236px;
  }
}

/*# sourceMappingURL=news.css.map */
