.copyright-section {
    background-color: rgb(250, 250, 250);
    border-top: 4px solid #f1f3f5;
    border-bottom: 4px solid #eaf1f1;
    padding: 15px 0;
}

.copyright-section p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.copyright-section .container {
    max-width: 1200px;
}

