/**
Page Name: Web Development
Page Slug: development
Author: White Point Digital
Author URI: https://whitepointdigital.com
*/

.wpd-swipe-left [data-aos="swipe-left"]:after {
    background: var(--ast-global-color-6);
}

#brands { position: relative; }

#wpd-brands-background {
    position: absolute;
    background: var(--ast-global-color-0);
    height: 70%;
    width: 100%;
}


@media screen and (max-width: 1920px) { }

@media screen and (max-width: 1600px) { }

@media screen and (max-width: 1536px) { }

@media screen and (max-width: 1440px) { }

@media screen and (max-width: 1366px) { }

@media screen and (max-width: 1280px) {
    #wpd-brands-background {
        height: 100%;
        background: var(--ast-global-color-3);
    }
}

@media screen and (max-width: 1024px) { }

@media screen and (max-width: 992px) { }

@media screen and (max-width: 768px) { }


