.bnr_sections_wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box
}
.bnr_item_container {
    float: right;
    width: 100%;
    box-sizing: border-box;
    position:relative;
    padding:70px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bnr_item_icon {
    float: right;
    width: 150px;
}
.bnr_item_text {
    float: left;
    width: calc(100% - 200px)!important;
    line-height:1.5em!important;
}

@media all and (min-width: 1438px) {
 
}

@media all and (max-width: 1439px) and (min-width:769px) {
 
}

@media (max-width: 768px) and (min-width:319px) {
.bnr_item_container {
    padding:20px;
}
.bnr_item_icon {
    width: 50px;
}
.bnr_item_text {
    width: calc(100% - 70px)!important;
    line-height:1.3em!important;
}
.bnr_sections_padding .pid_module_back_color {
    padding:0 0 10px 0!important;
}
}
@media all and (max-width: 320px) {
.bnr_item_container {
    padding:20px;
}
.bnr_item_icon {
    width: 50px;
}
.bnr_item_text {
    width: calc(100% - 70px)!important;
    line-height:1.3em!important;
}
.bnr_sections_padding .pid_module_back_color {
    padding:0 0 10px 0!important;
}
}
