#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 .image {
        max-width: 400px;
        transform: translateY(10%);
    }

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

section#welfare  {

}

    section#welfare .row .col-12:last-child span {
        max-width: 80%;
    }

    section#welfare .row.point {
        max-width: 80%;
        margin-left: 10%;
        position: relative;
    }

        section#welfare .row.point .col-xl-6:first-child::after {
            position: absolute;
            top: 50%;
            right: -36px;
            width: 72px;
            height: 72px;
            border-radius: 36px;
            background-color: var(--yellow);
            color: white;
            transform: translateY(-36px);
            line-height: 72px;
            text-align: center;
            display: block;
            font-weight: 700;
            font-size: 25px;
            z-index: 10;
        }

        section#welfare .row.point.motiva .col-xl-6:first-child {
            background-image: url('../../img/welfare/motiva.png');
            background-size: cover;
            padding-top: 50%;
        }

        section#welfare .row.point.motiva .col-xl-6:last-child {
            padding-left: 70px !important;
        }

            section#welfare .row.point.motiva .col-xl-6:first-child::after {
                content: '1';
            }

        section#welfare .row.point.promuovi .col-xl-6:first-child {
            padding-right: 70px !important;
        }

        section#welfare .row.point.promuovi .col-xl-6:last-child {
            background-image: url('../../img/welfare/promuovi.png');
            background-size: cover;
            padding-top: 50%;
        }

            section#welfare .row.point.promuovi .col-xl-6:first-child::after {
                content: '2';
            }

        section#welfare .row.point.sostieni .col-xl-6:first-child {
            background-image: url('../../img/welfare/sostieni.png');
            background-size: cover;
            padding-top: 50%;
        }

        section#welfare .row.point.sostieni .col-xl-6:last-child {
            padding-left: 70px !important;
        }

            section#welfare .row.point.sostieni .col-xl-6:first-child::after {
                content: '3';
            }

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

        section#advantages img {
            height: 60px;
        }


@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;
        }

    section#welfare {

    }

        section#welfare .row.point {
            max-width: unset;
            margin-left: -15px;
        }

        section#welfare .with-image {
            padding-top: 100% !important;
        }

        section#welfare .row.point.motiva .col-xl-6:last-child,
        section#welfare .row.point.promuovi .col-xl-6:first-child,
        section#welfare .row.point.sostieni .col-xl-6:last-child {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        section#welfare .row.point .col-xl-6:first-child::after {
            top: unset;
            right: 50%;
            bottom: -36px;
            transform: translateX(36px);
        }

        section#welfare .row.point.promuovi .col-xl-6:first-child::after {
            top: -36px;
            bottom: unset;
        }

    section#advantages h6 {
        font-size: 1.3rem;
    }

    section#advantages img {
        height: 80px;
        margin-bottom: 20px;
    }
}

.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 {
        padding-top: calc(var(--box-nav-bar-xs-height) + 20px);
    }

    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;
    }
}
