#main-section{
    padding: 0;
}

.video-container{
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: calc(100vh - 95px);


}


#target{
    display: flex;
    flex-direction: column;
    color: var(--primary-color);
}

.target-header{
    display: flex;
    width: 100%;
}

.header-title{
    flex-grow: 1;
}

#target{
    display: flex;
    flex-direction: row;
}

#target > div {
}

.target-left{
    width: 100%;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.target-left > div{
    max-width: 500px;
}


.target-left .target-header{
    font-weight: 500;
}

.target-right{
    flex-grow: 1;
}

.target-left-2{
    width: 100%;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.target-left-2 > div{
    max-width: 500px;
}


.target-left-2 .target-header{
    font-weight: 500;
}

.target-right-2{
    flex-grow: 1;
    margin-right: 100px;

}

.target-body{
    margin-top: 50px;
    font-size: var(--base-font-size);
}


.target-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
}


.target-list .list-row{
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    align-items: center;
}

.list-row .element-title{
    flex-grow: 1;
}

.list-row .element-icon{
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.element-icon img{
    height: 100%;
    max-width: 25px;
    width: auto;
}

.numbers-section{
    justify-content: space-between;
}

.numbers-section > .data-container{
    width: auto;
}

.data-container> .data-number{
    font-size: var(--headline-font-size);
    text-align: center;
}

.pack-section{
    
}

.pack-section img{
    height: auto;
    width: 100%;
}



.move-up{
    top: -100px;
}


.treedom-logo{
    width: 150px;
    height: auto;
    align-self: flex-start;
}

.treedom-logo > img{
    width: 100%;
    height: auto;
}

.button-panel{
    display: flex;
    justify-content: center;
}

.button-panel .button{
    font-family: var(--alt-font-family);
    font-weight: 500;
    background-color: var(--accent-color);
    border: 0;
    border-radius: var(--border-radius);
    color: var(--primary-color);
    padding: 10px 40px ;
    z-index: 20;
    display: flex;
    margin-top: 50px;
    align-items: center;
    text-align: center;
    text-decoration: none;
}



@media only screen and (max-width: 600px) {

    .section-container{
        padding: 0 !important
    }

    .icons-row{
        display: flex;
        flex-direction: column;
    }

    .icon-container{
        flex: 1;
        align-items: center !important;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        text-align: center;
    }

    .icon-container:last-child{
        margin-bottom: 0;
    }

    #eco-card{
        flex-direction: column-reverse;
        margin: 0;
    }

    .eco-content{
        margin-left: 0;
        padding: 20px;
    }

    .eco-button{
        text-align: center;
    }

    .eco-img{
        width: 100% !important;
    }

    .functionalities-container{
        padding: 0 !important;
    }

    .functionalities-container .section-title{
        font-size: var(--medium-font-size);
    }

    #target{
        display: flex;
        flex-direction: column !important;
    }

    .numbers-section{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .data-container{
        margin-bottom: 20px
    }
        
    .pack-section{
        padding:0px;
    }


}