#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;
}

.logo-small {
    width: 80px;
}

.aplpg-screen-slider-wrapper.flex-images .aplpg-screen-slider .aplpg-screen-single {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3px;
}

.aplpg-screen-slider-wrapper.flex-images .aplpg-screen-slider .aplpg-screen-single img {
    width: 98%;
}