.project_card_container{height:100%;display:flex;border-radius:10px;flex-direction:column;background-color:#0f2320;justify-content:space-between}.project_card_container_heading{margin-left:3%;font-size:36px;margin-right:3%;color:#94d2b0;font-weight:500}.project_card_container_paragraph{margin-left:3%;margin-right:3%;color:#e4f4eb;font-weight:500}.project_card_visit_button{margin-right:3%;padding:10px 20px;background-color:#4f99b6;color:#e4f4eb;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.project_card_visit_button:hover{background-color:#3d7a8f}.project_container{height:90%}.project_container_row{width:100%;height:47%;display:flex;flex-direction:row;justify-content:space-evenly}.project_container_column{width:100%;display:flex;align-items:center;flex-direction:column}