.imageLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 50px;
}
.tickets-system .section-title-lesser {
    text-align: left;
}
.toggleDisplay {
    display:none;
}
.colorHereText {
    font-weight:900 !important;
    color:#fff !important;

}
@media screen and (max-width: 995px) {
    .imageLogo {
       width: 58%;
       padding-top: 50px;
       margin-bottom: auto;
    }
    .tickets-system .section-title-lesser {
        font-size: 26px !important;
        text-align: center !important;
        margin-top: 15px;
    }
    .tickets-system {
        height: inherit;
    }
    .dashed-list{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
    }

}

.sharing{
    margin-right: 30px !important;
    color: #fff;
    padding-top: 10px !important;
    margin-left: 12px;
    text-align:left;
    margin: 0.3em 0 0.3em;
}
.tickets-system.v1 .section-title {
    font-size: 37px !important;
}
.welcomeText {
    padding-top: 12px;
    margin-bottom: 26px !important;

}

ul.dashed-list {
    list-style: inside;
    text-align: initial;
    margin-left: unset;
    color: #fff;
}

ul.dashed-list li:before {
    content: "";
    float: left;
    margin: 0 0 0 -27px;
    padding: 0;
}

ul.dashed-list li {
    list-style-type: revert;
}

@media screen and (max-width: 765px) {
    .toggleDisplay {
        display: block !important;
    }
    .displayoff {
        display: none;
    }

    .section-title {
        font-size: 28px !important;
    }
    ul.dashed-list {
        list-style: circle;
        text-align: left;
        /* margin-left: 2em; */
        color: #fff;
        display: inline-block;
    }
     .section-title-lesser {
        font-size: 26px !important;
        text-align: center !important;
        margin-top: 15px;
        color:#fff;
    }
    .sharing{
        margin-right: 30px !important;
        font-size: 16px !important;
        color: #fff;
        padding-top: 10px !important;
        margin-left: 12px !important;
        text-align:center;
    }
}