body .am-employee-quotes-image-section,
body .am-employee-quotes-image-section * {
  box-sizing: border-box;
}

body .am-employee-quotes-image-section {
  --am-employee-quotes-bg: #eef5f5;
  --am-employee-quotes-bg-image: url("https://automertens-new.digitalspan.nl/wp-content/uploads/2026/06/Achtergrond-Quotes-werknemers.webp");
  --am-employee-quotes-bg-size: cover;
  --am-employee-quotes-bg-position: center center;
  --am-employee-quotes-bg-repeat: no-repeat;
  --am-employee-quotes-section-min-height: 292px;
  --am-employee-quotes-section-padding: 0px;
  --am-employee-quotes-inner-width: 1510px;
  --am-employee-quotes-inner-min-height: 292px;
  --am-employee-quotes-left-width: 545px;
  --am-employee-quotes-left-top: 30px;
  --am-employee-quotes-left-left: 195px;
  --am-employee-quotes-right-width: 505px;
  --am-employee-quotes-right-top: 64px;
  --am-employee-quotes-right-right: 198px;
  --am-employee-quotes-tablet-min-height: 300px;
  --am-employee-quotes-tablet-left-width: 470px;
  --am-employee-quotes-tablet-left-top: 38px;
  --am-employee-quotes-tablet-left-left: 35px;
  --am-employee-quotes-tablet-right-width: 430px;
  --am-employee-quotes-tablet-right-top: 76px;
  --am-employee-quotes-tablet-right-right: 35px;
  --am-employee-quotes-mobile-padding: 36px 22px 40px;
  --am-employee-quotes-mobile-inner-width: 640px;
  --am-employee-quotes-mobile-image-width: 540px;
  --am-employee-quotes-mobile-gap: 34px;
  --am-employee-quotes-small-padding: 32px 16px 36px;
  --am-employee-quotes-small-gap: 28px;

  display: block !important;
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: var(--am-employee-quotes-section-min-height) !important;
  left: 50% !important;
  right: auto !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  background-color: var(--am-employee-quotes-bg) !important;
  background-image: var(--am-employee-quotes-bg-image) !important;
  background-size: var(--am-employee-quotes-bg-size) !important;
  background-position: var(--am-employee-quotes-bg-position) !important;
  background-repeat: var(--am-employee-quotes-bg-repeat) !important;
  padding: var(--am-employee-quotes-section-padding) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@supports (width: 100dvw) {
  body .am-employee-quotes-image-section {
    width: 100dvw !important;
    max-width: 100dvw !important;
    margin-left: -50dvw !important;
  }
}

body .am-employee-quotes-image-section::before,
body .am-employee-quotes-image-section::after {
  display: none !important;
}

body .am-employee-quotes-image-inner {
  width: 100% !important;
  max-width: var(--am-employee-quotes-inner-width) !important;
  min-height: var(--am-employee-quotes-inner-min-height) !important;
  margin: 0 auto !important;
  position: relative !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body .am-employee-quote-img {
  position: absolute !important;
  display: block !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body .am-employee-quote-img-left {
  left: var(--am-employee-quotes-left-left) !important;
  top: var(--am-employee-quotes-left-top) !important;
  width: var(--am-employee-quotes-left-width) !important;
}

body .am-employee-quote-img-right {
  right: var(--am-employee-quotes-right-right) !important;
  top: var(--am-employee-quotes-right-top) !important;
  width: var(--am-employee-quotes-right-width) !important;
}

@media (max-width: 1440px) {
  body .am-employee-quote-img-left {
    left: 90px !important;
    width: calc(var(--am-employee-quotes-left-width) - 25px) !important;
  }

  body .am-employee-quote-img-right {
    right: 90px !important;
    width: calc(var(--am-employee-quotes-right-width) - 15px) !important;
  }
}

@media (max-width: 1180px) {
  body .am-employee-quotes-image-section {
    min-height: var(--am-employee-quotes-tablet-min-height) !important;
  }

  body .am-employee-quotes-image-inner {
    min-height: var(--am-employee-quotes-tablet-min-height) !important;
  }

  body .am-employee-quote-img-left {
    left: var(--am-employee-quotes-tablet-left-left) !important;
    top: var(--am-employee-quotes-tablet-left-top) !important;
    width: var(--am-employee-quotes-tablet-left-width) !important;
  }

  body .am-employee-quote-img-right {
    right: var(--am-employee-quotes-tablet-right-right) !important;
    top: var(--am-employee-quotes-tablet-right-top) !important;
    width: var(--am-employee-quotes-tablet-right-width) !important;
  }
}

@media (max-width: 991px) {
  body .am-employee-quotes-image-section {
    min-height: auto !important;
    padding: var(--am-employee-quotes-mobile-padding) !important;
  }

  body .am-employee-quotes-image-inner {
    min-height: auto !important;
    max-width: var(--am-employee-quotes-mobile-inner-width) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: var(--am-employee-quotes-mobile-gap) !important;
    align-items: center !important;
  }

  body .am-employee-quote-img,
  body .am-employee-quote-img-left,
  body .am-employee-quote-img-right {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: min(100%, var(--am-employee-quotes-mobile-image-width)) !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  body .am-employee-quotes-image-section {
    padding: var(--am-employee-quotes-small-padding) !important;
    background-position: center center !important;
  }

  body .am-employee-quotes-image-inner {
    gap: var(--am-employee-quotes-small-gap) !important;
  }
}
