video.video__player {
    width: 100%;
}
@media (min-width: 771px){
    .needles__inner {
        margin-bottom: 300px;
    }
    .indications {
        margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
    }
}
@media (max-width: 770px){

    section.video video {
        width: 100%;
    }

    .intro__title {
        margin-bottom: 0;
        text-align: center;
        font-size: 26px;
        display: inline-block;
        margin: 0 66px;
    }

    .display-heading h2, h1.display-heading.hero__title {
        font-size: 26px !important;
        margin: 0 78px;
    }


    .intro__title span{
        font-size: 26px;
    }
    h1.display-heading.hero__title span{ 
        font-size: 25px;
    }
    .display-heading .roman  {
        font-size: 26px;
        line-height: 28px;
    }
    .intro__top {
        gap: 4px;
    }
    .display-heading em {
        font-size: 30px;
    }
    h1.display-heading.hero__title {
        margin-bottom: 0;
        text-align: center;
        font-size: 30px;
        display: inline-block;
        margin: 0 20px;
    }

    .hero__subtitle, .lead, .intro__lead, .product__intro, .pill p, .panel--intro p, .icon-list__item p, .pillars p, .modulacao__para, .indications__item {
        font-size: 16px !important;
        text-align: center;
        line-height: 18px;
        padding: 0 32px;
    }
    .intro__glow {
        display: none;
    }
    section.modulacao .intro__glow {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(assets/section4modulacaobg.png) left center / auto 100% no-repeat, #ffffff00;
        background-size: cover;
        z-index: -1;
    }
    .modulacao__text:after {
                content: "";
        background: url(assets/modulacaomobile.png) bottom center no-repeat;
        width: 100%;
        height: 160px;
        display: block;
        background-size: 100%;
        margin-bottom: -24px;
    }
    main {
        background: url('assets/bgrosa.png') no-repeat;
                background-size: contain;
    }
    .nav-pills a {
        height: 17px;
        font-size: 9px;
        max-width: 55px;
    }

        .nav-pills {
        gap: 24px;
    }

    .site-nav {
        padding-top: 30px;
    }

    .benefit__text {
        font-size: 16px;
        line-height: 18px;
    }

    .benefits.container {
        margin-left: 17px;
        margin-right: 17px;
        width: calc(100% - 34px);
    }
    .benefits.container {
    margin-left: 17px;
    margin-right: 17px;
    width: calc(100% - 34px);
}

.composition {
    padding: 0;
}

h2#composition-title {
    margin: 0 55px;
    line-height: 18px;
}

p.lead.center.composition__lead {
         line-height: 18px !important;
        font-size: 16px !important;
        padding: 0;   
}
h2#needles-title span {
    display: block;
}
h2#needles-title {
    font-size: 26px;
    line-height: 28px;
}
.intro__top {
    margin-bottom: 55px;
}
.needles__icon {
    max-width: 36px;
}
.needles__bg {
    object-fit: contain;
}
.needles {
    min-height: clamp(410px, 41vw, 792px);
}
img.product__bg {
    
    bottom: 0;
    left: 0;
    z-index: 2;
    top: auto;
    right: 0;
    width: 100%;
    height: auto;
}
.hero__products-img {
    margin: 0 !important;
}

figure#lineup {
    max-width: none;
}

.hero {
    background: url(assets/headerbg.png) no-repeat center top, linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0) 75%, rgba(0, 0, 0, 0) 100%);
    background-size: contain;
    background-position: bottom;
    padding: 0 15px 40px;
}

.intro__top {
    flex-direction: column;
}

section.composition.container span {
    font-size: 26px;
}

section.composition.container em {
    font-size: 30px;
}

.needles .display-heading span {
    font-size: 26px;
}

.modulacao__text {
    margin: 0;
    background: rgb(255 255 255 / 68%);
}

.modulacao__card {
    padding: 0;
    background: none;
}
section.modulacao .intro__glow {
    background: url(assets/colorblur.png) no-repeat center;
        transform: none;
                background-size: cover;
    
}
.modulacao__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.display-heading em {
    line-height: 25px;
}
.modulacao__para {
    text-align: left;
}
section.modulacao .intro__glow * {
    display: none;
}

section.modulacao {
    margin-bottom: 60px;
}

.science {
    padding-bottom: 60px;
}

.copyright {
    font-size: 9px;
}
.site-nav.is-scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-pills li {
    display: flex;
}
.site-nav.is-scrolled + header.hero {
    padding-top: 88px;
}
}