
/* #banner::before {
    background-position: top 0% right;
    background-image: url('/images/home_bg2.jpg');
} */

section {
    padding: 2.5rem 0;
}

#banner .area {
    min-width: 500px;
    /* left: calc(50% - 250px); */
    bottom: 10%;
    width: auto;
    animation: fadeIn ease 2s,slideIn ease 3s;
    -webkit-animation: fadeIn ease 2s,slideIn ease 3s;
    -moz-animation: fadeIn ease 2s,slideIn ease 3s;
    -o-animation: fadeIn ease 2s,slideIn ease 3s;
    -ms-animation: fadeIn ease 2s,slideIn ease 3s;
    border-radius: 50px;
}

#banner .area p {
    font-size: 22px;
    line-height: 1.5;
}

/* .home-area .banner-icons.fcn-icons{
    padding: 30px;
} */

section h1, h2, .h2, h2 a {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

/* .quad>* {
    width: 50%;
} */
.banner-icon-list{
    justify-content: space-between;
    max-width: 680px;
}
.banner-item{
    width: calc(12.5% - .5rem);
    padding: 0 .25rem;
}

.customer-logos .slide{
    width:20vw;
    height:131px;
}

@media only screen and (min-width: 768px) and (max-width: 992px){

    #banner.flex{
        padding: 2.5rem 1rem;
    }

    #banner p.banner-title, .banner-icon-list{
        width: 100%;
    }
}

@media only screen and (min-width: 992px){
    /* .quad>* {
        width: 25%;
    } */

    .counter {
        font-size: 2rem;
    }

    .after {
        margin-bottom: 0;
    }

    .banner-item:hover p{
        color: green;
        font-weight: 600;
        text-shadow: 2px 4px 8px rgb(0 0 0 / 50%);
    }
    
    .banner-item:hover .banner-icons{
        box-shadow: 2px 4px 8px rgb(0 0 0 / 50%);
    }

    .customer-logos .slide{
        width:30vw;
    }
}

label.col-1 {
    flex: 0 1 calc(50% - 20px);
}

label.col-2 {
    width: calc(100% - 40px);
}

/*  */
.customer-logos.scroll{
    animation:moveSlideshowDesktop 30s linear infinite;
}

#slider,.customer-logos{
    height:131px;
}

.customer-logos{
    width:440vw;
}