section.conversion-offering-section {
    background-color: #2e247a;
}
.offer-box {
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    width: 100%;
    display: flex;
}

.offer-img {
    width: 10%;
    text-align: left;
}

.offer-content {
    width: 90%;
    text-align: left;
    color: #fff;
}
section.conversion-offering-section.ul-section .row .col-md-12:nth-child(3) {
    border-bottom: none;
}


/*reponsive*/
@media only screen and (max-width: 767px)
{
.blueectionpoints h2 {
    width: 100%;
    font-size: 24px;
text-align: left;line-height: 31px;}

.offer-img {
    width: 100%;
}

.offer-content {
    width: 100%;
}

.offer-box {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.blueectionpoints h2 span {
    font-size: 34px !important;
}

.headsubtext {
    width: 100%;
    text-align: left;
}

}