  
.image-9 {
  width: 100px;
  height: auto;
  padding-top: 8px;
  flex-shrink: 0;
  min-width: 80px;
}

@media screen and (max-width: 991px) {
  .image-9 {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .image-9 {
    width: 120px;
    max-width: 100%;
    display: block;
  }
}
