.services {    
    text-align:center; 
    margin-top: 25px;
    padding-top: 10px;
    background-color: white;
    height: 130px;
    overflow: hidden;
    
}
.scontent {
    font-size: 15px;
    font-family: Rubik;
    color: #333333;
}
.imgIntro2 {
    position: relative;
}
.text2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    font-weight: bold;
    
}
.fa-circle {
    color: #d82a2c;
}

