.pola .text {
  margin-bottom: 2em;
}
.pola .images {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: center;
}
.pola .images .hover-image {
  margin: auto;
  max-width: 400px;
  width: 45%;
}
@media (max-width: 768px) {
  .pola .images {
    flex-direction: column;
    gap: 1em;
  }
  .pola .images .hover-image {
    width: 100%;
  }
}
