.ce-image .ce-gallery {
    min-height: 290px;
}

.table thead th {
    background-color: #ededed;
    text-align: center;
    padding: 0.75rem;
}

.table tbody tr td:nth-child(1) {
    background-color: #ededed;
    text-align: left;
    padding: 0.5rem 1rem;
    width: 30%;
}

.table tbody tr td:not(:first-child) {
    text-align: center;
    color: #bb271a;
    font-weight: bold;
}