#ty_section {
    background-color: var(--dark-blue);
    color: #e0e2e8;
    text-align: center;
}
#ty_section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/imageserver/UserMedia/theroofwizards/blue_bg.webp);
    background-size: cover;
    background-position: 10% center;
    background-blend-mode: overlay;
    background-color: #46484d;
    z-index: -1;
}
.ty-checkmark {
    width: 85px;
    height: 85px;
    fill: var(--accent-color);
}