:root {
    --blue: #337CCF;
    --black: #040D12;
 }

.service-content-section{
    padding: 80px 0;
}
.row.service-vector-row {
    display: flex;
    justify-content: space-around;
    position: relative;
}
.single-icon, .single-icon-last{
    text-align: center;
}
.single-icon-heading{
    padding: 25px 10px;
    text-align: center;
}
.single-icon-heading p{
    font-size: 16px;
    line-height: 19px;
}
.col-lg-2.single-icon-col{
    position: relative;
}
.single-icon::before {
    content: "";
    width: 100px;
    height: 20px;
    background: url('../../img/services/icons/software/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 28%;
    right: -73px;
}
.single-icon-last::before {
    content: "";
    width: 460px;
    height: 292px;
    /* background: red !important; */
    background: url('../../img/services/icons/software/long-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 28%;
    right: -73px;
}
.row.second-service-vector-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin-right: 25%;
    margin-top: 30px;
}
.second-row-single-icon{
    text-align: center;
}
.second-row-single-heading{
    text-align: center;
}
.second-row-single-icon::before {
    content: "";
    width: 170px;
    height: 20px;
    background: url('../../img/services/icons/software/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 29%;
    left: -166px;
}
.service-content-section-2{
    padding-top: 80px;
}
.service-content-section-2 p {
    margin-bottom: 0px;
}
.service-detail h2{
    margin-bottom: 0px !important;
}