.partheas-introlution-block {
    background-color: RGB(204,255,153);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute; 
    top: 0; 
    left: 0;
/*    padding-top: 10%;*/
}

.partheas-introlution-block .container{
    padding-top: 10%;
}
.partheas-introlution-block .div-ticket-number {
    font-size: 8em;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.5em;
        font-weight: 800;
}

.partheas-introlution-block .div-ticket-arrow {
    width: 0;
    height: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 125px solid RGB(229,96,13);
    line-height: 0;
    margin-left: 40%;
    margin-bottom: 2em;
}

.partheas-introlution-block .div-details {
    font-size: 4em;
    display: flex;
    justify-content: space-around;
    margin: 1em;
    font-weight: 800;
} 

.partheas-introlution-block .img {
/*    width: 20%;*/
} 

.partheas-introlution-block .left-img {
    padding-top: 10%;
    width: 20%;
    float: left;
} 

.partheas-introlution-block .right-img {
    padding-top: 10%;
    width: 20%;
    float: right;
} 