.other-sections-header, .other-sections-footer {
    text-decoration: underline;
    float: right;
    color: #f15972;
    margin-top: 10px;
    margin-bottom: 10px;
}
.other-sections-header.open {
    text-decoration: none;
    display: none;
}

.other-sections-header:hover, .other-sections-footer:hover  {
    cursor: pointer;
}
.bpandsList {
    display: flex !important;
    /*justify-content: space-between;*/
}
.bpandsList li a {
    text-align: center;
}
.bpandsBlock.containe li  {
    width: 19% !important;
    float: none !important;
    background-image: none !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-bottom: 10px;
    margin-right: 13px;
}
.bpandsBlock li:last-child {
    margin-right: 0;
}
.bpandsBlock.containe{
   margin-bottom: 100px;
}