html,body{
    background: white;
    
}
.depert_div_text{
    width:99%;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 10px;
}

.depert_div_main{
    width: 99%;
    justify-content: center;
}
.depertment_div{
    width:95%;
    margin-top: 20px;
    justify-content: space-between;
}
.depert_div{
    width:44%;
    justify-content: space-around;
    margin: 10px 0px 10px 0px;
    margin-top: 30px;
}
.depert_box{
    width: 10%;
    border-right: 2px solid red;
    display: flex;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 45px 10px 45px 10px;
    align-items: center;
    font-size: 25px;
    color:red;
    font-weight: bold;
    justify-content: right;
}
.depert_para{
    width:80%;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color:black;
}