#project-footer {
    position: relative;
    background-color: #fff;
    padding: 120px 0;
}

#project-footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#project-footer img {
    height: 55px;
    margin-bottom: 60px;
}

#project-footer .grid-text .text-wrapper {
    max-width: 900px;
}

@media(max-width: 480px) {
    #project-footer{
        padding: 80px 0;
    }
    #project-footer img{
        height: 20px;
    }
    #project-footer .grid-text .text-wrapper {
        max-width: auto;
    }
    
}