

.arz-carousel .elements::-webkit-scrollbar {
    display:none;
    height:0;
    width: 0;
}
.arz-carousel .elements{
    display:flex;
    margin: 0 8px;
    width: calc(100% - 16px);
    overflow:auto;
}

.arz-carousel .elements >*{
    flex: 0 0 auto;
    margin: 0 5px;
    padding: 10px;

}

.arz-carousel .titlebtn{
    color:#1aa089;
    font-size: 15px;
}

.arz-carousel .title-section{
    display:flex;
    align-items: center;
    justify-content: space-between; 
    margin: 24px 16px 17px 16px;
}
.arz-carousel .title-section .title{
    font-size:20px;
    font-weight:bold;

}
.mobile .arz-carousel .title-section .title{
    
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70vw;
    white-space: nowrap;
}

