.ds_none{
    display:none;
}
.btn_red_S{
    width: fit-content;
    background: #D0132F;
    padding: 4px;
    color: #fff;
    border-radius: 0.4rem;
    display: block;
}
.mt0{
    margin-top: 0px !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.pt0{
    padding-top: 0px !important;
}
.pb0{
    padding-bottom: 0px !important;
}
