/* =====================
   Tabs (≥ 600px)
   ===================== */
@media (max-width: 768px) {
    .mt-sm-3{
        margin-top: 1rem;
    }
 .footer-wrapper{
    flex-direction: column;
 }
 .org-address{
    padding-inline:0px ;
 }
 .slider-items img{
   margin: 4px;
 }
 .social-menus h6{
text-align: left;
 }
 .copy-right{
    font-size: 9px;
    text-align: center;
 }
 .subSec-Title{
    font-size: 20px;
 }
 .sectionContent p,.sectionContent li{
    font-size: 12px;
 }

 .short-banner{
        background-position: right bottom;
        height: 30dvh;
 }
 .hero-governance{
    background-position: 65% 30%;
 }
  .hero-about{
     background-position:center;
 }
 .hero-contact{
    background-position: 90% 30%;
 }
 #app-logo{
  height: 30px;
}
}
