.deployment-service-icons{
margin-top: 12rem;
text-align: center;
}
.deployment-service-icons-wrapper img{
max-width: 10rem!important;
height: 100px!important;
margin-bottom: 2rem;
}
.deployment-service-icons-wrapper{
text-align: center;
}
.deployment-service-icons-wrapper p{
font-size: 2.4rem;
font-family: 'work-sans-regular', sans-serif;
font-weight: 600;
}
.deployment-service-icons h2{
margin-bottom: 7rem;
}
.row.deployment-service-row{
margin-left: -10px;
margin-right: -10px;
}

@media(max-width:767px){
.deployment-service-icons-wrapper{
    padding: 10px;
}
.deployment-service-icons-inside{
    box-shadow: 0px 4px 8px #2b375126;
    border-radius: 5px;
    padding-bottom: 10px;
    background-color: #fff;
}
.deployment-service-icons-wrapper img{
    margin-bottom: 0;
}
.deployment-service-icons h2{
    text-align: start;
}
}
