.fea-offer {
    background: #ffedef;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%
}
.rhs-cont .fea-offer h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 0;
}
.fea-offer-list {
    display: table;
    width: 100%
}
.fea-offer-col {
    width: calc(50% - 5px);
    display: inline-block;
    float: left
}
.fea-offer-list .fea-offer-col:last-child {
    width: 100%
}
.fea-box {
    margin: 10px 5px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ffe3e6;
    border-radius: 8px;
    position: relative;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.fea-box a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}
.fea-box:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 10px rgba(184, 196, 229, 0.5);
    box-shadow: 0 0 10px rgba(184, 196, 229, 0.5)
}
.fea-box p {
    margin: 0
}
.fea-box h4 {
    padding: 15px 0 15px 44px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #030303;
    margin: 0;
}
.fea-box-1 a {
    position: relative
}
.fea-box h4:before {
    content: "";
    background: url(/sites/meweb/images/fr/eventlog/images/ids-ips-monitoring-reporting2-sprite.png) no-repeat -29px -3px;
    background-size: 245px;
    width: 34px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.fea-box-2 h4:before {
    background-position: -115px -3px
}
.fea-box-3 h4:before {
    background-position: -71px -7px
}
.fea-box-4 h4:before {
    background-position: -154px -3px
}
.fea-box-5 h4:before {
    background-position: -191px -9px;
    width: 29px;
    height: 20px
}
.rhs-cont h3 {
    font-size: 18px;
    line-height: 24px;
    color: #030303;
    margin-bottom: 12px;
    font-weight: 500;
}
.reasns {
    margin-left: 20px;
    margin-bottom: 50px
}
.reasns h2 {
    margin-bottom: 45px
}
.number {
    position: absolute;
    background: #f0b7bd;
    display: inline-block;
    text-align: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    border-radius: 6px;
    left: -22px;
    border-top-left-radius: 0
}
.number:before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    background: #e7808b;
    left: 2px;
    -webkit-transform: rotate(343deg);
    -ms-transform: rotate(343deg);
    transform: rotate(343deg);
    top: -6px;
    z-index: -1
}
.rescont h5 {
    font-size: 18px;
    font-weight: 500
}
.rescont p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0
}
.rebox {
    position: relative;
    padding: 23px 32px 23px 45px;
    margin-bottom: 31px;
    border: 1px solid #ffe3e6;
    border-radius: 6px;
    background: #ffedef;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.rebox:hover {
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1)
}
.rhs-cont .rebox .lrn1 {
    color: #138cd6;
    display: inline-block;
    position: relative
}
.rebox .lrn1:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #138cd6;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 8px;
    right: -9px
}
.faq h2,
.usefull h2 {
    font-size: 28px
}
.faq {
    padding-top: 20px
}
.faq h2 {
    margin-bottom: 30px
}
.accordion {
    padding: 0 52px 0 56px;
    border-bottom: 1px solid #bdd1da;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.accordion h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 25px 0;
    position: relative;
    cursor: pointer
}
.faq .accordion p:first-child {
    margin-bottom: 16px
}
.faq .accordion p strong {
    font-weight: 600
}
.panel {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: none;
    padding-bottom: 30px;
    font-weight: 300
}
.panel .br {
    height: 15px;
    display: block
}
.accordion h4:before {
    content: "\002B";
    font-size: 30px;
    position: absolute;
    left: -32px;
    color: #6970a7;
    font-weight: 100
}
.accordion.opened {
    background: #f9fafe
}
.accordion:nth-of-type(1) .panel {
    display: block
}
.accordion.opened h4:before {
    content: "\2212"
}
.accordion.opened h4 {
    padding-bottom: 20px
}
@media screen and (max-width: 1250px) {
    .container.inner-cont {
        max-width: 90%
    }
}
@media screen and (max-width: 767px) {
    .fea-offer {
        padding: 20px
    }
    .rhs-cont .fea-offer h3 {
        text-align: center;
        margin-top: 10px
    }
    .fea-offer-col {
        width: 100%
    }
    .faq {
        padding-top: 0;
        margin-top: -20px;
        padding-bottom: 40px
    }
    .accordion h4 {
        font-size: 15px;
        padding: 18px 0 !important
    }
    .accordion {
        padding-right: 10px;
        padding-left: 40px
    }
}