section{
    margin-top: 170px;
    padding-top: 0rem;
    padding-bottom: 0rem; 
    min-height: 0vh;
}

.feature .box-container .box {
    margin: 2rem;
    text-align: center;
    padding: 2rem 4rem;
    border: 0.1rem solid rgba(0,0,0,.2);
    /* flex: 1 1 30rem; */
    width: 300px;

}

.about-us{
    width: 100%;
    
}
.about-us .abt-container .abt-img img{
    width: 100%;
    height: auto;
}

.about-us .abt-container .abt-info li{
    margin-left: 40px;
}
.about-us .abt-container .abt-info p ,.about-us .abt-container .abt-info li{
    font-size: 15px;
    padding: 5px;
}

.footer .box-container .box img{
    width: 100%;
    height: auto;
}



.social{
    position: fixed;
    width: 100%;
    height: 50px;  
    background-color:var(--black);
    z-index: 1;
    top: 0;
  
  }
  .social .first{
    float: left;
  }
  .social .first span{
    font-size: 2rem;
    color: #eee;
    position: absolute;
    left: 5rem;
    top: 1rem;
    text-transform: capitalize;
  }
  .social .second{
    float: right;
  }
  
  .social .second span{
    font-size: 2rem;
    color: #eee;
    position: absolute;
    right: 20rem;
    top: 1rem;
    text-transform: lowercase;
  }
  .outer-container{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-around;
  }
  .outer-container .box{
    max-width: 297px;
    max-height: 297px;
    border: 1px solid #eee;
    padding:2rem;
  }

  .outer-container .box img{
    display: block;
    width: 40%;
    height: auto;
    margin: auto;
  }
  .outer-container .box h3 {
    font-size: 2.5rem;
    text-align: center;
  }

  .outer-container .box p{
    font-size: 2rem;
  }

  @media (max-width:740px){
    .outer-container{
      flex-direction: column;
      justify-content: space-between;
    }
  }