button {
    cursor: pointer;
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    max-width: 500px;
    z-index: 1050;
    /* left: 0; */
    right: 0;
    background: #f5f5f5;
    color: #000000;
    padding: 10px 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    border-radius: 4px 0 0 4px;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: #000000;
}

.cookie-btn {
    font-weight: 400;
}

.practice-area.practice-style-1 .service-icon {
    line-height: 80px;
    color: rgba(192, 181, 150);
}