.image-project {
    min-height: 200px;
    min-width: 200px;
    background: #1e7e34;
}

.card-project {
    border-radius: 8px;
    width: auto;
    border: solid thin white;
    padding: 1rem 0.5rem;
    max-width: 250px;
    overflow-x: hidden;
    object-fit: cover;
    object-position: center;
}

.card-project .image-project img {
    height: 200px;
    width: 100%;
    overflow-y: hidden;
    object-fit: cover;
}

.text-collection {
    font-size: 14px !important;
    margin-top: 10px;
}

.project-title {
    font-size: 20px !important;
    font-weight: 500;
    cursor: pointer;
}

.card-project-icon {
    margin-right: 5px;
}

.text-solar {
    margin-top: 7px;
    font-size: 12px;
}

.project-gap {
    column-gap: 15px;
}