.custom-promo-container {
  background-color: #e7e7e7;
  background-image: url(/sites/ar/files/flmngr/bg-presense.avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .custom-promo-container {
    background-image: url(/sites/ar/files/flmngr/bg-presense-m.avif);
  }
}
.custom-promo-title {
  color: #333333;
  font-weight:500;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .custom-promo-title {
    font-size: 1.4rem;
  }
}