.text-center {
    text-align: center;
}

.margin-bottom-md {
    margin-bottom: 2em;
}

.c-title-section {
    color: var(--primary-blue);
    font: 30px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.c-center-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 33px;
    gap: 10px;
}

.c-center-img img {
    width: 100%;
    height: 313px;
    border-radius: 7px;
    object-fit: cover;
}

.c-center-name {
    color: var(--primary-blue);
    font: 15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .c-center-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .c-center-container {
        grid-template-columns: 1fr 1fr;
    }
}
