@charset "utf-8";
/* CSS Document */

#project_cont {
    padding-top: 15px;
}

#project_cont , #project_ongoing {
    padding-bottom: 80px;
}

#project_cont > .txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #55636b;
}

#project_ongoing > .txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #55636b;
}

#project_end > .txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #55636b;
}

.project_cont_txt {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 35px;
}

.project_cont_txt > * {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.project_cont_txt > * > .img {
    aspect-ratio: 1 / 1;
}

.project_cont_txt > * > .img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    border: solid 1px #d8d8d8;
    border-radius: 15px;
    width: 100%;
    background-color: #f7f7f7;
}

.project_cont_txt > * > .category {
    margin-top: 20px;
}

.project_cont_txt > * > .mds {
    font-size: 1.8rem;
    margin-top: 10px;
}


/***********************************************************/
@media only screen and (min-width:768px) {

#project_cont {
    padding-top: 15px;
}

#project_cont > .txt {
    margin-top: 20px;
}

.project_cont_txt {
    gap: 50px 30px;
    margin-top: 40px;
}

.project_cont_txt > * {
    width: calc((100% - 60px) / 3);
}

.project_cont_txt > * > .mds {
    font-size: 2.2rem;
    margin-top: 10px;
}

.project_cont_txt > * > .img img {
    border-radius: 20px;
}


}




/***********************************************************/
@media only screen and (min-width:1200px) {




}

