* {
    list-style: inherit
}
/** Start Our Story **/
.our-story img {
    width: 100%;
    height: 526px
}

.main {
    padding: 0
}

.story-text {
    background: #6dbbad;
    min-height: 526px;
    color: #FFF;
    padding: 10px 10px 0
}
.story-text h3{
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-top: 2rem

}

.one p {
    font-size: 25px;
    font-weight: bold;
    padding: 18px;
}

.two p {
    font-size: 18.5px
}

.three p {
    font-size: 35px;
    padding: 3rem 3rem 0;
}
/** End Our Story **/

/** Start Proaction **/

.pro-content {
    background: #6dbbad;
    color: #FFF;
    position: relative;
    top: 0;
    left: 0
}

.pro-content .row {
    margin-right: 0
}

.pro-title h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 6px;
    padding-left: 30px;
    padding-top: 20px;
}

.pro-text {
    padding: 34px;
    font-size: 18px;
    background: rgba(96, 123, 125, .7);
    line-height: 1.8;
    z-index: 99
}


.benefit h3 {
    direction: rtl;
    font-size: 6rem;
    letter-spacing: 8px;
    text-shadow: 2px 0 #FFF;
    float: left;
    margin-bottom: 16rem
}

.pro-text-b {
    position: relative;
    left: 10%;
    top: 120px;
}

.pro-text ul {
    padding-left: 0px;
    font-size: 15px;
    list-style: disc !important
}

.pro-content img {
    position: absolute;
    top: 30rem;
    bottom: 68px;
    left: -40px;
}

/** End Proaction **/
