* {box-sizing: border-box;}
header {overflow: hidden;}
h1,h2,h3,h4,p,span {margin: 0;padding: 0;}
.project-title-wrap {position: relative;margin-bottom: 20px;}
.project-title-wrap h1 {
    text-transform: none;
    letter-spacing: -2px;
    font-size: 64px;
    line-height: 70px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    max-width: 820px;
    width: 100%;
    margin: 40px 0px 30px 0px;
    font-weight: bold;
}
.project-title-wrap h1 span {display: inline-block;position: relative;}
.project-title-wrap h1 span:before {background-color: #f29f3d;content: "";width: 100%;height: 15px;bottom: 0px;left: 0px;position: absolute;z-index: -1;}
.project-title-wrap h3 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    color: #000;
    display: inline-block;
    max-width: 800px;
    width: 100%;
}
.lets-connect-wrap {position: relative;width: 100%;}
.lets-connect-wrap .lets-connect {position: relative;text-align: center;}
.lets-connect-wrap .lets-connect p,.lets-connect-wrap .lets-connect span {font-size: 22px;color: #000000;text-align: center;margin-bottom: 20px;}
.lets-connect-wrap .lets-connect h4 {font-size: 50px;color: #000000;line-height: 50px;text-align: center;text-transform: uppercase;margin-bottom: 20px;}
.lets-connect-wrap .lets-connect span {display: block;}
.lets-connect-wrap .lets-connect a {display: inline-block;text-decoration: none;background-color: #f20344;font-size: 18px;padding: 25px 40px;text-transform: uppercase;letter-spacing: 1px;color: #fff;margin-top: 40px;margin-bottom: 50px;border-radius: 10px;font-weight: bold;}

.footer {
    background: rgba(0, 0, 0, 1);
    text-align: center;
    padding: 20px 10px 10px 10px;
}