#footer {
    text-align: center;
    padding: 100px 0px;
      background-image: url('../images/footer.png');
      background-size: cover;
   
     }
   
   #footer .footer_content{
     margin-bottom: 40px;
   }
   
     #footer .contact{
       display: flex;
       justify-content: center;
       align-items: center;
       gap: 50px ;
     }
   
   
     #footer .contact .phone{
       display: flex;
   
     }
   
     #footer .contact .phone img{
       height: 60px;
       margin-right: 10px;
       margin-top: 20px;
     }
   
     #footer .contact .phone .content h1{
       font-size: 25px;
       color: #192D5F;
       text-align: left;
       font-weight: 400;
       font-family: 'Montserrat', sans-serif;

     }
   
   
     #footer .contact a{
       font-weight: 800;
       padding: 24px 60px;
       background-color: #ff7f50;
       border-radius: 50px;
       color: white;
       border: none;
       font-weight: bold;
       font-size: 20px !important;
       text-decoration: none;
     }
   
     #footer .dotted-line{
       transform: rotate(90deg);
       width: 100px;
      }
   


      @media screen and (max-width:1024px) {
          .footer_content{
            padding: 60px;
          }
      }