.alumini_head{
    width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.alumini_head h1{
    color:white;
    width: 60%;
    text-align: center;
    background-image: linear-gradient( to left,rgba(26, 65, 100,0.9),rgba(161, 61, 99,0.9));
    text-transform: uppercase;
}
.alumini_div{
    width:100%;
}
.alumini_main{
    width:16%;
    flex-direction: column;
    flex-flow: column;
    justify-content: flex-start;
    height: 350px;
}
.alumini_div_1{
    width:100%;
    flex-direction: column;
    flex-flow: column;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.alumini_div_1 img{
    width: 100%;
    height:200px;
}
.alumini_text{
    width: 100%;
}
.alumini_text p{
    font-size: 20px;
    color:black;
    width: 100%;
    text-align: center;
}