/* 
 * General terms and conditions page
 */
 
.section-article-item {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index:0;
}

.section-article-item .card {
    float: none; 
    width: 100%;
}

.section-article-item:nth-of-type(3n+1) .card {
    background-color: #c40b95;
}

.section-article-item:nth-of-type(3n+2) .card {
    background-color: #ffc107;
    color: #555;
}

.section-article-item:nth-of-type(3n) .card {
    background-color: #0076d0;
}

.section-article-item .card .card-header {
    font-size: 1.2em;
    font-weight: bold;
}

@media (min-width:576px) {
 
}

@media (min-width:768px) {
    
}

@media (min-width:992px) {

}

@media (min-width:1200px) {

}