.section-title {
    color: #2c3e50;
    border-bottom: 2px solid #666;
    padding-bottom: 8px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.section-content {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.company-details {
    margin-bottom: 15px;
}

.address-block {
    margin: 15px 0;
}

.address-type {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

.contacts {
    margin-top: 15px;
}

.contacts-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.fas {
    margin-right: 8px;
    color: #666;
}