@media only screen and (max-width: 499.99px) {
    .sy-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sy-header-logo-wrapper {
        width: 200px;
        padding-left: 0.75rem;
    }
    .sy-sticky-header {
        position: sticky !important;
        top: 0;
    }
    .not-mobile {
        display: none;
    }

    #sy-footer-contact-wrapper {
        display: block !important;
    }
    #sy-footer-contact-wrapper #sy-footer-contact-right {
        padding-top: 1.75rem;
    }
    #sy-footer-contact-wrapper #sy-footer-contact-right a {
        text-align: left !important;
    }
    #sy-hero-text-title-wrapper {
        max-width: 100%;
    }
    #sy-hero-text-title-wrapper h1 {
        font-size: 2.4rem !important;
    }
    #sy-hero-text-title-wrapper p {
        font-size: 1.1rem !important;
    }
    #sy-mobile-menu-paths button {
        padding: 1rem 0.7rem !important;
    }
    .sy-icon-item {
        width: 90vw;
    }
    .sy-large-cards-container {
        display: block;
        .sy-large-card {
            margin: 1rem 0;
            width: inherit;
        }
        .sy-large-card-img {
            display: none !important;
        }
    }
}
@media only screen and (max-width: 899.99px) {
    .not-tablet {
        display: none;
    }
}
@media only screen and (min-width: 500px) {
    .sy-container {
        padding-left: 3rem;
        padding-right: 3rem;
        width: calc(100% - 6rem);
        max-width: 1100px;
        margin: 0 auto;
    }
    .sy-header-logo-wrapper {
        width: 220px;
    }
    .only-mobile {
        display: none;
    }
    .sy-icon-item {
        width: 250px;
        &.medium {
            width: 235px !important;
        }
        &.left {
            align-items: start;
            .sy-icon-item-text {
                text-align: left;
                height: 40%;
            }
        }
        /*&.bottom {*/
        /*    margin-top: 15rem;*/
        /*}*/
        /*&.top {*/
        /*    margin-bottom: 15rem;*/
        /*}*/
    }
    .sy-large-card {
        &.xl {
            width: 100%;
        }
    }
}


.sy-chapter-title,
.sy-chapter-title-dark {
    padding: 5.5rem 0 1rem;
    width: fit-content;
}
.sy-chapter-title h2, 
.sy-chapter-title-dark h2 {
    margin: 0;
    padding: 0.25rem 0;
    letter-spacing: 1px;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: 'Geist', sans-serif;
}
.sy-chapter-title-dark h2 {
    /*background-color: #00000044;*/
    color: var(--pallete-text-primary);
}
.sy-chapter-title h2 {
    /*background-color: #00000012;*/
    color: var(--pallete-brand-dark);
}

.sy-chapter-content {
    padding: 0.25rem 0.5rem 2.5rem;
}

.sy-chapter-text {
    p {
        font-size: 1.3rem;
        line-height: 2.5rem;
        margin: 0;
        font-family: 'Inter', sans-serif !important;
        font-weight: 200;
    }
    &.no-title {
        padding-top: 4.5rem;
    }
}

.sy-icon-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.5rem 0 1rem;
    gap: 3rem;
}
.sy-icon-item {
    background-color: #f2f2f2;
    transition: all 0.3s;
    box-shadow: 0 3px 10px -5px #66666666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    & svg {
        transition: color 0.3s;
    }
}
.sy-icon-item:hover {
    transform: scale(1.15);
    background-color: #f4f4f4;
    box-shadow: 3px 10px 13px -10px #66666677;
    & svg {
        color: var(--pallete-brand-primary);
    }
}

.sy-icon-item-holder {
    flex: 1;
    width: 50%;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sy-icon-order-holder {
    width: 100%;
    position: relative;
    .fg {
        position: relative;
        display: none;
        z-index: 1;
        p {
            color: var(--pallete-brand-dark);
            /*opacity: 0.1;*/
            opacity: 0;
        }
    }
    .bg {
        position: relative;
        /*z-index: 0;*/
        /*top: 0.15rem;*/
        /*left: 0.2rem;*/
        p {
            color: #f2f2f2;
            filter: drop-shadow(0 0 1px var(--pallete-brand-dark));
            /*opacity: 0;*/
            padding-bottom: 1rem;
        }
    }
    p {
        font-size: 6rem;
        line-height: 6.5rem;
        margin: 0 0 0 1rem;
        font-family: 'Geist', sans-serif;
        font-weight: 700;
    }
}
.sy-icon-item-holder svg {
    width: 100px;
    height: auto;
    aspect-ratio: 1;
    color: var(--pallete-brand-dark);
    opacity: 0.9;
}
.sy-icon-item-title {
    height: 15%;
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 500;
    padding: 0 1rem 1rem 1rem;
    color: var(--pallete-brand-dark);
}
.sy-icon-item-text {
    height: 30%;
    padding: 0 1rem 1.75rem 1rem;
    font-weight: 200;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    align-content: center;
}
