/* Custom CSS For Notice */
.simple-seperator-custom-control span.description.customize-control-description,.simple-seperator-custom-control span.customize-control-title {
    color: #fff !important;
    text-align: center;
}
.simple-seperator-custom-control span.description.customize-control-description,.simple-seperator-custom-control span.customize-control-title {
    background-color: #fc5d59;
    color: #fff;
    display: table;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    border: double #fff;
    border-radius: 50px;
}