section.tool {
    background: #FAFAFA;
}
section.tool h2 {
    max-width: 772px;
    text-align: center;
}
section.tool .container-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section.tool .container-wrap p {
    color: #666;
    text-align: center;
    padding: 30px 0 50px;
    max-width: 1140px;
    margin: 0 auto;
}
section.tool .pi-tool-wrapper {
    max-width: 933px;
    width: 100%;
}
section.tool .pi-tool-wrapper .tool-block-1 {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
section.tool .pi-tool-wrapper .tool-block-1 div {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 35px 45px 0px #070e2714;
}
section.tool .pi-tool-wrapper .tool-block-1 div:nth-child(9),
section.tool .pi-tool-wrapper .tool-block-1 div:nth-child(16) {
    margin: 0px 10px;
}
section.tool .pi-tool-wrapper .tool-block-1 div img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
@media(max-width: 1699px) {
    section.tool .pi-tool-wrapper .tool-block-1 {
        gap: 50px;
        margin-bottom: 23px;
    }
}
@media(max-width: 991px) {
    section.tool .pi-tool-wrapper .tool-block-1 div:nth-child(9),
    section.tool .pi-tool-wrapper .tool-block-1 div:nth-child(16) {
        margin-inline: 0;
    }
}
@media (max-width:890px) {
    section.tool .pi-tool-wrapper .tool-block-1 {
        gap: 40px;
    }
}
@media(max-width: 774px) {
    section.tool .pi-tool-wrapper .tool-block-1 {
        gap: 25px;
    }
}
@media(max-width: 767px) {
    section.tool .pi-tool-wrapper .tool-block-1 {
        gap: 30px;
        flex-wrap: wrap;
    }
    section.tool .container-wrap p {
        padding: 0 0 20px;
        margin: 0
    }
}