#gpsarabnew.gpsarab-image-container {
  margin-bottom: 10px;
  width: 262px !important;
  height: 149px !important;
  padding: 2px;
  border: 1px solid #EEE;
  border-radius: 3px;
  overflow: hidden;
  background-color: #FeFeFe;
  transition: all 0.3s ease-in-out 0s;
}

.gpsarabnew img.main {
    float:left;
    margin: 0 10px 10px 0;
    width: 350px;
    padding: 2px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0s;
}

#gpsarabnew.gpsarab-image-container:hover {
  filter: brightness(95%);
}

#gpsarabnew.img-gpsarabnew {
width: 100% !important;
max-height: 175px !important;
}

.gpsarabnew .addthis_toolbox {
    margin: 10px 0;
}

.gpsarabnew_list {
    list-style: none;
}

.gpsarabnew_list li {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border: 1px solid lightgray;
    border-radius: 3px;
    margin: 0px 5px 20px;
    float: left;
    width: 282px;
    height: auto;
    max-height: 360px;
    padding: 0px 10px 10px;
    background-color: #fff;
}

  @media (max-width: 767px) {
    .gpsarabnew_list li {
    width: 100%;
    height: 360px;
    max-height: 360px;
    margin: 0px 0px 20px;
 }

#gpsarabnew.gpsarab-image-container {
    width: 100% !important;
}
.gpsarabnew img.main {
    float:none;
    width: 100%;
}
}

.gpsarabnew_li_button {
    float: right;
    border: none !important;
    height: initial !important;
}

.gpsarabnew_li_button a{
color: rgba(0, 111, 255, 0.72);}
.gpsarabnew_li_button a:hover{
color: #333;}

.gpsarabnew .page-subheading {
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 12px;
}

.news-published {
  font-size: 11px !important;
  font-weight: normal;
  color: #777;
  display: block;
}

.date {
  font-size: 11px !important;
  font-weight: normal;
}

.news-details {
  margin-top: 5px;
}

.news-name {
  font-size: 12px;
  display: block;
}
.read_more{
    float: right;
}
.news_image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  padding: 5px;
}

.blocknews .news-image img{
    max-width: 100%;
}
