.moudle-qa,.moudle-return-instructions,.moudle-member-terms{
    background-image: url(../images/bg2.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: top center;
}

.inbanner-title{
    display: flex;
    align-items: center;
}

.qa-search{
    width: 33%;
    margin-left: auto;
    position: relative;
    margin-top: 20px;
}

.qa-search input{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    border:1px solid #c5c5c5 !important;
    border-radius: 48px;
    height: 32px;
}

.qa-search button{
    border: none;
    position: absolute;
    right: 8px;
    top: 4px;
    background-color: transparent;
    color: #c5c5c5;
}

.qa-search button i{
    color: #545454;
}


.inbanner-title img{
    width: 75px;
}

.inbanner-title span{
    padding-top: 8px;
}

.qa-groups{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qa-group{
    width: calc(50% - 20px);
    padding:20px 0px;
    
}

.qa-group .qa-title{
    padding: 8px;
    color: #fff;
    background-color: #286090;
    font-weight: 600;
    margin-bottom: 12px;
    border-radius: 5px;
}

.qa-group .qa-content{
    padding: 8px;
    border-radius: 5px;
    background-color: #fff;
    color: #545454;
}

.moudle-member-terms p,.moudle-return-instructions ol li,.moudle-return-instructions p{
    margin: 24px 0px;
    line-height: 2;
    letter-spacing: .5px;
}

.big-font{
    font-size: var(--font-20);
    font-weight: var(--font-bolder-600);
}

.moudle-return-instructions ol{
    padding-left: 16px;
}

.moudle-return-instructions ol li{
    list-style-type: decimal; 
}

.qa-search{
    margin-top: 8px;
}

.moudle-member-terms .webeditor img{
    height: auto;
}

.moudle-qa .inbanner-title span {
    text-shadow: 0px 0px 16px #333;
}

@media screen and (max-width: 768px) {
    .qa-group{
        width: 100%;
        padding-bottom: 8px;
    }

    .qa-search{
        width: 100%;
    }

    .inbanner-title {
        left: 48px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: var(--font-28);
    }

    .inbanner-title img {
        width: 32px;
        margin-right: 8px;
    }

}

@media screen and (max-width: 570px) {

     .inbanner-title {
        left: 16px;
        font-size: var(--font-20);
    }
}


.search_item_example {
    display: none;
}
