.elementor-6489 .elementor-element.elementor-element-d78f4fb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-d78f4fb */.business-list p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  height: 135px;
}

.business-list img {
  width: 200px;
  height: auto;
  object-fit: cover;
  padding-right: 2rem;
}

@media(max-width:768px){
  .business-list p {
    flex-direction: column;
    align-items: flex-start;
    height:auto;
  }
  .business-list img {
    width: 200px;
    height: auto;
  }
}
a {display: contents;}/* End custom CSS */