.privacy-banner {
    background: url(../../../images/inner-page/banner5.png) no-repeat center;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    direction: rtl;
    height: 350px;
    /* opacity: 0.7; */
}
.privacy-banner .opacity {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}
.privacy-span {
    font-weight: 600;
    margin: 10px 0;
    line-height: 32px;
    font-size: 18px;
}
.privacy-icon {
    color: #ff7417;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    /* margin-top: 20px;
    padding: 5px; */
}
.privacy-title {
    position: absolute;
    top: 15.5%;
    text-align: center;
    color: #fff;
    padding: 47px;
    font-weight: 600;
    font-size: 43px;
}
