.latest-post a:focus {
  outline: none;
}
.latest-post .wp-block-post-featured-image {
  overflow: hidden;
  display: inline-block;
}
.latest-post img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  width: 100%;
  display: block;
}
.latest-post:hover img {
  transform: scale(1.1);
  border-radius: 20px;
}
.latest-post:hover:hover::after,
.latest-post:hover .wp-block-post-excerpt__more-link::after {
  transform: translateX(25px);
}

@media screen and (max-width: 1180px) {
  .featured-blog .top {
    display: flex !important;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .about-us-powering-autralia .wp-block-image img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .about-us-powering-autralia {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1000px) {
  .flex-direction-column .wp-block-image img {
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  .flex-direction-column {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .flex-direction-column-2 .wp-block-image img {
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  .flex-direction-column-2 .exide-australia {
    flex-basis: 0px !important;
  }
}
@media (max-width: 1000px) {
  .flex-direction-column-2 {
    display: flex;
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=style-two.css.map */