
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-size: 15px;
}


.main-image-container{
    top: 40px;
    bottom: 0;
   width: 100%;
   display: flex;
   flex-direction: column;
}
h2{
    color:rgb(5, 5, 5);
    /* background-color: rgba(148, 36, 2, 0.973); */
    padding: 3px;
    padding-left: 10px;
    
    /* font-size: 15px; */
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    font-size: 14px;

}

h3{
    color: rgba(12, 12, 12, 0.911);
    /* background-color: rgb(255, 156, 0); */
    padding: 3px;
    padding-left: 10px;
    font-size: 14px;
}
.s{
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.s4{
    padding-bottom: 40px;
   
}

p{
    /* font-family:"lora", sans-serif; */
    padding: 10px;
    background-color: rgb(241, 241, 237);
    text-align: justify;
    font-size: 14px;

   
}
.titlepage{
    text-align: center;
    font-size: 10px;
}
.mileston{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    cursor: pointer;
    /* background-color: rgb(238, 238, 238); */

}
.mileston h2, h4{ 
    width: 80%;
    background-color: #F29731;
    padding: 5px;
}
.mileston h4{ 
    width: 80%;
    background-color: rgb(241, 241, 237);
    
    /* color: white; */
}
.MilstoneCotant{
    display:none;
   
    flex-direction: column;
    width: 80%;
    background-color: #856947;
    
}
.mileston h3{
    background-color: #F29731;
}