#services {
    font-family: "Cairo", sans-serif;
}
#services h3{
    font-weight: 900;
    font-size: 36px;
}

#services p{
    color: #636363;
    font-weight: 500;
    font-size: 21px;
}
#services .icon-row {
    background-color: #E5E5E5;
}
#services .icon-row .icon-row-top{

}
#services .icon-row .icon-row-bottom{

}
#services .icon-row .icon-box{
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    background-color: #EFEFEF;
}
#services .icon-row .icon-box .icon{
    display: flex;
    align-content: center;
}
#services .icon-row .icon-box .icon svg{
    width: 60px;
    height: auto;
    margin: 0 auto;
}
#services .icon-row .icon-box .text{
    text-align: center;
}


/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

/* Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 576px) {

}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #services .topic h3{
        font-weight: 600;
        font-size: 48px;
    }

}
