.sections_wrap_detail {
    margin-top: 15px;
}
.section-detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.bordered{
    padding: 5px;
}
.section-detail-list__item {
    width: fit-content;
}
.section-detail-list__item a{
    margin: 10px;
    color: #000000;
}
.select__section {
    background-color: #27a4dd;
    border-color: #27a4dd;
}
.select__section  a{
    color: #ffffff;
}