.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.container-table {
    padding-top: 20px;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

.project-card {
    border: none;
    overflow: hidden;
}

.project-image {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.project-location {
    font-weight: 400;
    font-size: 16px;
    color: #475467;
    margin-bottom: 5px;
}
.project-info {
    font-weight: 400;
    font-size: 14px;
    color: #475467;
    margin-bottom: 5px;
}

.project-buttons {
    display: flex;
    gap: 5px;
}

.project-buttons .btn {
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #f2f6ff;
    border-color: transparent;
    color: #2850ae;
}

.outer-container {
    overflow-x: hidden; /* Prevents outer container from scrolling */
}


@media (min-width: 992px) {
    .mx-auto {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Responsive styles */

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


@media (max-width: 991px) {
    .col-lg-4,
    .col-md-6 {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .col-sm-12 {
        max-width: 100%;
    }

}
