.custom-bike-rental .section-border .border {
    width: 100%;
    height: 60px;
    background: #f7f7f6;
}
.custom-bike-rental .section-border .border img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

@media screen and (max-width:1024px){
  .custom-bike-rental .section-border .border {
    height: 48px;
}
  .custom-bike-rental .section-border .border img {
    object-fit: cover;
}
}