.home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    background-color: var(--blue);
    height: auto;
}

div.sec-container {
    height: 10vh;
}

.home-container img {
    width: 60%;
}

.main-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 4vw;
    padding-right: 4vw;
}

.main-sec img {
    width: 50%;
}

.heading-text {
    margin-top: 50px;
}

.main-sec h2 {
    font-weight: 400;
    font-size: large;
    font-style: italic;
}

.main-sec h3 {
    margin-top: 20px;
    font-size: 2.5em;
    text-transform: uppercase;
}

.img-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-sec-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dicono-pic {
    width: 80%;
}

.img-sec img {
    width: 100%;
}

#contact-btn-real {
    margin-top: 80px;
    margin-bottom: 80px;
}

.quote {
    font-style: italic;
}

#questions {
    padding: 40px 40px 40px 40px;
}

#questions>h1 {
    margin-top: 6vh;
    margin-bottom: 3vh;
}

#questions li {
    font-weight: normal;
}

.sec-container {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}

.sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10vw 40px 10vw;
    text-align: justify;
}

.sec-container img {
    width: 40%;
}

.sec h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--blue);
    text-align: center;
}



.sec p {
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

#stats-container {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 50vh;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
}

.stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stats span {
    color: var(--orange);
    font-size: large;
    font-weight: bolder;
    font-size: xx-large;
}

.stats h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
    color: black;
}

@media screen and (min-width: 920px) {
    #stats-container {
        flex-direction: row;
    }

    .sec-container {
        flex-direction: row;
        padding-left: 140px;
        padding-right: 140px;
    }

    #questions {
        padding: 40px 10vw 80px 10vw;
    }

    .home-container {
        flex-direction: row;
        padding-left: 120px;
    }

    .home-container img {
        width: 30%;
    }

    .main-sec {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-right: 5vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .main-sec h3 {
        font-size: 4em;
    }
}