.card {
    border-radius: 10px;
    overflow: hidden;
}

.card img {
    height: 250px;
    object-fit: cover;
}

.card-body {
    text-align: center;
}

.container {
    max-width: 1200px;
}
.btn-part{
    background-color: #1CA9FE;
    border: none;
    color: white;

}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .col-md-4 {
        width: 80%;
        margin-bottom: 20px;
    }
}
