.slider.style_three .slide-item-content .slider_content h1 {
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    opacity: 0;
    font-family: var(--primary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_three .slide-item-content .slider_content h1 span {
    font-size: 64px;
    line-height: 60px;
    font-weight: 400;
}
.slider.style_three .slide-item-content .slider_content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}

.testimonial-block-one .author-comments p {
    color: rgb(47, 45, 45);
}

.testimonial-block-one .author-info h5 {
    color: rgb(47, 45, 45);
}

.owl_nav_two.theme_carousel .owl-nav button {
    color: rgb(90, 80, 80);
}

.centered-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
