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

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.hero-section{
    flex-grow: 1;
}