.elementor-widget-au-related-static-post .elementor-row {
  flex-wrap: wrap;
  display: flex;
}
.au-related-static-item {
  padding: 10px;
}
.au-related-static-item .elementor-image-box-img img {
  width: 185px;
  height: 125px;
  object-fit: cover;
  object-position: center;
}
.au-related-static-item .elementor-image-box-title a {
  color: #4a90e2 !important;
  line-height: 1.4;
  display: block;
  margin-top: 0.65em;
  text-align: center;
}
.au-related-static-item .right-arrow {
  display: block;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .au-related-static-item .elementor-image-box-img img {
    width: 330px;
    height: 180px;
  }
}
