body {
    background: url(../images/landing/agro-solar/landing_back.jpg) no-repeat;
    font-family: 'simpler';
}

.main {
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}

.main-logo {
    width: 200px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin:0;
}

h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom:40px;
}

.people-container,
.bottom-link {
    font-size: 20px;
}

.people-container {
    border-top: 1px solid #333;
    padding-top: 40px;
}

.people-container img {
    width:80px;
}

.fas {
    font-size: 38px;
}

@media (max-width: 576px) {

    body {
        background-position: 120% 0;
    }

    .main {
        align-items: unset;
        padding: 1em;
        min-height: calc(100vh - 100px);
    } 
    
    .main-logo {
        width: 120px;
    }    

    h1 {
        font-size: 44px;
        line-height: 44px;
        text-align:center;
    }
    
    h2 {
        font-size: 28px;
        line-height: 28px;
        text-align:center;
        margin-bottom:30px;
    } 
    
    .people-container,
    .bottom-link {
        font-size: 18px;
        line-height: 18px;
    } 

    .people-container {
        padding-top: 30px;
    }
    
    .people-container img {
        width:70px;
    }
        
}

