.container{
    max-width: 1580px;
    width: 100%;
    padding: 0 15px;
    margin:  0 auto;
}
.w-100{
    max-width: 100%;
    width: 100%;
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.jcsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}
.jcc{
    justify-content: center;
}
.fdc{
    flex-direction: column;
}