.project-container {
    width: 1040px
}
@media (max-width: 1134px) {
    .project-container {
        width: 100%;
    }
}


.project-resume {
    width: 100%;
    background-color: #d6d1ca;
    padding: 20px;
    display: flex;
}

.project-resume-block {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    height: 120px;
    width: 250px;
}

@media(max-width: 700px) {
    .project-resume {
        display: block;
    }
    .project-resume-block {
        width: 100%;
        margin-bottom: 20px;
    }
}

.project-resume-title {
    font-family: InterLight;
    width: 100%;
}

.project-resume-content {
    margin-top: 30px;
    font-family: InterBold;
    width: 100%;
}

.project-description {
    width: 90%;
    color: #5c9541;
    font-family: InterMedium;
    font-size: 16px;
    padding-top: 30px;
    margin: auto;
}

.project-info {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    min-height: 300px;
}

.project-objetives {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 500px;
    overflow: hidden;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
}

.project-objetives-title {
    color: #5c9541;
    font-family: InterBold;
    font-size: 22px;
}

.project-objetives-content img {
    width: 100%;
}

.project-ods {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 410px;
    overflow: hidden;
    padding: 20px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media(max-width: 1133px) {
    .project-objetives {
        width: 100%;
    }

    .project-ods {
        width: 100%;
        margin-left: 0;
    }
}

.project-ods-title {
    color: #5c9541;
    font-family: InterBold;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.project-od {
    width: 87px;
    margin-bottom: 5px;
}

.project-2 {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
}

.project-info-2 {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    overflow: auto;
}

.project-axes {
    width: 200px;
    float:left;
    margin-bottom: 20px;
}

.project-axes-title {
    color: #55c2de ;
    font-family: InterBold;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.project-axis {
    width: 190px;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: InterBold;
}

.project-axis div {
    margin-top: 10px;
}

.project-areas {
    width: 730px;
    float:left;
    padding-left: 30px;
}

@media(max-width: 930px) {
    .project-areas {
        width: 100%;
    }
}

.project-area {
    border-bottom: solid 1px #d6d1ca;
    padding-bottom: 15px;
    margin-bottom: 25px;
    cursor: pointer;
}

.project-area-title {
    text-transform: uppercase;
    color: #54565a;
    font-family: InterBold;
    font-size: 22px;
}

.project-area-content {
    display: none;
    width: 100%;
}

.project-area-content img {
    width: 100%;
}

.project-area-content iframe {
    width: 100%;
}

.project-content {
    width: 90%;
    margin: auto;
}

.project-gallery {
    width: 90%;
    margin: auto;
}

.project-spacer {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #54565a;
}

.resources-title {
    color: #55c2de ;
    font-family: InterBold;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.related {
    float: left;
    width: 250px;
    height: 350px;
    margin-right: 10px;
}

.related a {
    text-decoration: none;
}

.related img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.related-title {
    font-family: InterBold;
    font-size: 17px;
    line-height: 1.4;
    color: #54565a;
    text-decoration: none;
}
