/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 23 2021 | 14:04:47 */
.picture_with_hotspot .e-hotspot {
  display: flex !important;
  align-items: end !important; }
  .picture_with_hotspot .e-hotspot .e-hotspot__tooltip:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid black;
    width: calc(100% + 98px);
    bottom: 0; }
  .picture_with_hotspot .e-hotspot:nth-child(2n+2) .e-hotspot__tooltip:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid black;
    width: calc(100% + 98px);
    bottom: 0;
    left: -104px; }
  .picture_with_hotspot .e-hotspot .e-hotspot__button {
    bottom: -10.5px; }

.partners_item_container {
  display: flex;
  align-items: center; }
