.news-home {
    min-height: 460px;
    padding: 123px 0;
    box-sizing: border-box;
    position: relative;
    padding-top: 0px;


    @media(max-width:900px) {
        padding: 50px $padd-mob;
    }
}
.winnersbox {
    & > div {
        margin-right: 40px;
        &:last-child {
            margin-right: 0px;
        }
    }
}
.news-box {
    margin-top: 40px;
    flex-wrap: nowrap;
    & > div {
        margin-right: 40px;
        &:last-child {
            margin-right: 0px;
        }
    }
    @media(max-width: 900px) {
        display: block !important;
        margin-top: 30px;

    }

    &.justify-content-start {

        .news {
            margin-right: 30px;
            margin-bottom: 30px;

            @media(max-width:900px) {
                margin: 0 auto !important;
            }
        }
        >div {
            &:nth-child(5n) {

                .news {
                    margin-right: 0;
                }
            }
        }
    }
}
@media(max-width:900px) {

    .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;

        li {
            width: 10px;
            height: 10px;
            margin: 0 10px;
            border-radius: 50%;

            button {
                width: 10px;
                height: 10px;
                padding: 0;
                border: 1px solid $color-3;
                border-radius: 50%;
                background: #fff;
                color: transparent;
            }

            &.slick-active {
                background: $color-3;

                button {
                    background: $color-3;
                } 
            }
        }
        
    }
}

.custom-file-input {
    position: absolute;
}