.testimony {
    padding: 5em 0em 5em 0em;
    background: url(../images/test.jpg)no-repeat;
    min-height: 300px;
    background-size: cover;
    margin-bottom: 50px;
}

.testimony-main {
    position: relative;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 128%;
    left: 90%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 33px;
    width: 25px;
    background: url(../images/4.png) no-repeat left top;
    margin-top: -45px;
    border-radius: 100%;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/3.png) no-repeat left top;
    right: 5%;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.testimony-left {
    width: 30%;
    float: left;
    border-right: 4px double #999;
}
.testimony-right {
    float: right;
    width: 60%;
    margin: 1em 0em 0em 0em;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 55%;
    border: 0;
}
.testimony-left img {
    border-radius: 149px;
    width: 150px;
    height: 150px;
}
.testimony-right i {
    color:white; 
    font-size:2em;
}
.testimony-right h4 {
    font-size: 1.3em;
    color: #B28E40;
    margin: 0.5em 0em 0em 0em;
    font-family: 'Abel-Regular';
}
.testimony-right p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}
.how-work{
    background: #ffffff;
    margin-bottom:2em;
}
.why-us-left {
    text-align: right;
    margin: 3em 0em 0em 0em;
}
.why-us-left h3 {
    font-size: 3.5em;
    /* color: #232324; */
    font-family: 'Abel-Regular';
}
.why-us-left h4 {
    font-size: 1.2em;
    /* color: #fff; */
    text-align: justify;
    line-height: 1.6em;
    margin: 1em 0em 1em 0em;
}