items-grid__entry.ca-office-news-list {
  margin-bottom: 32px;
}

.ca-office-news-list{
  margin-bottom: 40px;
}

.ca-office-news__title {
  margin-bottom: 1em;
}

.ca-office-new__title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}

.ca-office-news-list-content{
  display: flex;
  flex-wrap: wrap;
}

.ca-office-news-list-item {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1 1 150px; /* Grow, shrink, and start at 150px */
 /*transition: opacity 0.2s linear;
  position: relative;
  min-height: 365px !important;*/
}

.ca-office-news-list-item:hover {
  opacity: 0.8;
}

.ca-office-news-item__image {
  display: block;
  width: 255px;
  height: 190px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}

.main-news__link-all{
  position: absolute;
  top: 0;
  right: 0;
  color: #1cb1eb;
  font-style: italic;
  padding:30px;
}

.ca-office-news-item__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0c4c63;
}

.ca-office-news-item__title a,
.ca-office-news-item__title a:hover {
  color: inherit;
  text-decoration: none;
}

.ca-office-news-list-item__date {
  font-size: 12px;
  text-transform: lowercase;
  color: #afafaf;
}

.ca-office-news-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: transform 0.3s linear;
}

.ca-office-news-list-item:hover .ca-office-news-item__img {
    transform: scale(1.1);
}
@media screen and (max-width: 1200px){
  .ca-office-news-item__image{
    width: 100% !important;
  }
}
@media screen and (max-width: 576px){
  .item-details__property{
    -webkit-flex-direction: column!important;
    -moz-flex-direction: column!important;
    -ms-flex-direction: column!important;
    -o-flex-direction: column!important;
    flex-direction: column !important;
  }
}
