.discount-sec{
    background-image: url("Images/img-2.webp");
    background-position:  center;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.57);
    padding: 80px 0px;
    background-repeat: no-repeat;
}
.dis-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dis-text{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}
.dis-para{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.btn-chat{
    background-color: #004557;
    border-radius: 0;
    color: #fff;
    height: 3rem;
    padding: 10px 20px;
    width: 9rem;
}
