File: /home/s/l/y/slyfwmm/adspray/wp-content/themes/aivons-child/assets/css/block-review-css.css
.ADS_box_review {
background-color: var(--aivons-light, #f2f4f8);
padding-top: 50px;
padding-bottom: 50px;
}
.ADS_box_review .ADS_card_review h5 {
font-size: 16px;
color: var(--aivons-primary, #3c72fc);
text-transform: uppercase;
margin-bottom: 10px;
}
.ADS_box_review .ADS_card_review p {
font-size: 16px;
}
.ADS_box_review .ADS_card_content {
padding: 15px;
background-color: white;
position: relative;
}
.ADS_box_review .ADS_card_content img {
max-width: 120px;
}
.ADS_box_review .ADS_card_content::before {
position: absolute;
content: '';
display: block;
bottom: 10px;
right: 10px;
background-image: url(https://www.adspray.it/wp-content/themes/aivons/assets/images/testimonial/testimonials-1-iocn.png);
background-repeat: no-repeat;
width: 99px;
height: 55px;
}
.ADS_box_review button.prev {
transform: rotate(180deg);
margin-right: 20px;
}
.ADS_control_review {
display: flex;
padding-bottom: 30px;
}
.ADS_box_review button {
height: 65px;
width: 65px;
display: flex;
align-items: center;
justify-content: center;
background: var(--aivons-base, #ffffff);
border-radius: 50%;
color: var(--aivons-black, #0f0d1d);
font-size: 23px;
line-height: 1em;
transition: all 500ms ease;
padding:0;
}
.ADS_box_review button:hover {
color: var(--aivons-base, #ffffff);
background: var(--aivons-black, #0f0d1d);
}
@media (max-width:760px) {
.ADS_box_review button {
width: 40px;
height: 40px;
font-size: 20px;
}
}