.easy-stop .easystop-logo {
  position: absolute;
  width: 230px;
  transform: rotate(10deg);
  left: auto;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .easy-stop .easystop-logo {
    position: inherit;
    display: block;
    margin: 0 auto;
  }
}
.easy-stop .images {
  margin-top: 35px;
  padding: 0 15px;
  text-align: center;
}
.easy-stop .images img {
  display: inline;
  margin: 4px;
}