.container-detail-service{
    border-style: solid;
    border-color: rgb(223, 78, 78);
    border-width: 1px;
    background-color:rgba(105, 36, 36,0.99);
    transition-property: background-color;
    transition-duration: 1s;
}

.container-detail-service:hover{
    border-style: solid;
    border-color: rgb(223, 78, 78);
    border-width: 1px;
    background-color:rgba(143, 42, 42, 0.99);
}