.ft{
    background-color: #c12011;
    margin-top:50px;
}

.ft h3{
    color:white;
    font-weight: bold;
    margin-bottom: 20px;

}
.lw{
    background-color:black ;
    height:80px;
}
.ft a{
    text-decoration: none;
    font-size:15px;
    color:white;
    font-weight: bold;
}
.lower-footer .text1 p a{
    text-decoration: none;
    color:white;
    font-weight: bold;

    
}

.lower-footer{
    height:40px;
}

@media (max-width: 600px) {
    .ft{
        text-align: center;
    }
    .lower-footer{
        height:100px;
    }
}