





.card-small {
    border: 1px solid #ddd;
    border-radius: .25rem;
    overflow: hidden;
    transition: box-shadow .2s ease-in-out;
    height: 350px;
    display: flex;
    flex-direction: column;
}

.card-small:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.thumbnail {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumb-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.card-info {
    padding: 10px;
    background-color: black;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    background-color: green;
    color: white;
    text-align: center;
    padding: 8px;
    margin: 0;
    font-size: 1.25rem;
}

.card-info p {
    color: white;
    font-size: 0.875rem;
}

.card {
    font-size: 0.875rem;
}

.card-container {
    max-width: 18rem;
    margin: 0 auto;
}

.card-wrapper {
    padding: 0 5px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; /* Adjust this to control the gap between cards */
}


.pqcb-logo {
    max-width: 250px;
}
.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.stats .stat h1 {
    font-size: 3rem;
    margin-bottom: 0;
}
.stats .stat p {
    margin: 0;
}
.about-us {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 10px;
}
.about-us .line {
    flex-grow: 0.05;
    height: 4px;
    background-color: #28a745;
    margin-right: 0.6rem;
    margin-bottom: 4px;
}
p {
    line-height: 1.6;
}
@media (max-width: 768px) {
    .stats {
        flex-wrap: wrap;
    }
    .stat {
        flex: 0 0 48%;
        margin-bottom: 1rem;
    }
}
.anm:hover {
    animation-duration: 6s;
    transform: perspective(300px) rotateX(0deg) rotateY(22deg);
}
