body.body-dark .about-section{
    background: var(--theme2);
    background: #010101;
}


.about-icon-items{
    padding: 24px;
    background-color: rgb(220, 238, 255);
    border-radius: 12px;
    margin-bottom: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

body.body-dark .about-icon-items{
    background-color: var(--theme2);
}

.about-content h2{
    font-weight: 600;
    font-size: 22px;
}

.about-content p,
.about-content li{
    font-size: 16px;
    line-height: 24px;
}

.about-content i{
    font-weight: 400;
    color: var(--theme);
}

.about-wrapper .about-image-items .about-image img{
    border-radius: 12px;
}

body.body-dark .about-icon-items i{
    color: rgb(0, 128, 255);
    color: #FFFFFF;
}

body.body-dark .about-icon-items .icon{
    background: var(--theme) !important;
}

.about-wrapper .about-content .about-icon-items .icon{
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-wrapper .about-content .about-icon-items .content{
    flex-basis: 100%;
}

.trust-section{
    background-color: #cee4ff;
}

.trust-section::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: #cee4ff;
    opacity: 0.75;
}

body.body-dark .trust-section{
    background-color: var(--theme);
}

body.body-dark .trust-section::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--theme);
    opacity: 0.8;
}

.trust-section{
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23FFFFFF' fill-opacity='0.8'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: relative;
}

body.body-dark .trust-section{
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23FFFFFF' fill-opacity='0.3'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: relative;
}

.trust-section *{
    position: relative;
    z-index: 1;
}