/* Css for conseils-obs */

.container-large{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
    max-width: 980px;
}
.card{
    display: flex;
    height:200px;
    padding:5px;
}

.card-inner{
    width: 100%;
}

.card-inner .title{
  text-align: center;
  position: relative;
  top: 10px;
  color : white;
  font-weight: 400;
}
.card-inner .icon{
    text-align: center;
    position: relative;
    top: 0px;
    font-size: 80px;
}
.bg-pink-OS{
    background-color: rgba(255, 94, 94, 0.8);
    color:white;
}
.bg-grey-OS{
    background-color: rgba(56, 56, 56, 0.8);
    color:white;
}
.bg-green-OS{
    background-color: rgba(145, 179, 86, 0.8);
    color:white;
}
.bg-blue-OS{
    background-color: rgba(95,158,160, 0.8);
    color:white;
}