/* .generalTitle {
    font-size: 45px;
    color: #1E232B;
    position: relative;
}

.generalTitle span {
    color: #AA8453;
} */

.containerFooter{
    background-color: #1E232B;
    height: 50vh;
    width: 100%;
}

.whiteSpaceFooter{
    text-align: center;
    padding: 20px 0px;
    background-color: aliceblue;
}

.titleLine {
    position: absolute;
    height: 2px;
    width: 130px;
    background-color: #AA8453;
    left: -25%;
}

.containerFooter a{
    text-decoration: none !important;
}
