.large-title {
    font-size: 20px;
    margin: 0px 0 15px;
    /* position: absolute; */
    top: 0;
    width: 100%;
    text-align: center;
}

.main-wrapper h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin: 45px auto 30px;
    color: #5a5a5a;
}

.plan-detail-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    margin: 0 auto 70px;
}

.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 {
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    max-width: 220px;
    height: 39px;
    margin: auto auto 0;
    text-align: center;
    display: block;
    padding: 3px;
    border: 1px solid #73a665;
    color: #73a665;
    line-height: 35px;
    border-radius: 10px;
}

.project {
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
}

.project > div:first-child {
    width: 270px;
}

@media screen and (min-width: 600px){
    .project > div:first-child {
        width: 200px;
    }
}

.project > div:first-child img {
    width: 100%;
    /* margin: 20px 50px 0 -10px; */
    aspect-ratio: 1/1;
    object-fit: cover;
}

.project > div:last-child {
    flex:1;
    display:flex;
    flex-direction:column;
    /* justify-content: center; */
}


.project > div:last-child p:has( + a) {
    margin-bottom:15px;
}

.lead {
margin-bottom: 50px;
}

.project-bottom{
margin-bottom: 60px;
}


@media screen and (max-width: 600px){
    .project {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        /* padding-top: 40px; */
        /* text-align: center; */
    }
}