.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-32f0b4d4 */body {
    margin: 40px;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.img-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.img-row .img-wrapper {
    flex: 1;
    text-align: center;
    border-right: 2px solid #ccc;
    padding: 10px;
}
.img-row .img-wrapper:last-child {
    border-right: none;
}
.img-row img {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}
@media (max-width: 600px) {
  body {
    margin: 10px;
  }
  .img-row {
    flex-direction: column;
  }
  .img-row .img-wrapper {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .img-row .img-wrapper:last-child {
    border-bottom: none;
  }
}/* End custom CSS */