#navigation {
    background: linear-gradient(to bottom,#ffffff, #eaecec,#ffffff);
}

#screenshots, #brand, #cases, #services, #contact {
    background: linear-gradient(to left,#ffffff, #eeeeee,#ffffff);
}

footer {
    background: linear-gradient(to left,#0841C6, #56adff);
}

.aplpg-headline h5 {
    font-size: 20px !important;
}

.font-size-20 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #002b56;    
}