

nav ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
    
}
/* Home section */
.main{
    height: 370px; 
    padding: 3px 28px;
}

.main::before{
    height: 480px; 
}

.main p{
    font-size: 13px;
}

/* Services section  */

#sp .box { 
    padding: 14px;
    margin: 2px 0px; 
    margin-bottom: 20px;
}

#sp{
    flex-wrap: wrap;
}

#sp img{
    width: 200px;
    padding: 6px;
    border-radius: 10px;
    height: auto;
}

/* Contact us section */
#contacts {
    width:80%;
}
/* Footer */

/* Utility classes */
.h-primary{
    font-size:26px;
    
}
.handles {
 display: contents;
 
}
.send{
    font-size: 13px;
    padding: 4px 8px;
}