/* news style start */
.news-section {
  padding: 65px 0 30px; }
  .news-section .extra-news {
    position: relative;
    width: 100%; }
    .news-section .extra-news .mcvanil {
      position: absolute;
      top: 320px;
      left: -545px; }
  .news-section .news-card {
    margin: 15px 0; }
    .news-section .news-card figure {
      height: 240px;
      margin: 0;
      overflow: hidden; }
    .news-section .news-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .2s;
      margin: 0; }
    .news-section .news-card:hover img {
      transform: scale(1.1); }
    .news-section .news-card .news-title {
      font-family: 'Lobster', cursive;
      width: 100%;
      display: inline-block;
      font-size: 23px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #b85e46;
      transition: all .2s; }
    .news-section .news-card:hover .news-title {
      color: #ff7b23; }
    .news-section .news-card .news-article {
      background-color: #F0F0F0;
      background-image: url("../images/background/footer.jpg");
      background-position: center;
      background-size: cover;
      padding: 30px 25px; }
    .news-section .news-card p {
      font-family: 'Bitter', serif;
      margin-bottom: 8px; }
    .news-section .news-card .read-more {
      color: #b85e46; }
      .news-section .news-card .read-more:hover {
        text-decoration: underline; }
  .news-section .single-content {
    margin-bottom: 65px; }
    .news-section .single-content img {
      margin: 15px 0; }
    .news-section .single-content h2 {
      margin-top: 25px;
      color: #ff7b23; }
    .news-section .single-content p {
      font-family: 'Bitter', serif;
      color: #fff; }

/*# sourceMappingURL=news.css.map */
