

.car-child-pages-list__item a {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background-color: #ffffff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: #77787B;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}

.car-child-pages-list__item a:hover {
    background-color: #D01818;
    color: #ffffff;
    box-shadow: 0px 7px 11px 0px rgba(208, 24, 24, 0.21);
    transition: all 0.3s;
}
