#about_section {
    max-width: 1200px;
    margin: 0 auto;
    width: 75%;
}

#content_about img {
    width: 300px;
    height: 300px;
    margin-right: 150px;
}

#content_about {
    display: flex;
    margin-top: 35px;
}

#content_about_text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

#content_about_text p {
    margin-top: 10px;
}

.content_project:last-child {
    margin-bottom: 80px;
}

@media screen and (max-width:1024px) {
    #content_about {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #content_about img {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.about_link {
    text-decoration: #F8DE22 underline;
    color: black;
}