*{
    margin: 0;
    padding: 0;
    font-family: var(--font-family)
}
:root{
    --bg-color:#000000;
    --black:#000000;
    --font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.suva_history{
    width: 100%;
    height: auto;
    padding: 40px 0px;
    justify-items: center;
    background-image: url(/assets/images/history/bg-removebg-preview.png);
    background-size: cover;

}
.suva_history h4{
    width: 100%;
    height: auto;
    text-align: center;
    color: var(--black);
    font-weight: 800;
    font-size: 30px;
    text-transform:uppercase;
}
.suva_history h1{
    width: 100%;
    font-weight: 800;
    height:auto;
    font-size: 50px;
    text-align: center;
    color: var(--black);
    text-transform:uppercase;
}
.suva_history p{
    width: 60%;
    height: auto;
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
    font-weight: 600;

}
.suva_history .box{
    margin-top: 60px;
    width: 100%;
    min-height:170px;
    display: flex;
    justify-content: center;
}
.suva_history .box .right{
    height: auto;
    width: 35%;
}
.suva_history .box .right p{
    width: 95%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 6px;
    text-align: end;
}
.suva_history .box .left{
    height: auto;
    width:34.3%;
}
.suva_history .box .left h2{
    text-align: center;
    width: 150px;
    height: auto;
    font-size:40px;
    font-weight: 700;
}
.suva_history .box .left p{
    width: 150px;
    height: auto;
    text-align: start;
    text-align: center;
}
.suva_history .box .line{
    width:4px;
    background-color:var(--bg-color);
    position: relative;
}
.suva_history .box .line::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--bg-color);
}
.suva_history .box_2nd{
    width: 100%;
    min-height:170px;
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
}
.suva_history .box_2nd .right{
    height: auto;
    width: 35%; 
    justify-items: end;
}
.suva_history .box_2nd .right h2{
    text-align: center;
    width: 150px;
    height: auto;
    font-size:40px;
    font-weight: 700;
}
.suva_history .box_2nd .right p{
    width: 150px;
    height: auto;
    text-align: start;
    text-align: center;
}
.suva_history .box_2nd .line{
    width:4px;
    background-color:var(--bg-color);
    position: relative;
}
.suva_history .box_2nd .line::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--bg-color);
}
.suva_history .box_2nd .left{
    height: auto;
    width: 34.2%;
}
.suva_history .box_2nd .left p{
    width: 98%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 20px;
    text-align:start;
}
.suva_history .box_end{
    width: 100%;
    min-height:170px;
    display: flex;
    justify-content: center;
}
.suva_history .box_end .right{
    height: auto;
    width: 35%; 
}
.suva_history .box_end .right p{
    width: 95%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 6px;
    text-align: end;
}
.suva_history .box_end .left{
    height: auto;
    width: 34.2%;
}
.suva_history .box_end .left h2{
    text-align: center;
    width: 150px;
    height: auto;
    font-size:40px;
    font-weight: 700;
}
.suva_history .box_end .left p{
    width: 150px;
    height: auto;
    text-align: start;
    text-align: center;
}
.suva_history .box_end .line{
    width:4px;
    background-color:var(--bg-color);
    position: relative;
}
.suva_history .box_end .line::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--bg-color);
}




@media (max-width:750px) {
    .suva_history .box .right{
        width: 45%;
    }
    .suva_history .box .left{
        width: 45%;
    }
    .suva_history .box_2nd .right{
        width: 45%;
    }
    .suva_history .box_2nd .left{
        width: 45%;
    }
    .suva_history .box_end .right{
        width: 45%;
    }
    .suva_history .box_end .left{
        width: 45%;
    }
}