.footer{
    background-color: $primaryColor;
    margin-top: 60px;
    padding: 25px 0 5px 0;
    .footerWrapper{
          display: flex;
          align-items: center;
          justify-content: center;
           .footerEliment{
            text-align: center;
            h4{
                font-size: 28px;
                font-weight: 700;
                font-family: 'Playfair Display', serif;
                color: $white;
                padding-bottom: 10px;
             span{
                font-size: 22px;
             }
            }
            p{
                font-size: 16px;
                color: $white;
                font-weight: 400;
                img{
                    width: 65px;
                }
            }
           }
    }
}