/* /tasks/78620 */
header.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: white;
}
/* /tasks/79033 */
.home .ibb025-helpful-guides-grid {
    .ibb025-helpful-guide-item .ibb025-helpful-guide-link {
        padding: .75em;
        background-color: #9E0C1A;
        color: white;
    }
    .ibb025-helpful-guide-item {
        text-align: center;
    }
    .ibb025-helpful-guide-title {
        padding: 0;
        color: white !important;
    }
    
}
@media (width >= 1190px) {
    .home .ibb025-helpful-guides-grid {
        .ibb025-helpful-guide-item:first-child {
            grid-column: 2/2;
        }
        .ibb025-helpful-guide-item:nth-child(n+2):nth-child(-n+4) {
            grid-row: 2;
        }
        .ibb025-helpful-guide-item:nth-child(n+5):nth-child(-n+7) {
            grid-row: 3;
        }
    }
}