.biomed-page {

    & .biomed-hero {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: relative;
        width: 100%;
        background-image: url(../img/bkg-biomed-hero.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        max-height: auto;

        & .biomed-back-container {
            display: flex;
            max-width: 1140px;
            width: 100%;
            padding: 30px 0px;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
            margin-bottom: 64px;

            & .biomed-back-title {
                display: flex;
                padding: 6px 16px;
                align-items: flex-start;
                border-radius: 4px;
                border: 1px solid var(--color-dark-gray);

                & .tag-small {
                    color: var(--color-dark-gray);
                    text-transform: uppercase;
                }
            }

            & .biomed-back-go-back {
                display: flex;
                height: 32px;
                padding: 4px 0px;
                align-items: center;

                & .tag-small {
                    color: var(--color-dark-gray);
                    font-family: var(--font-family-primary);
                    text-transform: uppercase;
                    text-decoration: none;
                    display: flex;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;


                    & svg {
                        fill: var(--color-dark-gray);
                        margin-top: 0px;
                        margin-right: 5px;
                        transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -ms-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;

                        & path {
                            fill: var(--color-dark-gray);
                        }
                    }

                    &:hover {
                        & svg {
                            margin-right: 8px;

                        }
                    }
                }
            }
        }

        & .biomed-hero-content {
            display: flex;
            width: calc(100% - 2rem);
            max-width: 1140px;
            flex-direction: column;
            align-items: flex-start;

            & h1.h1-title-tag {
                color: var(--color-blue-dark);
                text-align: center;
                display: flex;
                align-items: center;
                gap: 16px;
                position: relative;
                text-transform: uppercase;
                margin-bottom: 64px;

                &::before {
                    content: " ";
                    background-image: url(../img/product-logo-icon.png);
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 42.717px;
                    height: 64.391px;
                }
            }


            & h2.h2-title-hero {
                color: var(--color-blue-dark);
                text-align: left;
                max-width: 555px;
                margin-bottom: 32px;
            }

            & p.txt-large {
                color: var(--color-dark-gray);
                text-align: left;
                height: 101px;
                max-width: 555px;
                margin-bottom: 64px;
            }

            & .btn-container {
                margin-bottom: 94px;
            }

        }
    }

    & .biomed-engine-section {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 170px;

        & .biomed-engine-title {
            background-image: url(../img/bkg-biomed-engine-section.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom center;
            width: 100%;
            height: 619px;
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;

            & .biomed-engine-content {
                display: flex;
                width: 695px;
                flex-direction: column;
                align-items: center;

                & h2.h2-title {
                    text-align: center;
                    background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    margin-bottom: 48px;

                }

                & p {
                    color: var(--color-dark-gray);
                    text-align: center;
                    /* TXT - Large */
                    font-family: var(--font-family-primary);
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    /* 23.4px */
                    letter-spacing: 0.18px;
                    margin-bottom: 16px;

                    /* &.txt-color {
                        color: var(--GC-Green, #25C3C1);
                        text-align: center;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 130%;
                        letter-spacing: 0.14px;
                        width: 475px;
                    } */
                }


            }


        }

        & .biomed-engine-section-altern {
            width: 100%;
            max-width: 1140px;
            height: auto;
            display: flex;
            justify-content: space-between;
            padding: 128px 0px;
            flex-flow: row wrap;
            align-items: flex-start;


            & .h3-title {
                width: 100%;
                max-width: 396px;
            }

            & .biomed-engine-section-left {
                width: 50%;
                display: flex;
                flex-flow: column wrap;
                align-self: center;
                gap: 24px;

                & .h3-title {
                    width: 100%;
                    max-width: 396px;
                    color: var(--color-blue-dark);
                }



                & p.txt-medium {
                    color: var(--color-gray);
                    width: 100%;
                    max-width: 396px;
                    display: flex;
                    gap: 16px;
                }

                & .biomed-engine-section-full-txt {
                    display: flex;
                    gap: 16px;
                    width: 100%;
                    align-items: flex-start;

                    & svg {
                        min-height: 12px;
                        min-width: 12px;
                        margin-top: 5px;
                    }
                }

            }

            & .biomed-engine-section-right {
                width: 50%;
                display: flex;
                flex-flow: column;
                align-items: flex-end;
                gap: 24px;

                & .h3-title {
                    width: 100%;
                    max-width: 463px;
                    margin-bottom: 16px;
                    color: var(--color-blue-dark);
                }

                & .biomed-engine-text-icon {
                    display: flex;
                    align-items: flex-start;
                    gap: 24px;
                    max-width: 461px;
                    width: 100%;

                    & h5.h5-title {
                        color: var(--color-ultra-dark-gray);
                        margin-bottom: 8px;
                    }

                    & p {
                        color: var(--color-dark-gray);
                    }
                }

                & .biomed-engine-section-full-txt {
                    display: flex;
                    gap: 16px;
                    width: 100%;
                    max-width: 463px;
                    align-items: flex-start;

                    & svg {
                        min-height: 12px;
                        min-width: 12px;
                        margin-top: 5px;
                    }
                }

                & p.txt-medium {
                    color: var(--color-gray);
                    width: 100%;
                    max-width: 396px;
                    display: flex;
                    gap: 16px;
                }

            }

            & .biomed-engine-section-full {
                width: 100%;
                display: flex;
                padding-top: 48px;

                & .biomed-engine-section-full-txt {
                    width: 100%;
                    display: flex;
                    align-items: flex-start;
                    gap: 16px;

                    & svg {
                        min-width: 12px;
                        min-height: 12px;
                        margin-top: 5px;
                    }

                    & p.txt-medium {
                        color: var(--color-gray);
                        width: 100%;
                        max-width: 320px;
                    }
                }

            }
        }


    }
}

@media (max-width: 1200px) {

    .biomed-page {
        & .biomed-hero {
            & .biomed-back-container {
                max-width: 960px;

            }

            & .biomed-hero-content {
                max-width: 960px;
            }
        }

        & .biomed-engine-section {
            & .biomed-engine-section-altern {
                max-width: 960px;

            }
        }
    }
}

@media (max-width: 992px) {

    .biomed-page {
        & .biomed-hero {
            & .biomed-back-container {
                max-width: 720px;
                margin-bottom: 24px;

            }

            & .biomed-hero-content {
                max-width: 720px;

                & h1.h1-title-tag {
                    margin-bottom: 24px;
                }
            }
        }

        & .biomed-engine-section {
            & .biomed-engine-section-altern {
                max-width: 720px;

            }
        }
    }
}

@media (max-width: 768px) {

    .biomed-page {
        & .biomed-hero {
            height: auto;
            justify-content: flex-start;
            width: 100%;

            & .biomed-back-container {
                max-width: 540px;
                margin-bottom: 16px;
                padding: 24px 0;
                width: calc(100% - 2rem);

                & .biomed-back-title {
                    padding: 4px 16px;
                }

                & .biomed-back-go-back {
                    & .tag-small {

                        & svg {
                            fill: var(--color-dark-gray);
                            margin-top: 2px;
                            max-width: 14px;
                            max-height: 14px;
                        }
                    }
                }

            }

            & .biomed-hero-content {
                max-width: 540px;

                & h1.h1-title-tag {
                    margin-bottom: 36px;
                    gap: 0px;
                    text-transform: uppercase;

                    &::before {
                        content: " ";
                        height: 31.891px;
                        width: 30px;
                    }
                }

                & h2.h2-title-hero {
                    max-width: 335px;
                }

                & p.txt-large {
                    height: auto;
                    max-width: 335px;
                    margin-bottom: 48px;
                }
            }
        }

        & .biomed-engine-section {
            width: 100%;
            max-width: calc(100% - 2rem);
            margin: 0 auto 64px auto;

            & .biomed-engine-title {
                max-width: 100%;
                height: auto;
                padding: 42px 0;

                & .biomed-engine-content {
                    width: 100%;

                    & h2.h2-title {
                        max-width: 335px;
                        margin-bottom: 16px;
                        text-align: left;
                    }

                    & p.txt-medium {
                        height: auto;
                        max-width: 335px;
                        margin-bottom: 16px;
                        text-align: left;

                        &.txt-color {
                            width: 100%;
                            max-width: 335px;
                            width: 100%;
                            text-align: left;
                        }
                    }
                }


            }

            & .biomed-engine-section-altern {
                max-width: 335px;
                padding: 42px 0;

                &.reverse {
                    flex-flow: column-reverse;
                }

                & img {
                    max-width: 335px;
                    height: 300px;
                    object-fit: contain;
                }

                & .biomed-engine-section-left {
                    width: 100%;
                    gap: 16px;
                }

                & .biomed-engine-section-right {
                    width: 100%;
                    align-items: normal;

                    & .biomed-engine-text-icon {
                        & h5.h5-title {
                            font-size: 16px;
                        }

                        p.txt-medium {
                            font-size: 14px;

                        }
                    }

                    & .img-fluid {
                        max-width: 100%;
                        height: auto;
                        object-fit: cover;
                        object-position: 10px;
                    }
                }

                & .biomed-engine-section-full {
                    flex-flow: column;
                    gap: 16px;
                }

            }
        }
    }
}

@media (max-width: 550px) {
    .biomed-page {
        & .biomed-hero {
            background-image: url(../img/bkg-biomed-hero-mobile.png);
            background-size: 100%;
            height: 1057px;
        }

    }
}