img {
    display: block;
}
.bg {
    background-repeat: no-repeat;
    background-size: 100%;
}
.m-auto {
    margin: auto;
}
.flex-hs {
    display: flex;
    align-items: center;
}
.flex-hb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-v {
    display: flex;
    flex-direction: column;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.pointer {
    cursor: pointer;
}