﻿.hero-quote-module
{

}

.hero-quote-module .row
{
    padding:80px 0;
}

.hero-quote-module .image-tilt
{
    transform: rotate(-0.01turn);
    text-align:center;
    /*padding:50px 0 0;*/
}

.hero-quote-module .image-tilt.no-title
{
    /*padding: 35px 0 0;*/
}

.hero-quote-module .image-tilt img
{
    width: 400px;
    border: 9px solid var(--cbf-white-1000);
    object-fit: cover;
}

.hero-quote-module h2, .hero-quote-module h4
{
    margin: 0 0 24px 0;
}

.hero-quote-module h2.quote
{
    font-family: Kalam !important;
    font-weight:700 !important;
    /*color: var(--cbf-white-1000)*/
}

@media (max-width: 990px)
{
    .hero-quote-module .row .col-md-6
    {
        padding:0;
    }

    .hero-quote-module .row
    {
        padding: 80px 40px;
    }

    .hero-quote-module .image-tilt
    {
        padding: 0;
    }

    .hero-quote-module .quote-text
    {
        padding:80px 0 0;
    }

    .hero-quote-module .quote-text.no-title
    {
        padding: 0;
    }
}