.sp-block-table table tr:nth-child(odd) {
    background-color: #E8F1FF;
}
.sp-block-table table tr {
    background: #E8FCFB80;
    color: var(--dark);
}
.sp-block-table table td {
    border: 3px solid #ffffff;
    padding: 10px;
    border-spacing: 5px;
    border-radius: 4px;
}
.sp-gallery-items {
    display: flex;
}
.sp-gallery-item {
     height: auto;
     width: unset;
}
.sp-gallery-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    position: unset;
     -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
     transform: unset;
}
.sp-gallery-item-text {
    background-color: transparent;
    opacity: 1;
    color: var(--dark);
    position: unset;
    text-align: center;
    top: unset;
    width: 100%;
    font-family: 'Inter';
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 16.8px;
}
.sp-gallery-item-text-content {
     width: 100%;
}
@media (max-width: 768px) {
    .sp-gallery-items {
        flex-wrap: wrap;
    }
}
