.cm-three-top {
    background: #000000;
    background-image: url();
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 15px;
    min-height: 192px;
    padding: 35px;
    text-align: center
}

.cm-three-cols .cm-three-top h2 {
    color: #000
}

.cm-three-item-in:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .54;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.cm-three-bottom {
    display: flex;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px
}

.cm-three-bottom .cm-three-item {
    background: #eee;
    border-radius: 15px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .37);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    width: 33.3333%
}

.cm-three-cols h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.cm-three-bottom .cm-three-item h3 {
    color: #000;
    text-align: left
}

.cm-three-bottom .cm-three-item p {
    text-align: left
}

.cm-three-item.active .cm-three-item-in {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .37)
}

.cm-three-bottom .cm-three-item.active {
    flex-direction: column
}

.cm-three-bottom .cm-three-item {
    color: #000
}

.cm-three-cont p:last-of-type {
    margin-bottom: 0
}

.cm-three-item-in {
    backdrop-filter: blur(2px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 335px;
    margin-bottom: -2px;
    margin-top: auto;
    overflow: hidden
}

.cm-three-in img {
    margin-bottom: 30px;
    max-height: 80px;
    min-height: 80px;
    width: auto
}

.cm-three-cont {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: center;
    line-height: 1.5;
    padding: 40px 20px;
    width: 100%
}

.cm-three-cont h2,
.cm-three-cont h3,
.cm-three-cont h4 {
    color: #fff
}

.cm-three-in {
    height: 100%;
    margin: 30px 0
}

@media(max-width:767px) {
    .cm-three-top {
        min-height: auto
    }

    .cm-three-bottom {
        flex-direction: column;
        margin: 20px auto 0;
        max-width: 100%
    }

    .cm-three-bottom .cm-three-item {
        width: 100%
    }
}