.f-text1{
    font-size: 35px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    text-align: center;
    margin-top: 30px;
  }




  
  .f-text3{
    
    font-weight: bold;
  }

  .f-sec p{
   text-align: center;
    font-size: 15px !important;
    color: #9d9d9d;
  }

 

  .f-icon{
    margin-top: 20px;
    height: auto;
    width: 50px;
  }
  .f-icon:hover path{
    fill: white;
  }
 


  
  .location{
  margin: -15px 0px 0px 0px !important;
    text-align: center;
    font-size: 16px !important;
    
  }

  .address{
    text-align: center;
    font-size: 16px !important;
    color: #f5f5f5;
    margin: -5px 0px 20px 0px !important;
  }

  
@media(max-width:425px){
  .f-text1{
   font-size: 29px !important;
  }
  .address{
    margin-top: 10px !important;
  }

  .f-sec p{
  
     font-size: 10px !important;

   }
}

