h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.fa.fa-map-marker {
    font-size: 24px;
    color: #FF5733;
    margin-right: 10px;
}

.fa.fa-clock-o {
    font-size: 24px;
    color: #595959;
    margin-right: 5px;
}

.fa.fa-phone {
    font-size: 24px;
    color: #595959;
    margin-right: 5px;
}

.fa.fa-envelope {
    font-size: 24px;
    color: #595959;
    margin-right: 5px;
}

.column h2 {
    display: inline-block;
}

.column-container {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-bottom: 30px;
    justify-content: center;
}

.map {
    width: 100%;
    height: 400px;
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}