.cps-tools-trackers {
    margin: 24px 0;
}

.cps-title {
    color: #616161;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 12px;
}

.cps-tools-swiper {
    background: #fff;
    border-radius: 12px;
    padding: 30px 16px !important;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #ebeaea;
}

.cps-tool-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.cps-tool-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #b9f2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.cps-tool-icon img {
    width: 42px !important;
    height: 42px !important;
    background-color: transparent !important;
}

.cps-tool-label {
    font-size: 16px;
    line-height: 21px;
    /* max-width: 95px; */
    color: #424242;
}

.cps-tool-slide {
    font-size: 16px !important;
    line-height: 21px !important;
    color: #424242 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .cps-tool-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .cps-tool-icon img {
        width: 32px !important;
        height: 32px !important;
    }

    .cps-tool-label {
        font-size: 13px;
        line-height: 17px;
    }

    .cps-tools-swiper {
        padding: 16px !important;
        border-radius: unset;
    }
    .cps-tools-trackers {
        margin: 24px -18px;
    }
    .cps-title {
        padding-left: 18px;
    }
}