.project-showcase {
    padding: 90px 200px;
}

.project-showcase-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-img-container {
    background-color: #50B848;
    border-radius: 10px;
    width: 1000px;
    /* temporary */
}

.project-text {
    margin-left: 50px;
}

.project-title {
    color: #275923;
    font-size: 35px;
    font-weight: 600;
}

.project-desc {
    text-align: justify;
    font-size: 20px;
}

.project-specs {
    font-size: 23px;
}

.service-buttons {
    margin-top: 85px;
}

.previous,
.next {
    border: none;
    border-radius: 30px;
    background-color: #50B848;
    padding: 3px 10px;

    color: white;
    font-size: 20px;
    font-weight: 500;
}

.next {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}