.elementor-1426 .elementor-element.elementor-element-6cdf553 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1426 .elementor-element.elementor-element-c7651bd > .elementor-widget-container{margin:-120px 0px 0px 0px;}/* Start custom CSS *//* Apply styles only for mobile devices */
@media only screen and (max-width: 768px) {
  /* Thumbnail Image */
  .tt-data-info .tt-item .attachment-full {
    position: relative;
    top: 0px;
    display: inline-block;
    transform: translatex(0px) translatey(0px) !important;
  }

  /* Specific movement for the second item */
  .tt-data-info .tt-item:nth-child(2) .attachment-full {
    top: -60px;
    left: 189px;
  }
}

/* For desktop devices, keep the image static */
@media only screen and (min-width: 769px) {
  /* Thumbnail Image */
  .tt-data-info .tt-item .attachment-full {
    position: relative;
    top: 0px;
    display: inline-block;
    transform: none !important;
  }
}/* End custom CSS */