.large-title {
    margin: 0px 0 30px;
    text-align: left;
}

.main-wrapper > p {
    /*    text-align:center;*/
}

.project {
    max-width: 900px;
    margin: 60px auto;
    display: flex;
    gap: 20px;
}

.project > div:first-child {
    width: 250px;
}

.project > div:first-child img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.project > div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-wrapper h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 40px auto 30px;
    color: #5a5a5a;
}

.plan-detail-wrapper {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 2.4em;
    margin: 60px 0 120px;
}

.plan-detail ol li {
    margin-left: 1.4em;
}

.plan-detail > ol > li + li {
    margin-top: 1em;
}

.plan-detail ol {
    margin-top: .5em;
}

.main-wrapper .project a {
    font-size: 18px;
    width: 100%;
    max-width: 210px;
    height: 38px;
    margin: 15px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border: 1px solid #73a665;
    color: #73a665;
    /* border: none; */
    line-height: 38px;
    border-radius: 10px;
    /* margin-bottom: 0px; */
    vertical-align: bottom;
    align-items: flex-end;
    transition: .2s;
}

.main-wrapper .project a:hover {
    color: white;
    background: #73a665;
}

.lead {
    margin-bottom: 100px;
    max-width: 870px;
    margin: auto;
    word-break: auto-phrase;
}

.project-bottom {
    /* margin-bottom: 200px; */
}

@media screen and (min-width: 960px) {
    .project p {
        text-align: justify;
        word-break: auto-phrase;
    }

    .project:nth-of-type(1) p {
        /* letter-spacing:-.3px; */
    }

    .project:nth-of-type(2) p {
        /* letter-spacing: -0.7px; */
    }
}

/*.pagination {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
}*/
