
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

a{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

footer {
    width: 100%;
    background-color: #171717;
    padding: 24px 0 0 0;
}

.Project {
    color: #F7F7F7;

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 168%; /* 25.2px */
text-transform: uppercase;
letter-spacing: 0.75px;
}

.set-two {
    float: right;
}

.mobile-footer {
    color: #E3E3E3;
  
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 134.481%; /* 20.172px */
margin: 0;
}

.mobile-footer span {

}

.footer-mail {
    /* padding-left: 58px; */
    padding-top: 12px;
}

.last-footer p{
    color: #F7F7F7;
text-align: center;

font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 36.838px; /* 334.889% */
letter-spacing: 0.80px;

}


/* @media (min-width: 1400px) and (max-width:2000px) {
    .footer-mail {
        padding-left: 88px !important;
    }
} */



@media (max-width:991px) {
    .footer-mail {
        padding-left: 0 !important;
        padding-top: 12px;
        text-align: center;
    }

    .set-two {
        float: unset;
    }
}