/* Right side bar of FAQ page */

.faq-right-sidebar {
    position: sticky;
    top: 110px;
    align-self: flex-start;
}
