#footer{
    width: 100%;
    height: 250px;
    background-color: #d62d41;
    display: flex;
   }
   .h2{
    text-align: center;
   }
   .footer1{
    width: 25%;
    text-align: center;
   }
    .footer1 img{
width: 80px;
height: 80px;
    }
   .footer2{
    width: 25%;
    text-align: center;

   }
    .footer2 img{
        width: 30px;
        height: 30px;
        padding: 8px;
    }
   .footer3{
    width: 25%;
    text-align: center;
   }
   .footer3 ul{
    list-style: none;
   }
   .footer4{
    width: 25%;
    text-align: center;
   }
   .footer4 img{
    width: 30px;
    height: 30px;
   }
    .ft1{
        display: flex;
    }
    .ft2{
        display: flex;
    }
    .ft3{
        display: flex;
    }
    