.our-services {background: var(--secondary-color);position: relative;display: flex;align-items: center;color: #fff;border-radius:10px;}
.service-image-icon img{width: auto;max-height: 52px;display: block; margin: 0 auto;}
.our-services-item h2{color: #fff;}
.our-services-item h3 {font-size: 18px;color: #fff;text-transform: capitalize;margin-top: 15px;margin-bottom: 0;}
.our-services-item {flex-grow: 1;    text-align: center;position: relative;border-right: 2px dotted #fff;padding: 20px;}
.our-services .our-services-item:last-child{border-right:none;}
.our-services-item.s-title-item{text-align: left;border-right:none;}

@media only screen and (max-width:1023px){
    .our-services{flex-wrap: wrap;}
    .our-services-item.s-title-item{width: 100%;}
}

@media only screen and (max-width:767px){
    
    .our-services-item{width: 50%;padding: 15px;}
    .our-services .our-services-item:nth-child(odd){border-right:none;}
}
@media only screen and (max-width:600px){
    .our-services-item h3{font-size: 16px;}
}