﻿#testimonials {
    background: url("../images/testimonials-triangle-bottom-left.png") left bottom no-repeat, url("../images/testimonials-triangle-top-right.png") right top no-repeat #169EDA;
    background-size: 25% auto;
    padding: 53px 0;
    color: #fff;
}

    #testimonials h1 {
        font-weight: 300;
        font-size: 36px;
        margin: 0 0 39px;
    }

    #testimonials p {
        font-size: 16px;
        line-height: 20px;
    }


@media (max-width: 767px) {
    #testimonials {
        padding: 23px 0;
    }

        #testimonials .col-lg-6 .col-md-6 {
            padding: 0 30px;
        }

        #testimonials iframe {
            margin-top: 20px;
            height: inherit !important;
        }

        #testimonials h1 {
            margin-bottom: 10px;
        }

        #testimonials p {
            font-size: 12px;
            line-height: 20px;
        }

    #egitimChk {
        width: 84% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #testimonials {
        padding: 23px 0;
    }

        #testimonials .col-lg-6 .col-md-6 {
            padding: 0 30px;
        }

        #testimonials iframe {
            margin-top: 20px;
        }

        #testimonials h1 {
            margin-bottom: 10px;
        }

        #testimonials p {
            font-size: 12px;
            line-height: 20px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #testimonials .col-lg-6 .col-md-6 {
        padding: 0 30px;
    }
}
