File: /home/codo66ho/.trash/assets/scss/home-4/_testimonial.scss
.rx-testimonial-section {
padding: 100px 0px;
.rx-section-title {
margin: 0 auto;
max-width: 510px;
}
.rx-testimonial-content {
padding-top: 70px;
}
}
.rx-testimonial-img-text {
.rx-testimonial-img {
width: 206px;
height: 206px;
margin-right: 30px;
overflow: hidden;
&:before {
top: 0;
left: 0;
z-index: 1;
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(0, 0, 0, .5);
}
.rx-testi-quote {
top: 12px;
z-index: 2;
left: 12px;
color: #fff;
line-height: 1;
font-size: 70px;
position: absolute;
}
}
.rx-testimonial-text {
display: block;
overflow: hidden;
padding-top: 10px;
p {
color: #555555;
font-size: 18px;
line-height: 1.722;
}
.rx-testimonial-author {
margin-bottom: 10px;
h4 {
color: #000;
font-size: 21px;
font-weight: 700;
padding-left: 18px;
position: relative;
padding-bottom: 8px;
&:before {
left: 0;
top: 12px;
content: '';
height: 3px;
width: 10px;
position: absolute;
background-color: #000;
}
}
span {
color: #949494;
font-size: 14px;
font-style: italic;
}
}
}
}
.rx-testimonial-slider {
.owl-dots {
margin-top: 35px;
@extend%rx-slider-dot;
}
}