#security-banner {
    position: relative;
padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    background-color: #325252;
    overflow: hidden
}

#security-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 1rem;
    width: 64.1em;
    height: 58em;
    background-repeat: no-repeat;
    background-position: -3px -2px;
    -webkit-transform: translate(11.1rem);
    -ms-transform: translate(11.1rem);
    transform: translate(11.1rem)
}

html[dir="rtl"] #security-banner::before {

    right: 68%;
    
}


 #security-banner::before {
    background-image: url("../images/security-bg.webp")
}

 #security-banner::before {
    background-image: url("../images/security-bg1116.html?ver=696")
}

#security-banner .wrapper {
    position: relative
}

#security-banner .header {
    max-width: 66.66666667%
}

#security-banner .header h2 {
    margin: 2rem 0 1.8rem 0;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
    color: #fff;
}

#security-banner .header p{
    opacity: .75; 
     font-weight: 300;
    font-size: 1.8rem;
}

#security-banner .wrapper ul  {
    list-style-type: none;
    max-width: 66.66666667%;
    margin: 3.5rem 0 2rem;
    padding: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#security-banner .wrapper ul li  {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    min-width: 280px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#security-banner .wrapper ul li:before {
    display: inline-block;
    vertical-align: middle
}

#security-banner .wrapper ul li:before {
    content: "";
    height: 100%;
    width: 1px;
    margin-right: -1px
}

#security-banner .wrapper ul li  a{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 2rem 0;
    text-decoration: none
}

  #security-banner .wrapper li span:hover {
   
   text-decoration: underline;

   
}


#security-banner .wrapper ul li  a,
#security-banner .wrapper ul li  a:visited,
#security-banner .wrapper ul li  span {
    color: currentColor
}

#security-banner .wrapper ul li  span  {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    max-width: 75%;
    margin-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.25;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#security-banner .wrapper ul li  a:hover #security-banner .wrapper ul li  span  {
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: all .5s linear;
    -o-transition: all linear .5s;
    transition: all .5s linear
}



.security__license,
.security__protection, 
.security__fund,
.security__verify
 {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 100%;
    min-height: 8rem;
    font-size: 1rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 8em
}

#security-banner .security__license {
    background-image: url("../images/license.svg")
}

#security-banner  .security__protection {
    background-image: url("../images/protection.svg")
}

#security-banner  .security__fund {
    background-image: url("../images/icon__compensation-fund__white.svg")
}

#security-banner  .security__verify {
    background-image: url("../images/icon_Verify-white.svg")
}



@media (max-width:680px) {
#security-banner:before {
        content: none
    }

#security-banner .header,
 #security-banner   ul {
        max-width: auto;
        max-width: none
    }

   #security-banner ul {
        margin: 0 0 4rem
    }

#security-banner ul li a {
        padding: 1rem 0
    }

#security-banner ul li span{
        width: 66.66666667%;
        font-size: 1.4rem;
        line-height: 1.42857143
    }


#security-banner .security__license, 
#security-banner .security__protection,
    #security-banner .security__fund,
 #security-banner .security__verify
    {
        width: 33.33333333%;
        min-height: 6rem;
        background-size: 100% 6em
    }

}