.example {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    /* padding-bottom: 131px; */
}


@media screen and (min-width: 57.5625rem) {
   .example {
        padding-top: 100px;
    }
}

@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .example {
        padding-top: 75px;
    }
}

@media screen and (max-width: 42rem) {
    .example {
        padding-top: 30px;
    }
}

.container-reviews--full {
    max-width: 100%;
}

/* .container-breadcrumbs ul::-webkit-scrollbar {
      display: none;
    } */

.example__title {
    background: linear-gradient(266.48deg, #FFFFFF 3.18%, #7B7B7B 98.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: 'TT Firs Neue', sans-serif;
    font-weight: 300;
    font-size: 62px;
    line-height: 90%;


}

@media screen and (min-width:673px){
	.example__title {
    		margin-bottom: 40px;
	}
}
@media screen and (max-width:672px){
	.example__title {
    		margin-bottom: 20px;
	}
}

.example__mounths {
    display: flex;

}


@media screen and (max-width:1024px) {
    .example__mounths {
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    .example__mounths::-webkit-scrollbar{
        display: none;
    }
}
.example__mounth {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width:1024px) and (min-width:641px){
    .example__mounth__list {
        min-width: 570px;
        width: 100%;
    }
}
@media screen and (max-width:640px){
    .example__mounth__list {
        min-width: 355px;
        width: 100%;
    }
}
.example__mounth__label {
    font-family: 'Mulish', sans-serif;;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;

    color: #FFFFFF;
    background-color: #FF6900;
    border-radius: 60px;


    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    width: fit-content;


}
.example__mounth__title__wrapper {
    padding-top: 20px;
    padding-bottom: 28px;
    position: relative;
}

.example__mounth__title__wrapper::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FF6900;
    left: 0;
    bottom: 0;
}

.example__mounth:first-child .example__mounth__title__wrapper::after{
    position: absolute;
    content: '';
    width: 19.5px;
    height: 40px;
    
    bottom: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='42' viewBox='0 0 22 42' fill='none'%3E%3Cpath d='M1 1L20.5 20.5L1 41' stroke='%23FF6900'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* transform: translate(0, 50%); */
}

@media screen and (min-width:1421px){
    .example__mounth:first-child .example__mounth__title__wrapper::after{
        right: 125px;
    }
}
@media screen and (max-width:1421px) and (min-width:1081px){
    .example__mounth:first-child .example__mounth__title__wrapper::after{
        right: 65px;
    }
}
@media screen and (max-width:1080px) and (min-width:641px){
    .example__mounth:first-child .example__mounth__title__wrapper::after{
        right: 65px;
    }
}
@media screen and (max-width:640px){
    .example__mounth:first-child .example__mounth__title__wrapper::after{
        right: 10px;
    }
}

.example__mounth__title {
    background: linear-gradient(266.48deg, #FFFFFF 3.18%, #7B7B7B 98.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


    font-family: 'TT Firs Neue', sans-serif;
    font-weight: 300;

    line-height: 100%;


}

@media screen and (min-width:1081px){
.example__mounth__title {
    font-size: 40px;
    }
}
@media screen and (max-width:1080px) and (min-width:641px){
    .example__mounth__title {
    font-size: 30px;
    }
}
@media screen and (max-width:640px){
    .example__mounth__title {
    font-size: 30px;
    }
}

.example__mounth__list {
    margin-left: 5px;
    list-style: none;
    counter-reset: example;
    display: flex;
    flex-direction: column;
    gap: 11.5px;
        margin-top: 28px;
}



.example__mounth__list li {
    color: #FAFAFF;
    counter-increment: example;
    position: relative;
    padding-left: 30px;
    max-width: 470px;
}

@media screen and (min-width:641px) {
    .example__mounth__list li {
        max-width: 470px;
    }
}

@media screen and (max-width:640px) and (min-width:481px) {
    .example__mounth__list li {
        max-width: 400px;
    }
}

@media screen and (max-width:480px){
    .example__mounth__list li {
        max-width: 300px;
    }
}

.example__mounth__list li:nth-child(-n+9)::before{
    content: '0' counter(example);
    position: absolute;    
    left: 0;

    font-family: 'Mulish', sans-serif;;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #FF6900;

}
.example__mounth__list li:nth-child(n+10)::before{
    content: counter(example);
    position: absolute;    
    left: 0;

    font-family: 'Mulish', sans-serif;;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;

    color: #FF6900;
}
