#main-content {
    margin-top: 0;
}

section#hero {
    background: var(--blue-light);
    background: linear-gradient(45deg, #063380 0%, var(--blue-light) 100%);
    padding-top: calc(var(--box-nav-bar-lg-height) + 20px);
}

    section#hero .texts {
        color: white;
        max-width: 700px;
    }

    section#hero .image {

    }

    section#hero .left-pills {
        position: absolute;
        left: 0;
        height: 100%;
    }

        section#hero .left-pills img {
            position: absolute;
            left: 0;
            top: 0;
            width: 200px;
        }

        section#hero .left-pills img:nth-child(1) {
            top: -40px;
            left: -100px;
            width: 140px;
        }

        section#hero .left-pills img:nth-child(2) {
            top: 130px;
            left: -60px;
            width: 60px;
        }

        section#hero .left-pills img:nth-child(3) {
            top: 320px;
            left: -145px;
            width: 180px;
        }

    section#hero .right-pills {
        position: absolute;
        top: 70px;
        right: 0;
        height: 100%;
    }

        section#hero .right-pills img {
            position: absolute;
            right: 0;
            top: 0;
            width: 200px;
        }

        section#hero .right-pills img:nth-child(1) {
            top: -40px;
            right: -190px;
            width: 140px;
        }

        section#hero .right-pills img:nth-child(2) {
            top: 240px;
            right: -100px;
            width: 60px;
        }

section.bullets {

}

section.bullets.with-gradient {
    background: linear-gradient(0deg, rgba(227,247,255,1) 0%, rgba(255,255,255,1) 100%);
}

    section.bullets img {
        width: 120px;
        height: 60px;
        margin-right: 40px;
    }

section#help {
    padding-top: 28%;
    background-image: url(../../img/aziendefarmaceutiche/divider.png);
    background-size: cover;
}

@media (max-width: 1200px) {
    section#hero .texts {
        max-width: unset;
    }

        section#hero .texts h2 {
            font-size: 25px;
        }

        section#hero .image {
            max-width: unset;
            height: 50vh;
            min-height: 50vh;
        }
}

.store-buttons img {
    cursor: pointer;
    height: 50px;
    transition: all 200ms;
}

.store-buttons img:hover {
    transform: scale(1.02);
}

.store-buttons img:last-child {
    margin-left: 10px;
}

.feature img {
    height: 80px;
}

.feature h6 {
    font-weight: 600;
    line-height: 25px;
    color: var(--blue-light);
}

footer {
    color: white;
    font-size: 0.8rem;
    background: var(--blue-light);
    background: linear-gradient(45deg, #063380 0%, var(--blue-light) 100%);
}

footer a,
footer a:hover,
footer a:visited,
footer a:active {
    color: white;
    margin: 0 0 15px 0;
}

footer span {
    line-height: 25px;
}

@media (max-width: 992px) {
    .store-buttons img {
        cursor: pointer;
        height: 40px;
        transition: all 200ms;
    }

    section#hero #hero-image {
        max-width: 100%;
    }

    section#for .for-roles {
        overflow-y: visible;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 40px;
    }

    section#for .for-roles .for-role {
        width: 80%;
        min-width: 80%;
    }

    section#for .for-roles .for-role:first-child {
        margin-left: 30px;
    }

    section#for .for-roles .for-role:last-child {
        margin-right: 30px;
    }

    section#for .for-role:hover .human {
        transform: scale(1.01);
    }
}

@media (max-width: 1200px) {
    section#download .background {
        top: 0;
        height: 100%;
    }

    section#why .why img {
        width: 50px;
        margin-right: 20px;
    }
}
