.title {
    display: block;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #6B6957;
    color: white;
    border-radius: 5px;
}

.embassy_list ,.embassy_info {
    list-style: none;
    padding-left: 15px;
}

.embassy_list li:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #9b8a30;
    margin-right: 5px;
    text-decoration: none;
}

.embassy_list li span {
    cursor: pointer;
}
.fas{
    margin-right: 5px;
}
.embassy_info li{
    font-size:18px;
}
.embassy_info li p{
    margin-bottom: 0px;
}