.colcarou-item {
    background: rgba(21, 21, 21, 1);
}
.colcarou-item.inactive:hover {
    background: rgba(40, 40, 40, 1);
}
.colcarou-item h2 {
}
.colcarou-image {
   opacity:.9;
}
.colcarou-textbox {
    color: white;
}
.colcarou-textbox p {
    font-size : 16px;
}
.colcarou-item.active h2 {
    font-size:5vw;
}
.colcarou-text {
    padding-bottom : 20px;
}
.colcarou-button {
     color: white;
     background-color: #e60027;
     font-size: 16px;
     line-height: 16px;
     padding: 20px;
 }
.colcarou-button:hover {
    background-color: #cd0027;
}
@media(max-width : 800px){
    .colcarou-item.active h2 {
        font-size:10vw;
    }
}