.featured-five {
    padding: 70px 0;
}
.section-title {
    margin-bottom: 70px;
}

.section-title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}

.section-title.style-three span {
    font-weight: 300;
    color: #2b2350;
}

.saaspik-icon-box-wrapper.style-five {
    -webkit-box-shadow: 0px 30px 60px 0px rgb(52 27 159 / 10%);
    box-shadow: 0px 30px 60px 0px rgb(52 27 159 / 10%);
    padding: 45px 40px;
    background: #fff;
}
.saaspik-icon-box-wrapper {
    margin-bottom: 30px;
}

.saaspik-icon-box-wrapper.style-five .saaspik-icon-box-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #7052fb;
    color: #7052fb;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 42px;
}
.saaspik-icon-box-wrapper .saaspik-icon-box-icon {
    margin-bottom: 32px;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 15px;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content p {
    margin-bottom: 35px;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content p {
    margin: 0;
}

.saaspik-icon-box-wrapper.style-five:hover .saaspik-icon-box-icon {
    -webkit-box-shadow: 0px 20px 30px 0px rgb(75 42 222 / 20%);
    box-shadow: 0px 20px 30px 0px rgb(75 42 222 / 20%);
    background: #7052fb;
    color: #fff;
}