.points-cles-block {
    background: #fff;
    height: 270px;
    width: 270px;
    line-height: 250px;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 50%;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #319d6c;
}

.points-cles-block.nobg {
    border: none;
    background: var(--enzomichaud-color-main);
}

.points-cles-block.nobg .points-cles-content .points-cles-text p {
    color: #fff;
}

.points-cles-block.nobg .points-cles-content .points-cles-text span {
    color: #fff;
}

.points-cles-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.points-cles-text p {
    margin: 0 37px 6px;
    margin-bottom: 0 !important;
    font-size: 28px;
    line-height: 31px;
    color: var(--enzomichaud-color-main);
    font-weight: 700;
    text-align: center;
    justify-content: center;
    text-indent: 0 !important;
}


.points-cles-text p::before {
    content: '' !important;
    display: none !important;
}

.points-cles-text span {
    margin: 0 50px 0;
    font-size: 18px;
    line-height: 22px;
    color: #565969;
    font-weight: 400;
    text-align: center;
}

.points-cles-text {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
    .points-cles-block {
        height: 200px;
        width: 200px;
    }
    .points-cles-text p {
        font-size: 24px;
        line-height: 20px;
    }
    .points-cles-text span {
        margin: 0 25px 0;
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .points-cles-block {
        height: 200px;
        width: 200px;
    }
    .points-cles-text span {
        margin: 0 25px 0;
        font-size: 16px;
        line-height: 16px;
    }
    .points-cles-text p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .points-cles-block {
        height: 200px;
        width: 200px;
    }
    .points-cles-text span {
        margin: 0 25px 0;
        font-size: 16px;
        line-height: 16px;
    }
    .points-cles-text p {
        font-size: 20px;
    }
}