.index{
    background-image: url('../img/partner/index_bg.webp');
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-size: cover;
    background-position: 0 0px;
    background-repeat: no-repeat;
}
.index-logo{
    width: 300px;
}
.fnl-state:nth-child(2) .carousel-indicators{
    top: -20px;
}

@media screen and (max-width: 1680px) {
    .fnl-state {
        height: 180px;
        width: 20%;
    }
}