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

section#hero {
    background: var(--blue-light);
    background: linear-gradient(45deg, #063380 0%, var(--blue-light) 100%);
}

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

    section#hero .image {
        background-image: url('../../img/chisiamo/hero.png');
        background-size: auto 100%;
        background-position: center right;
        background-repeat: no-repeat;
        max-width: 700px;
    }

section#follow {

}

    section#follow .big {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        transform: translateY(-8.4%);
    }

    section#follow .socials img {
        cursor: pointer;
        display: block;
        height: 30px;
        margin-right: 30px;
    }

    section#follow .socials img:last-child {
        margin-right: 0;
    }

section#mission .point span {
    font-size: 14px;
}

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

    section#features .point {
        padding: 30px;
        background-color: white;
        border-radius: 20px;
        box-shadow: 0 17px 32px rgba(92, 142, 192, 0.2);
    }

    section#features .point img {
        height: 60px;
    }

    section#features .point small {
        color: #34383C;
        margin-left: 20px;
    }

    section#features .talk {
        max-height: 200px;
        background-color: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 17px 32px rgba(92, 142, 192, 0.2);
        max-width: calc(100% - 100px);
        margin-left: 50px !important;
    }

    section#features .talk:last-child::after {
        display: block;
        content: ' ';
        width: 20px;
    }

        section#features .talk img {
            max-height: 200px;
            max-width: 250px;
        }

        section#features .talk span {
            margin: 20px;
        }

        section#features .talk .press img {
            margin-bottom: 10px;
            width: auto;
        }

        section#features .talk .press button {
            min-width: 150px;
            height: 35px;
            border-radius: 17.5px;
            border: 2px solid var(--blue-dark);
            color: var(--blue-dark);
            font-size: 0.75rem;
            text-align: center;
            background-color: transparent;
        }

        section#features .talk .press button:hover {
            color: white;
            background-color: var(--blue-dark);
        }

@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#features .talk {
        width: calc(100% - 40px);
        min-width: calc(100% - 40px);
        background-color: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 17px 32px rgba(92, 142, 192, 0.2);
        max-height: unset;
        margin: 40px 20px !important;
    }

        section#features .talk img {
            width: 100%;
            min-width: 100%;
            min-height: unset;
            max-height: unset;
        }
}

.owl-carousel .item {
    margin: 3px
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .item {
    margin: 3px
}

.owl-carousel {
    margin-bottom: 15px
}

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

/***/

.articles-container {
    max-width: 80%;
}

@media all and (max-width: 992px) {
    .articles-container {
        max-width: 90%;
    }   
}

@media all and (max-width: 1200px) {
    section#features .talk .press img {
        margin-top: 10px;
    } 
}
