
    
    
@media all and (min-width: 1px) and (max-width: 799px)
{    

    .main-wrapper 
    {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }

    .main-row-wrapper 
    {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 32px 0 32px; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    }

    .second-row-wrapper
    {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    }

    .third-row-wrapper
    {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 32px 0 32px; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    }


    .testimonial-container
    {

    }    
    .testimonial-container h2
    {
    margin-top: 0px;
    margin-bottom: 6px;   
    }
    .testimonial-container h3
    {
    margin-top: 0px;
    margin-bottom: 24px;   
    }


    .testimonial-panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    }

    .testimonial-leftside { width: 100%; }
    
    a.testimonial-taxonomy-link { margin: 0 10px 0 0; }
    a.testimonial-taxonomy-link:link { text-decoration: none; }
    a.testimonial-taxonomy-link:visited {  }
    a.testimonial-taxonomy-link:hover { text-decoration: underline; }
}

@media all and (min-width: 800px) and (max-width: 1199px)
{          

    .main-wrapper 
    {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }

    .main-row-wrapper 
    {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 32px 0 32px; 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    }

    .second-row-wrapper
    {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0; 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    }

    .third-row-wrapper
    {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 32px 0 32px; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    }


    .testimonial-container
    {

    }    
    .testimonial-container h2
    {
    margin-top: 0px;
    margin-bottom: 6px;   
    }
    .testimonial-container h3
    {
    margin-top: 0px;
    margin-bottom: 24px;   
    }


    .testimonial-panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    }

    a.testimonial-taxonomy-link { margin: 0 10px 0 0; }
    a.testimonial-taxonomy-link:link { text-decoration: none; }
    a.testimonial-taxonomy-link:visited {  }
    a.testimonial-taxonomy-link:hover { text-decoration: underline; }
}

@media all and (min-width: 1200px)
{          

    .main-wrapper 
    {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .main-row-wrapper 
    {
        width: 100%;
        max-width: 1440px;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        padding: 0 32px 0 32px; 
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px;
    }

    .second-row-wrapper
    {
        width: 100%;
        max-width: 1440px;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0; 
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
    }

    .third-row-wrapper
    {
        width: 100%;
        max-width: 1440px;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        padding: 0 32px 0 32px; 
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
    }


    .testimonial-container
    {
        
    }    
    .testimonial-container h2
    {
        margin-top: 0px;
        margin-bottom: 6px;   
    }
    .testimonial-container h3
    {
        margin-top: 0px;
        margin-bottom: 24px;   
    }
       
        
    .testimonial-panel {
        margin-bottom: 0px;
        background-color: #fff;
        border: 1px solid transparent;
        /* border-radius: 4px; */
        /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
        /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    }
        
    a.testimonial-taxonomy-link { margin: 0 10px 0 0; }
    a.testimonial-taxonomy-link:link { text-decoration: none; }
    a.testimonial-taxonomy-link:visited {  }
    a.testimonial-taxonomy-link:hover { text-decoration: underline; }    
}