.logo-div {
    display:flex;
    flex-direction: column
}

.logo-title {
    display: flex;
    justify-content: center
}

.logo-squares {
    display: flex;
    justify-content: center
}

.green-build-code-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 45vh;
    background-image:linear-gradient(rgba(0,77,0,0.6),rgba(0,77,0,0.7)),url(img/green-build-code-background.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
    margin: 10px;
}

.footer-container p {
    margin: 2px;
}

.green-build-code-feature-content {
    margin: 50px;
}

.row {
    padding: 40px 40px 20px 40px;
}

.feature-size {
    max-width: 95rem;
    margin:0 auto;
}

.feature-title {
    display: flex;
    align-items: center;
}

.feature-size h1 {
    text-align: justify;
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.feature-container {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.75;
}

.button-container {
    display: flex;
    justify-content: center
}

.contact-us-button {
    background-color:rgba(0,77,0,0.7);
    color:#fff;
    padding: 14px 20px;
    margin: 30px 20px 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
}

.contact-us-button:hover {
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.24), 0 8px 10px 0 rgba(0,0,0,0.19);
}

.feature {
    margin-right: 50px;
    min-width: 295px;
}

.feature h2 {
    font-size: 24px;
    font-weight: 300 bold;
    letter-spacing: 0.1rem;
    align-self: center;
    color: #2c3e50;
}

.feature p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-align: justify
}

.third {
    width: 30%;
}

.half {
    width: 45%;
}

.icon {
    font-size: 30px;
    padding-right: 20px;
    color: #2c3e50;
}

.feature-title p {
    margin-top:-20px;
    font-size: 20px;
    font-weight: 600;
    color:#2c3e50;
}