﻿#home-test {
    padding: 4% 0;
}

    #home-test .media {
        width: 85%;
        margin-top: 30px;
    }

        #home-test .media:first-child {
            margin-top: 0;
        }

        #home-test .media .media-left {
            width: 34%;
        }

        #home-test .media .media-right {
            width: 36%;
        }

        #home-test .media .img-wrap {
            width: 100px;
            float: left;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
        }

            #home-test .media .img-wrap img {
                width: 100%;
                height: auto;
            }

        #home-test .media .text-wrap {
            float: left;
            width: auto;
            padding: 30px 10px;
        }

            #home-test .media .text-wrap strong {
                font: 700 15px/21px open sans;
                text-transform: uppercase;
                margin: 0;
            }

            #home-test .media .text-wrap p {
                font: 500 12px/19px open sans;
                margin: 0;
            }

        #home-test .media .media-body {
            padding: 4px 0;
            text-align: center;
            position: relative;
        }

        #home-test .media.pull-left .media-body::after {
            content: '';
            position: absolute;
            width: 15%;
            height: 3px;
            background: #101010;
            right: 65px;
            top: 50%;
        }

        #home-test .media.pull-right .media-body::after {
            content: '';
            position: absolute;
            width: 15%;
            height: 3px;
            background: #101010;
            left: 54px;
            top: 50%;
        }

        #home-test .media.pull-left .media-body {
            padding-right: 170px;
        }

        #home-test .media.pull-right .media-body {
            padding-left: 170px;
        }

    #home-test .testimonila-wrap::before {
        content: '';
        position: absolute;
        width: 3px;
        height: calc(100% - 10px);
        background: #101010;
        left: 48.5%;
        top: 5px;
    }

    #home-test .testimonila-wrap {
        position: relative;
        display: inline-block;
    }



/*Responsive*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #home-test .media {
        width: 97%;
        margin-top: 30px;
    }

        #home-test .media.pull-left .media-body {
            padding-right: 140px;
        }

        #home-test .media.pull-right .media-body {
            padding-left: 140px;
        }

        #home-test .media.pull-left .media-body::after {
            right: 68px;
        }

        #home-test .media .media-left, #home-test .media .media-right {
            width: 40%;
        }

        #home-test .media.pull-right .media-body::after {
            left: 50px;
        }
}




@media screen and (max-width:767px) and (orientation : landscape) {
    #home-test .media {
        width: 94% !important;
    }
}


@media screen and (max-width:767px) {
    #home-test .media .media-body p {
        font: 300 13px/20px open sans;
    }

    #home-test .media {
        width: 100%;
        margin-top: 30px;
    }

        #home-test .media.pull-left .media-body {
            padding-right: 15px;
        }

        #home-test .media.pull-right .media-body {
            padding-left: 15px;
        }

            #home-test .media.pull-left .media-body::after, #home-test .media.pull-right .media-body::after {
                display: none;
            }

        #home-test .media .media-right, #home-test .media .media-left {
            width: 47%;
        }

    #home-test .testimonila-wrap::before {
        left: 50%;
    }

    #home-test .media .text-wrap {
        padding: 10px 10px;
    }
}
