
.our-story {
    position: relative;
    overflow: hidden;
}
.story-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.inner-story {
    /*background: #cdaaaa;*/
    padding: 40px;
    color: #32353a;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.our-offers {
    margin-top: 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}
h2{
    font-size: 30px;
}
.inner-story h2 {
    margin-bottom: 30px;
}
.inner-story p {
    margin-bottom: 0;
}
.offer-title {
    color: #4e91c9;
    padding: 30px;
    background: #cdaaaa;
    margin-bottom: 40px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.offer-item {
    margin-top: 40px;
    overflow: hidden;
}
.offer-1 {
    -moz-animation-delay: 2.1s;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.offer-item figure {
    border: 3px solid #cdaaaa;
}
.offer-item figure img {
    width: 100%;
    display: block;
}
.offer-content {
    padding: 30px;
    background: #fff;
    color: #32353a;
    position: relative;
}
.offer-content h4 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 20px;
}
.offer-content p {
    margin-bottom: 0;
}
span.offer-left {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
}
.offer-left>i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid #fff;
    left: 0;
    top: 0;
}
span.offer-right {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
}
.offer-right>i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    left: 0;
    top: 0;
}
.text-indent{
    text-indent: 32px;
}
.demo-04 .list-04 li i{
    display: inline-block;
}


@media (max-width: 768px){
    .text-indent{
        text-indent: 28px;
    }
}
