figure {
    margin: 0;
}

.footer-content {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 30px 20px;
}

.footer-content>p {
    color: white;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.social-networks {
    display: flex;
    gap: 8px;
}

.social-networks>a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.social-networks>a>img {
    width: 100%;
    height: 100%;
}

.disclaimer {
    width: 100%;
    background-color: #ffffff9d;
    padding: 20px;
}

.disclaimer > p {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.disclaimer > h5 {
    font-size: 16px;
    color: #008080;
    font-weight: 600;
}