.btnSolutions {
    border: 1px solid black !important;
    color: #FFF !important;
    font-size: 25px !important;
    font-stretch: condensed !important;
    height: 150px !important;
    margin-bottom: 20px !important;
    white-space: normal !important;
    width: 100% !important;

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.btnSolutions:hover {
    color: #000000 !important;
}

.bgSolElem1 {
    background: rgb(135, 158, 75) !important;
}

.bgSolElem1:hover {
    background: rgba(135, 158, 75, .7) !important;
}

.bgSolElem2 {
    background: rgb(210, 116, 42) !important;
}

.bgSolElem2:hover {
    background: rgba(210, 116, 42, .7) !important;
}

.bgSolElem3 {
    background: rgb(148, 121, 79) !important;
}

.bgSolElem3:hover {
    background: rgba(148, 121, 79, .7) !important;
}

.bgSolElem4 {
    background: rgb(106, 124, 79) !important;
}

.bgSolElem4:hover {
    background: rgba(106, 124, 79, .7) !important;
}

.bgSolElem5 {
    background: rgb(98, 162, 135) !important;
}

.bgSolElem5:hover {
    background: rgba(98, 162, 135, .7) !important;
}

.bgSolElem1:hover,
.bgSolElem2:hover,
.bgSolElem3:hover,
.bgSolElem4:hover,
.bgSolElem5:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(.9); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(.9); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(.9);
    transition: all 200ms ease-in;
    transform: scale(.9);
}

.lkInf {
    color: rgb(196, 53, 20) !important;
}