@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.img-about{
    margin: 40px auto;
    width: 90%;
    display: block;
}
hr.about-hr{
    width: 5%;
    height: 2px;
    border: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    background-color: black;
}
.flex-container{
    display: flex;
}
.cage1{ 
    margin-bottom: 30px;
    background-color: #b0c4de; min-height: 300px;
    border-radius: 10px;
}
div.box{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}