/*Index Page*/

/* Responsive styles for the Slider */
@media (max-width: 768px) {
     .slideSmallImg {
        margin-left:7px !important;
     }
     .sliderBtns{
        flex-direction: column !important;
     }
}


/* Responsive styles for the Process Section */
@media (max-width: 768px) {
    .process-section{
        margin-top:1rem !important;
        margin-bottom:1rem !important;
    }
    .process-section .container {
        padding: 10px;
    } 
}


/* Responsive styles for the Projects Section */
@media (max-width: 768px) {
    .projectHeading{
        margin:20px 0 !important;
    }
}