.projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.80%;
    margin-top: 6vh;
}.project-item {
    position: relative;
    width: 49%;
    overflow: hidden;
    margin-top: 0.80%;
    cursor: pointer;
    background: #000;
}.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}.project-info {
    position: absolute;
    inset: auto 0 0 0;
    padding: 11px 0;
    text-align: center;
    background: #00000047;
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}p {
    font-size: 20px;
}