.container {
    max-width: 1280px;
    margin: auto;
}

.breadcrumbs {
    margin-bottom: 35px;
}

.sec10 .container {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.box1000 {
    color: #391d66;
}

.box1000 .title {
    font-weight: 600;
    font-size: clamp(18px, 2vw, 24px);
}

.box1000 .subtitle {
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    -webkit-box-orient: vertical;
}

.box1000 img {
    transition: box-shadow .2s ease-in-out;
}

.box1000:hover img {
    box-shadow: 0px 0px 10px 1px rgba(140,140,140,0.5);
}

.article .gallery {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.container .article {
    margin: auto;
}

.banners a {
    display: block;
    max-width: 1000px;
    margin: 40px auto 80px auto;
    width: 90%;
}
