
.footer-wrapper{
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.footer-container{
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}
.footer-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #4e4e4e;
    font-weight: 600;
}
.footer-text{
    color: #4e4e4e;
    line-height: 1.8;
    font-size: 15px;
}
.footer-copy{
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}
