
.banner56 {
    width: 100%;

    font-size: 14px;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    padding: 11px 15px;
}
 .button190{
    padding: 5px 20px;
    background-color: #fff;
    color: #5f6af2;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
 }
 .button190:hover{
     background: transparent;
    color: #ffffff;
    border: 2px solid #fc4759
 }
.banner56 .fa-close {
    /* position: absolute; */
    /* right: 0; */
    /* padding: 15px; */
    top: 50%;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}
@media (max-width: 768px){
.banner56, .button190 {
    font-size: 9px;
 }
}
@media (max-width: 768px){
.banner56 {
    /* padding: 11px 30px; */
    z-index: 7;
}
}