﻿.testemonialitem {
    width: 405px;
    height: 427px;
    margin: 27px 13px 0pt 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0pt;
    box-shadow: 0 0 54px 7px rgb(0 0 0 / 5%);
    border-radius: 4px;
    background-color: white;
}

    .testemonialitem .img {
        background-image: url('../images/quote.png');
        height: 67px;
        width: 84px;
        position: absolute;
        top: 20px;
        left: 20px;
        background-size: 67px;
        background-position-x: center;
    }

    .testemonialitem .text {
        font-style: italic;
        font-size: 21px;
        font-weight: 800;
        line-height: 29px;
        white-space: initial;
        word-wrap: break-word;
        height: 267px;
        overflow: hidden;
        width: 82%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 94px;
    }

    .testemonialitem .signiture {
        font-size: 16px;
        font-style: italic;
        position: absolute;
        bottom: 30px;
        left: 35px;
    }


@media (max-width: 1000px) {

    .testemonialitem {
        width: 93%;
        height: 493px;
        
    }

        .testemonialitem .text {
            line-height: 35px;
           /* font-size: 35px;*/
        }

        .testemonialitem .signiture {
            /*font-size: 21px;*/
            width:82%;
            overflow:hidden;
        }
}