#why-anodot {
    padding: 110px 0;
    background-color: #fff;
}
#why-anodot .container {
    /* width: 1352px; */
}
.why-anodot-label {
    height: 28px;
    padding: 2px 10px 2px 10px;
    gap: 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 20px 0px rgba(255, 143, 37, 0.16);
    box-shadow: -4px -4px 20px 0px rgba(31, 44, 156, 0.16);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 16px auto;
}
.why-anodot-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 24px auto;
}
.why-anodot-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin: 0 auto 62px auto;
}

.why-anodot-values {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1256px;
    width: 100%;
    gap: 24px;
}
.item-value {
    max-width: 296px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item-value .icon {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px 0;
}
.item-value .value {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    margin: 0 0 8px 0;
}
.item-value .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
@media (max-width: 1080px) {
    .why-anodot-values {
        flex-direction: row;
        gap: 24px;
        max-width: 616px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
}
@media (max-width: 1080px) {
    #why-anodot {
        padding: 60px 0;
    }
    .why-anodot-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        
    }
    .why-anodot-text {
        margin: 0 auto 32px auto;
    }
    .why-anodot-values {
        max-width: 296px;
    }
    .item-value .value {
        font-size: 32px;
        line-height: 38.4px;
    }
}