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

section#hero {
    background: linear-gradient(180deg, var(--green) 0%, var(--green) 85%, transparent 85%);
    padding-top: calc(var(--box-nav-bar-lg-height) + 20px);
    color: white;
}

    section#hero .image {
        max-width: 400px;
        transform: translateY(10%);
    }

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

section#bullets {

}

    section#bullets .row {
        background-color: white;
        box-shadow: 0 17px 32px rgba(92, 142, 192, 0.2);
        border-radius: 23px;
    }

        section#bullets .row .col-12::after {
            display: block;
            content: ' ';
            height: 2px;
            background-color: #eceaea;
            bottom: 0;
            left: 120px;
            width: calc(100% - 240px);
            position: absolute;
        }

        section#bullets .row .col-12:last-child::after {
            height: 0;
        }

        section#bullets .row .col-12 img {
            height: 150px;
            margin: 50px 60px;
        }

@media (max-width: 1200px) {
    section#hero {
        background: var(--green);
    }

    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#bullets {

    }

        section#bullets .row {
            background-color: white;
            box-shadow: 0 17px 32px rgba(92, 142, 192, 0.2);
            border-radius: 23px;
            margin: 0 15px;
        }

        section#bullets .row .col-12::after {
            display: block;
            content: ' ';
            height: 2px;
            background-color: #eceaea;
            bottom: 0;
            left: 120px;
            width: calc(100% - 240px);
            position: absolute;
        }

        section#bullets .row .col-12 img {
            height: auto;
            width: 147px;
            margin: 50px 60px;
        }
}

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