.mq1xBYqF {
    width: 100%;
}

.yRTXciQuHiSw {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.y7BBrDy3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.kH5RJb9B {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kH5RJb9B:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tywvboMmRo0Y {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.tywvboMmRo0Y img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.xBRabbJh {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.gExZVTXVh {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #666;
    align-self: flex-start;
}

.j8w96wJgGf5 {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
}

.j8w96wJgGf5 span {
    display: block;
}

.ovOyLQdZYEJh {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
}

.da8eKNCPyi6c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
}

.da8eKNCPyi6c:hover {
    background-color: #005a87;
    color: #fff;
}

@media (max-width: 768px) {
    .y7BBrDy3 {
        grid-template-columns: 1fr;
    }
}

