/**
* 2024 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
*  @author    Danzai Software <contacto@danzai.es>
*  @copyright 2024 Danzai Software
*  @license   https://danzai.es  Commercial license
*/

@media (min-width: 767px) {
  .ds-md-news{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
  }

  .ds-md-margin{
    margin-left: 35px;
    margin-right: 35px;
  }
}
.ds-news-description {
  height: 100px;
  overflow: hidden;
}
.ds-news-btn {
  border: solid 1px #000;
  padding: 0.5rem 2rem;
}
.ds-news-btn:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.ds-news-h2 {
  font-size: 3rem !important;
}
.ds-news-article-description {
  line-height: 2rem;
}
.dsnews-all-link {
  text-decoration: underline;
}
.dsnews-all-link:hover {
  font-weight: 800;
}
.ds-news-h5 {
  font-size: 1rem !important;
}
.ds-news-date {
  font-size: 0.8rem;
}
.dsnews-text-title{
  font-size: 2.188rem;
}

@media (max-width: 767px) {
  .dsnews-text-title{
    font-size: 30px !important;
  }
}
