.slider-imgtxt { padding: 5vh 0; }
.slider-imgtxt .bg { height: calc(92.2vw / 1.683309557774608); min-height: 70vh; }
.description p, .description-mobile p { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; }
.description-mobile { display: none; }
.description svg { max-width: 92vw; }
.description-mobile svg { max-width: 92vw; }
.slider-imgtxt.slider h2.big-heading { width: 60%; color: #ffffff; padding-bottom: 1rem; }
.slider-imgtxt.slider .description p { width: 60%; color: #ffffff; font-size: calc(0.8rem + 0.5vw); text-align: left; }
@media (max-width: 991.98px) {
 .slider-imgtxt.slider h2.big-heading, .slider-imgtxt.slider .description p { width: 80%; }
}
@media (max-width: 767.98px) {
 .slider-imgtxt.slider h2.big-heading, .slider-imgtxt.slider .description p { width: 100%; }
  .texto-mobile .description { display: none; }
 .texto-mobile .description-mobile { display: block; }
}
@media (max-width: 575.98px) {
 .slider-imgtxt.slider .description { padding-bottom: 3rem; }
 .description p { justify-content: flex-start; }
}
