.cm-three {
    display: flex;
    /* gap: 20px; */
    justify-content: space-between;
}

.card-item {
    width: 33.3%;
}

.card-item {
    text-align: center;
    padding: 0 20px;
}

.card-item h3 {
    color: #333;
}

table tbody tr:nth-of-type(odd) {
    background-color: #c4c1a3;
}

.media-text-carousel {
    position: relative;
    padding-bottom: 2.5rem;
    width: 83.33%;
    margin: auto;
}

.modal-container {
    background: #fff;
}

.module-padding {
    padding: 1.5rem 3rem;
}

.media-text-carousel .slick-dots {
    position: absolute !important;
    top: auto !important;
    width: 100%;
    text-align: center;
}

.wysiwyg-module .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 20px;
    outline: 0;
    padding-left: 0;
}

.wysiwyg-module .slick-dots li:before {
    content: none !important;
}

@media only screen and (max-width: 900px) {
    .cm-three {
        flex-direction: column;
    }

    .cm-three div {
        width: auto;
    }
}
