.bloc {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
}
.divBloc {
width: 200px;
padding-bottom: 50px;
}
.imgBloc {
height: 100px;
width: 200px;
}
.pBloc {
color: #fff;
font-weight: bold;
font-size: 18px;
}
hr{
height: 3px;
width: 100%;
margin: -0.5em 0;
padding: 0;
color: #644D52!important;;
background-color: #644D52!important;;
border: 0;
}
h3{
color: #644D52!important;
}
@media only screen and (max-width: 767px) {
.divBloc{
width : 45%;
height: auto;
}
.imgBloc {
height: 58px;
width: 115px;
}
}