.about-container {
    padding: 40px 20px;
    background-color: var(--bg-color1);
}
.about-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
.about-title {
    text-align: center;
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 20px;
}
.contacts-container {
    padding: 40px 20px;
    background-color: var(--bg-color1);
    border-top: 1px solid #e0e0e0;
}
.contacts-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
.contacts-content p {
    margin-bottom: 10px;
}