
  main.lacoe-custom-container.aem-GridColumn.aem-GridColumn--default--12 {
    width: 1190px !important;
    margin: 0 auto;
    float: unset !important;
  }

  .cmp-news-gallery-component__body__item__date__container {
    display: none;
  }

  .cmp-news-gallery-component__body {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    padding: 0px 11px;
  }

  .cmp-news-gallery-component__body__items {

    flex: 0 0 calc(31.33%);
  }


  .cmp-news-gallery-component__body__items a {
    text-decoration: none;
  }

  .cmp-news-gallery-component__body__items img {
    width: 100%;
    height: 227px;
  }

  .cmp-news-gallery-component__body__item__date,
  .cmp-news-gallery-component__body__item__date__container p {
    text-align: left;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }


  .cmp-news-gallery-component__body__item__title p,
  .cmp-news-gallery-component__body__item__title_mobile p {
    /* width: 360px; */
    text-align: left;
    font: normal normal bold 25px/29px Roboto Condensed;
    letter-spacing: 0px;
    color: #32515D;
    opacity: 1;
    margin-top: 21px;
    margin-bottom: 40px;
  }

  .cmp-news-gallery-component__body__item__title p:hover,
  .cmp-news-gallery-component__body__item__title_mobile p:hover {
    text-decoration: underline;
    color: #BA0C2F;
  }

  .pagination-block {
    text-align: left;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  #button_prev {
    text-align: left;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0px;
    color: #000000;
  }

  #page_number {
    text-align: left;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 3.2px;
    color: #000000;
  }


  #button_next {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0px;
    color: #000000;
  }

  @media (min-width:1191px)  and (max-width:1200px){
    .cmp-news-gallery-component__body{
      padding: 0 0rem 0 1.5rem;
    	width: 99vw;
  }
  }

  @media (min-width:1201px)  and (max-width:1210px){
    .cmp-news-gallery-component__body{
      padding: 0 0rem 0 1.5rem;
    	width: 98vw;
		gap:2.5%
  }
  }


  @media (min-width:1211px) {
    .cmp-news-gallery-component__body{
      padding: 0 0rem 0 1.5rem;
		gap: 2.5%
  }
  }
  @media (min-width:801px)  and (max-width:1190px){
    .cmp-news-gallery-component__body__items{
      width: 31%;
      flex: none;
    }
    .cmp-news-gallery-component__body{
      padding: 0 0rem 0 1.5rem;
    }
  }
  @media screen and (max-width: 800px) {
    .cmp-news-gallery-component__body__items {
      flex: 0 0 calc(48.33%);
    }

  }
  @media screen and (max-width:1100px) {
    .tableList {
     width: 100vw;
   }
  }
  @media screen and (min-width: 360px) and (max-width: 500px) {
    .cmp-news-gallery-component__body__items {
      display: flex;
      margin: 0.7rem 0.1rem;
      align-items: flex-start;
      width: 100vw;
      margin: 6% 2%;
    }

    .cmp-news-gallery-component__body__items:nth-child(1) {
      margin-top: 6%;
    }

    .cmp-title__text {
      display: none;
    }

    .cmp-news-gallery-component__body__items a {
      height: 117px;
    }

    .cmp-news-gallery-component__body {
      display: block;
      padding: 0;
    }

    .cmp-news-gallery-component__body__item__date__container {
      display: flex;
      flex-direction: column-reverse;
      margin: 0 4%;
    }

    .cmp-news-gallery-component__body__item__date {
      display: none
    }

    .cmp-news-gallery-component__body__item__title {
      display: none;
    }

    .cmp-news-gallery-component__body__item__title_mobile p {
      margin-top: 0px;
      margin-bottom: 3px;
      font-size: 16px;
      width: auto;
      color: #4C4C4C;
      line-height: 20px;
      max-height: 102px;
      word-wrap: break-word;
      overflow: hidden;
      width: 50vw;

    }

    .cmp-news-gallery-component__body__items img {
      width: 154px;
      height: 134px;
    }
  }
