* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

:root {
    --dark-blue: #000325;
    --blue: #59A5D8;
    --purple: #7010BB;
    --white: #FFFF;
    --font-grey: #313131;
}

footer{
    width: 100%;
    padding: 50px 0px;
    background-color: var(--dark-blue);
    background-size: cover;
}

.container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 10px;
}

.box__footer{
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.box__footer .logo img{
    width: 180px;
}

.box__footer .terms{
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    color: #7a7a7a;
    font-size: 18px;
}

h4{
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}

.box__footer a{
    margin-top: 10px;
    color: #7a7a7a;
    font-weight: 600;
}

.box__footer a:hover{
    opacity: 0.8;
}

.box__footer a .fab{
    font-size: 20px;
}

.box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;

}

.box__copyright p{
    margin-top: 20px;
    color: #7a7a7a;
}

.box__copyright hr{
    border: none;
    height: 1px;
    background-color: #7a7a7a;
}

.box_footer {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

section {
    margin-top: 20px;
    display: flex;

    & a {
        margin-right: 20px;
    }
}

.icon_footer {
    width: 36px;
    height: 36px;
}

.logo_footer {
    width: 200px;
}