p {

    margin-top: 0;
    margin-bottom: 1rem;
    white-space: pre-line;
    /*min-width: 10px;
    min-height: 90px;*/
    font-size: 1em;
	}
	.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 170px;
}
.custom-slider-thumb {
  min-height: 110px;
}
.custom-slider-data {
  min-height: 90px;
}	