section#digital-signage{
    margin-top: var(--header-height);
    background-color: white;
}
section#digital-signage .card {
    border: none;
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
    padding: 1.5rem 1.75rem 0;
    margin-top: 2.25rem;
}
section#digital-signage img{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 26pc;
}

section#digital-signage h3{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: var(--color);
    margin: 2.5rem 0 1.5rem;
}
section#digital-signage h3 + p {
    text-align: center;
}
section#digital-signage .row p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--text-color);
}

section#digital-signage article{
    margin-top: 40px;
}

section#digital-signage h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #575757;
    margin-top: 24px;
}

section#digital-signage ul{
    padding-left: 0;
    list-style: none;
}


section#digital-signage li p {
    display: inline-block;
    width: calc(100% - 26px);
    margin-bottom: 20px;
    word-break: break-word;
}

section#digital-signage li::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: var(--color);
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
}

section#footer-top{
    display: none;
}