section.testimonial-section { margin-top: 0; margin-bottom: 0; padding: 100px 0; text-align: center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; &:before { content: ""; background: rgba(0,0,0,0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .section-title, .section-desc { color: #fff; }//.section-title .section-grid { max-width: 920px; margin: 60px auto 0 auto; padding-left: 75px; padding-right: 75px; padding-bottom: 60px; }//.section-grid .section-block { border-radius: 5px; padding: 50px 55px 0 55px; position: relative; overflow: hidden; z-index: 1; max-width: 770px; margin-left: auto; margin-right: auto; &::before { content: ""; background: #fff; border-radius: 5px; position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 90px); z-index: -1; } .testimonial-name { font-weight: 600; color: #000; font-size: 1.125em; line-height: 1.4; }//.testimonial-name .testimonial-meta { .testimonial-subtitle { font-size: 1em; color: #5c5c5c; } .testimonial-rating { display: block; margin-top: 10px; text-align: center; } }//.testimonial-meta .testimonial-content { font-size: 0.875em; color: #5c5f5f; margin-top: 20px; }//.testimonial-content .testimonial-image { width: 155px; height: 180px; margin: 40px auto 0 auto; box-shadow: 0 0 20px rgba(0,0,0,0.2); border-radius: 8px; overflow: hidden; img { width: 100%; height: 100%; object-fit: cover; } }//.testimonial-image img { display: inline-block; width: auto; } }//.section-block .owl-carousel { .owl-nav { button[class*="owl-"] { position: absolute; top: 40%; left: 0; width: 45px; height: 45px; border: 2px solid #fff; border-radius: 100%; overflow: hidden; color: #fff; background-color: transparent; background-image: url('data:image/svg+xml; utf-8, '); background-repeat: no-repeat; background-size: 10px; background-position: center; text-indent: 50px; @include transition(none); } button[class*="owl-"]:hover { border-color: $primary_color; background-image: url('data:image/svg+xml; utf-8, '); } button.owl-next { left: auto; right: 0; background-image: url('data:image/svg+xml; utf-8, '); } button.owl-next:hover { background-image: url('data:image/svg+xml; utf-8, '); } }//.owl-nav .owl-dots { position: absolute; bottom: 0; left: 0; right: 0; } button.owl-dot { background: #fff; width: 5px; height: 10px; border-radius: 0; margin-left: 2px; margin-right: 2px; &:hover { background: $primary_color; } &.active { background: $primary_color; height: 20px; } }//.button.owl-dot }//.owl-carousel }//section.testimonial-section @media screen and (max-width: 767px) { section.testimonial-section { padding-top: 60px; padding-bottom: 60px; .section-grid { padding-left: 0; padding-right: 0; margin-top: 30px; }//.section-grid .section-block { padding-top: 30px; padding-left: 30px; padding-right: 30px; }//.section-block }//section.testimonial-section }//max-width: 767px