body{
    font-family: 'Rubik';    
}

#main{
    display: inline-block;
    background-color: white;
}

#prom-sec{
    padding-top : 0px;
    height: 150px;
}

.prom-grid{
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 100%;
}

#prom-grids-box :nth-child(1){
    margin-left: 0px;
}


.prom-grid-content{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.grid-top{
    display: inline-block;
    width: 100%;
    height: 30%;
}

.grid-bottom{
    display: inline-block;
    width: 100%;
    height: 70%;
}

.grid-bottom-ti{
    text-align: center;
    color: rgb(70, 70, 70);
    font-size: 20px;
}

#ser-sec{
    background-color: lightskyblue;
}


#more-services{
    margin: 25px 0;
}


#more-services-link{
    font-size: 20px;
}


#more-services-btn{
    background-color: brown;
}


@media screen and (max-width: 360px) {
    .prom-grid {
        width: 90%;
    }

    .grid-bottom-ti{
        font-size: 16px;
    }

    #more-services-link{
        font-size: 16px;
    }
}


