.logo-color {
    height: 60%;
    width: 60%;
}

.logo-white {
    height: 60%;
    width: 60%;
}

.promo-card-info {
    display: grid;
    line-height: 30px;
}

.promo-card-info h3 {
    font-size: 24px;
    display: grid;
    line-height: 30px;
    3
}

.promo-card-info p {
    font-size: 15.9px;
}

.promo-card-info i {
    color: #f8a834;
}

.icon-content h3 {
    color: #175cff;
}

.img-overlay-list i {
    background-color: #00d805 !important;
}

.work-process-list h3 {
    color: #1c1a18;
}

@media(width: 280px) {
    .hero-screen-wrap .mac-screen {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 885px;
        flex: 0 0 278px;
        width: 885px;
        margin-right: -115px;
        z-index: 1;
        margin-left: 130px;
    }

    .hero-screen-wrap .phone-screen {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 80px;
        width: 220px;
        margin-bottom: -30px;
        margin-right: -220px;
        z-index: 2;
    }

    .shape-service .color-shape-1 {
        top: -35px;
        right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    }

    .shape-service .color-shape-3 {
        right: 0;
        bottom: -25px;
        -webkit-box-flex: 0;
    }

    .shape-service .color-shape-2 {
        left: -79px;
        bottom: -26px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    }

    .two-bg-dark-light {
        background-color: #f5f5f5;
        background-image: none;
    }

    .img-overlay-list {
        left: 11px;
        bottom: 30px;
        z-index: 1;
    }

    .img-overlay-list h6 {
        font-size: 0.850rem;
    }

    .affix{
        top: 0;
    left: 0;
    margin: auto;
    position: fixed;
    width: 282px;
    z-index: 9;
    -webkit-animation: 300ms ease-in-out fadeInDown;
    animation: 300ms ease-in-out fadeInDown;
    background: #111827;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    }
}

@media screen and (max-width:778px) {
    .customer-logos-grid {
        display: grid;
        grid-auto-columns: 1fr;
        grid-row-gap: 16px;
        grid-column-gap: 0;
        grid-template-columns: 1fr 1fr;
    }
}