.tutorial {
    padding: 50px 30px;
}


.tutorial .img-tutorial {
    width: 25rem;
}

.images {
    gap: 10px;
}

.tutorial .btn {
    border: 2px solid #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: transparent;
    color: #000;
}

.text-element {
    font-weight: 600;
    font-size: 1rem;
    width: 80%;
    height: 6rem;
    text-align: justify;
    margin-left: 4.5rem;
    color: #000;
}

.title-one,
.title-two,
.title-three,
.title-four,
.title-five,
.title-six {
    font-weight: 700;
}

.title-one {
    width: 70%;
}

.title-three {
    width: 70%;
}

.title-five {
    width: 80%;
}

.text-number {
    color: #ED893F;
    font-weight: 800;
    font-size: 4rem;
    margin-right: 15px;
}

p.text-dark {
    width: 85%;
    font-size: 1.1rem;
}

@media screen and (max-width: 1199px) {
    .tutorial .img-tutorial {
        width: 20rem;
    }

    .text-number {
        font-size: 2.5rem;
    }

    .titleElement h3 {
        font-size: 1.2rem;
        width: 100%;
    }

    .text-element {
        margin-left: 0;
        width: 100%;
    }

    p.item {
        font-size: 1rem;
    }

    p.text-dark {
        width: 85%;
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .tutorial {
        padding: 50px 0;
    }

    .content-carousel {
        margin: 30px 0;
    }

    .tutorial .img-tutorial {
        width: 15rem;
    }

    .titleElement h3 {
        font-size: 1.1rem;
        width: 100%;
    }

    .text-element {
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .item {
        font-size: 1rem;
        padding: 10px 0 0;
        text-align: center;
    }

    p.text-dark {
        width: 85%;
        font-size: 1rem;
        text-align: center;
        margin: 10px 0 0;
    }

    .title-container {
        text-align: center;
    }


}