
.history-data{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
   
}
#history-container{
background: url('../images/historyBg.png'), url('../images/historyBg.png');
background-size: 500px, 500px;
background-position: left top, right bottom;
background-repeat: no-repeat, no-repeat;
}

.history-header{
    background-color: #e59b65;
    rotate: -90deg;
    width: 420px;
    height: 220px;
    margin-top: 100px;
    
    margin-right: -130px;text-align: center;
     
    
}
.header-contentHistoru{
    max-width: 400px;
    width: 100%;
}
.image-rightMar{
    width: 100%;
    max-width: 500px;
    margin-left: 90px;
}
.history-info{ 
    
    background-color: #e96101;
    
    color:white;
    display: flex;
    align-items: center;
}
.history-info p{
     padding:20px;
}
@media screen and (max-width:700px) {
    .history-data{
        flex-direction: column;
        /* max-width: ; */
    }
    .history-header{
        height: 100px !important;
    }
    
}
@media screen and (max-width:1100px) {
   
    .history-header{
    background-color: #e59b65;
    rotate: 0deg;
    width: 100%;
    max-width: 500px;
    height: 200px;
    margin-right: 0;
    /* margin-top: 190px; */
    
   text-align: center;
     
    
}
.header-contentHistoru{
    max-width: 500px;
    width: 100%;
}
.image-rightMar{
    width: 100%;
    max-width: 500px;
    margin-left: 0px;
}
 .history-data{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* max-width: ; */
    }
}