.image-text-module [data-delay="0.3"] {
    display: flex;
    justify-content: center;
}


.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.p_pal {
  padding: 10px 40px;
  width: 50%;
}

.stylo {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p_pal {
    padding: 10px;
    width: 100%;
}

