/*-----------------------------------------------------------------------*/
.footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 130px;
    padding: 15px 0;
    background: var(--color-dark);
    margin: 0 auto;
}
/*-----------------------------------------------------------------------*/
.footer p {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: clamp(14px, 2vw, 22px);
    line-height: 2em;
}
/*-----------------------------------------------------------------------*/
