.results {
    padding-top: 1.5rem;
    padding-bottom: 7rem;
}
.number {
    font-family: Gilroy-SemiBold, Arial, sans-serif;
    font-size: 48px;
    line-height: 59px;
    color: #38454F;
}
.slick-dots {
    position: absolute;
    bottom: 3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding:0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #008AFF;
    border-radius: 21px;
    opacity: .5;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.textoInferior {
    width: 70%;
    margin-left: 15%;
    margin-top: -2rem;
    font-family: Gilroy-SemiBold, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #A6A6A6;
}

@media (max-width: 991px)
{
    .field {
        margin-bottom: 2rem;
    }
    .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
    .textoInferior {
        width: 90%;
        margin-left: 5%;
    }
}
