.cookies {
    height: 50px;
}

.cookies__modal p:first-child {
    font-size: 16px;
    color: white !important;
}

#acceptBtn {
    background-color: white;
    box-shadow: 4px 4px 0 #b8bfbe;
    padding: 8px;
    color: black;
    border-radius: 50px;
    /* margin: 10px auto; */
    border: none;
    font-weight: 600;
}

#declineBtn {
    background-color: #f43f3f;
    box-shadow: 4px 4px 0 #e57777;
    padding: 8px;
    color: white;
    border-radius: 50px;
    /* margin: 10px auto; */
    border: none;
    font-weight: 600;
}

#acceptBtn:hover,
#declineBtn:hover {
    transform: scale(1.05);
}

.show {
    display: block !important;
}

.social-icons .fa-facebook-f {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: white;
}

.service-entry p {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
}



@media (min-width: 480px) {

    .cookies__modal {
        background: #181818;
        color: white;
        width: 400px;
        border-color: white;
        border: 4px solid white;
        border-radius: 18px;
        padding: 20px;
        position: fixed;
        bottom: 15px;
        left: 15px;
        /* height: 176px; */
        z-index: 99999;
        display: none;
        text-align: center;
        align-items: center;
        flex-direction: row;
    }


}

@media (max-width: 480px) {
    .cookies__modal {
        border-color: white;
        border: 4px solid white;
        border-radius: 20px;
        background: #181818;
        color: white;
        height: auto;
        width: 100%;
        padding: 10px;
        position: fixed;
        bottom: 0px;
        padding-bottom: 40px;
        z-index: 99999;
        display: none;
        text-align: center;
        align-items: center;
        flex-direction: column;
        /* border-radius: 8px; */
        box-shadow: 1px 1px 4px black;
    }
}


@media (min-width: 992px) {
    .service-sidebar {
        position: sticky;
        top: 90px;
    }

    .web-development {
        height: 380px;
        width: 1000;
        object-fit: cover;
    }

    .digital-marketing {
         height: 300px;
         object-fit: cover;
    }

}
