.w-70 {
    width: 70%;
}

.sticky {
    position: sticky;
    top: -10vh;
}