.mainc {
    display: flex;
    flex-direction: column;
}

.wrap.row {
    flex-wrap: wrap;
    flex-direction: row !important;
}

.mainc .wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px;
}

img {
    max-width: 100%;
}

.ql-size-huge {
    font-size: 25px;
}

.team-img img {
    max-width: 100%;
}

.col-md-6 {
    padding: 3px 3px;
}

.col-md-4 {
    padding: 3px 3px;
}

.history-time-line {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 70px;
    position: relative;
}

.time-points {
    min-width: 100%;
    width: auto;
    display: flex;
    align-items: center;
    transition: all .7s ease;
}

.time-item {
    display: flex;
    align-items: center;
    min-width: 25%;
    max-width: 25%;
    position: relative;
}

.time-item>.line {
    content: " ";
    background-color: #90989c;
    height: 2px;
    flex: 1;
    margin: 0px !important;
}

.time-item>.point {
    content: " ";
    width: 15px;
    height: 15px;
    border: 1px solid #90989C;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: 0%;
    z-index: 10;
    background-color: white;
}

.time-item span {
    position: absolute;
    top: -30px;
    right: -130px;
    color: #333;
    z-index: 10;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbtn {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    /* background: #f5f5f5; */
    cursor: pointer;
}

.mbtn>div {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #919090;
}

.mbtn.up {
    left: 0px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.493), white, white, white, white);
}

.mbtn.next {
    right: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.493), white, white, white, white);
}

.history-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    transition: all .5s ease;
}

@media screen and (max-width:576px) {
    .history-content {
        padding: 30px 0px;
    }
}

@media screen and (min-width:576px) {
    .history-content {
        padding: 30px 0px;
    }
}

@media screen and (min-width:786px) {
    .history-content {
        padding: 30px 50px;
    }
}