.t3-sidebar-right {
    background-image: url("/images/contact-bg.jpeg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-quote {
    padding-left: 40px;
    padding-right: 40px;
}
.contact-quote blockquote{
    color: #fff !important;
    background-color: rgba(0, 170, 53, 0.75);
}


@media screen and (min-width: 992px) {
    .logo-image img {
        padding-bottom: 10px;
    }
}