/*2024-8-27 demo style*/
.demo-iconbox-style01 .icon-box26{
    margin-bottom: 40px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 40px);
}
.demo-iconbox-style01 .icon-box26 .icon{
    padding-bottom: 23px;
}
.demo-iconbox-style01 .icon-box26 .title{
    font-weight: 600;
    font-size: 22px;
    color: #1e1e22;
}
.demo-iconbox-style02 .demo-icon-box01{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.demo-iconbox-style02 .demo-icon-box01 .icon{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #E1F1FF;
}
.demo-iconbox-style02 .demo-icon-box01 .cont .title{
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #1e1e22;
}
.demo-iconbox-style02 .col-lg-4.col-md-6:nth-child(3n + 2) .demo-icon-box01 .icon{
    background-color: #FFE1E1;
}
.demo-iconbox-style02 .col-lg-4.col-md-6:nth-child(3n + 3) .demo-icon-box01 .icon{
    background-color: #E9F7E3;
}
