﻿.about-bg {
    background-image: url("../images/stroy-home-bg.png") !important;
    background-color: #0e0e0f !important;
}

.about-section {
    background-color: #0e0e0f !important;
    padding: 50px 0px;
}

    .about-section p {
        color: #fff;
    }

.line-break {
    display: flex;
    flex-direction: row;
}

.line-break {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

    .line-break:before, .line-break:after {
        content: "";
        flex: 1 1;
        border-bottom: 4px solid #d17c2e;
        margin: auto;
    }

@media only screen and (min-width: 600px) {
    .tagline {
        color: #ffffff;
        font-size: 28px;
        font-weight: bold;
        padding: 7px 0;
    }
}

span.testimonial-top {
    margin: 0 4px;
    font-size: 20px;
}

@media only screen and (max-width: 590px) {
    .tagline {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        padding: 13px 0;
    }
}

blockquote p {
    color: #fff;
}

.testimonial-title {
    color: #fff;
}

.testimonial blockquote p {
    color: #fff;
}

@media (max-width: 768px) {
    .testimonials-section .line-break {
        padding-top: 30px;
    }
}

.variant-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.testimonial {
    border: solid 1px #494949;
    padding: 3rem 2.5rem 2rem;
    border-radius: 25px 25px 25px 0px;
    position: relative;
    height: 372px;
}

    .testimonial .quote_icon {
        position: absolute;
        top: -35px;
    }
