/*BROSHURE*/
.brosure_item-img{
    width: 90px;
    height: 55px;
    overflow: hidden;
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.brosure_item-img img{
    width: 100%;
}
.brosure_item{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}
.brosure_item-title{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
}
.brosure_item-link{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #191919;
}
.brosure_item-link:hover{
    color: #191919;
    text-decoration: none;
}



.assistance_content-list .assistance_accordion .card,
.assistance_content-list .assistance_accordion .card-header{
    background: transparent;
}
.assistance_accordion{
    margin-bottom: 40px;
}
.assistance_accordion .card-header {
    border-radius: 0;
    background: #fff;
    border: none;
    padding: 0;
}
.assistance_accordion .card {
    border: none;
    background: #fff;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
}
.assistance_accordion .btn.btn-link{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #191919;
    max-width: none;
    padding: 22px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.assistance_accordion .btn.btn-link:focus{
    outline: none;
    text-decoration: none;
}
.assistance_accordion .btn.btn-link:after{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAADCAYAAACTWi8uAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA9SURBVHgBrcxBDQAgDAPANakApCAFK0hBQTXgBAkIWTKGh13StK9CUnP3bgVIXmYrx7ACEbH/4cwsKwDgPG3fDIViPBhGAAAAAElFTkSuQmCC') no-repeat;
    width: 20px;
    height: 3px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.assistance_accordion .btn.btn-link.collapsed:after{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACjSURBVHgB7ZNBDQIxEEU7TQUgYR2ABHCwFpCwSgrnHmoBFICElbASENC0vCZc6SwHkj30Jz8zh5+XafIrRlGMcWB4fEYvLW+1QEppYIz4YFZIBf6qDtwgUOjZjmp8rYRzbs+45JwnPLdgZBfHjCyjUWSt9biZKaXcK3DC10auXu8/ueaFIjKLURRCOPKCB+uJr/fU8r2HHfgPIB2sZb7hxazQGzfHJ0BwCJEyAAAAAElFTkSuQmCC') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.assistance_accordion .btn.btn-link:hover{
    text-decoration: none;
}
.assistance_accordion .card-body {
    padding: 0 0 28px;
}
.assistance_content .btn.btn-primary{
    max-width: 340px;
}