.logo img,
.navbar-brand img {
  width: 180px;
  aspect-ratio: 180 / 40;
}


img[src*="second-screen"] {
  width: 500px;
  height: 350px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 500 / 350;
}

img[src*="articles/google-logo"],
img[src*="articles/capterra-logo"],
img[src*="articles/software-advice"],
img[src*="articles/softwaresuggest"],
img[src*="articles/getapp"],
img[src*="articles/trustpilot"] {
  width: 80px;
  height: 30px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 80 / 30;
  object-fit: contain;
}

img[src*="testimonials/"] {
  width: 150px;
  height: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
img[src*="quote-icon"] {
  width: 60px;
  height: 40px;
  aspect-ratio: 1 / 1;
}

img[src*="trust/book"],
img[src*="trust/security"] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
}

img[src*="call-icon"] {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
}

/* As seen in section */
.as-seen-in,
div[class*="seen-in"],
section[class*="seen-in"] {
  min-height: 50px;
}


section,
.section,
[class*="section"] {
  contain: layout style;
}
