﻿.bks-about-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
}

.about-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #0077cc;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
}

.about-content p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-values {
    margin-top: 40px;
}

.about-values h2 {
    font-size: 24px;
    color: #0077cc;
    margin-bottom: 20px;
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    font-size: 18px;
    margin-bottom: 10px;
}

.about-contact {
    margin-top: 60px;
}

.about-contact h2 {
    font-size: 24px;
    color: #0077cc;
    margin-bottom: 20px;
}

.contact-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-form {
    flex: 1 1 400px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.btn-submit {
    background-color: #0077cc;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #005fa3;
}

.contact-map {
    flex: 1 1 400px;
}
