.col-three-icon {
    padding: 40px 0 10px;
}
.col-three-icon .row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.col-three-icon .row-wrap .col-three {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 25px;
    text-align: center;
    position: relative;
}
.col-three-icon .row-wrap .col-three:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 170px;
    width: 0.5px;
    background: #979797;
}
.col-three-icon .row-wrap .col-three:last-child:after {
    display: none;
}
.col-three-icon .row-wrap .icon-wrap {
    max-width: 74px;
    max-height: 74px;
    overflow: hidden;
    margin: 0 auto;
}
.col-three-icon .row-wrap .icon-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.col-three-icon .row-wrap .content-wrap {
    margin-top: 44px;
}
@media (max-width: 595px)  {
    .col-three-icon .row-wrap .content-wrap {
        margin-top: 10px;
    }
}
.col-three-icon .row-wrap .content-wrap p {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #0069aa;
    font-weight: 800;
    font-family: 'Univers LT Std';
    max-width: 350px;
    margin: 0 auto;
}
.col-three-icon .row-wrap span {
    background-image: linear-gradient(105deg, #52ccba, #24a6bf 48%, #0069aa);
    font-family: 'Univers LT Std Home';
    font-size: 100px;
    font-weight: 600;
    line-height: 0.7;
    letter-spacing: -0.02em;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.col-three-icon .row-wrap span sup {
    z-index: 7;
    position: relative;
    top: -8px;
    background-image: linear-gradient(105deg, #52ccba, #24a6bf 48%, #0069aa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 3px;
}
@media (max-width: 991px) {
    .col-three-icon .row-wrap span {
        line-height: 0.9;
    }
}

@media (max-width: 991px) {
    .col-three-icon .row-wrap span {
        font-size: 68px;
    }

}
@media (max-width: 595px) {
    .col-three-icon {
        padding: 40px 0 0;
    }
    .col-three-icon .row-wrap .col-three {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 45px;
    }
    .col-three-icon .row-wrap .col-three:after {
        display: none;
    }
    .col-three-icon .row-wrap .icon-wrap {
        margin: 0 auto 30px;
    }
}