
/*
section FEEDBACK
*/
#feedback {
    background-color: #f4f4f4;
    padding-bottom: 40px;
}

#feedback h2 {
    color: #2669a3;
}

@media only screen and (min-width: 320px)and (max-width: 425px) {
    .swiper-container {
        width: 300px;
        height: 320px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
    .swiper-container {
        width: 400px;
        height: 320px;
    }
}

@media only screen and (min-width: 768px)and (max-width: 1000px) {
    .swiper-container {
        width: 500px;
        height: 320px;
    }
}

@media only screen and (min-width: 1000px) {
    .swiper-container {
        width: 800px;
        height: 320px;
    }
}

.feedback-user-img {
    height: 70px;
}

.feedback-date {
    font-size: 10px;
    color: #9d9d9d;
}

.feedback-user-name {
    color: #2669a3;
    font-weight: bold;
    font-size: 14px;
}

.feedback-user-type {
    color: #2669a3;
    font-size: 10px;
}

.feedback-text {
    margin-top: 10px;
    font-size: 12px;
}

#feedback .well {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: 220px;
    background-color: #ebebeb;
    border-radius: 20px;
    background-image: none;
    opacity: 0.7;
}

.swiper-pagination-bullet {
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
    border: 3px solid white;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 2px 5px rgba(0, 0, 0, 0.5);
    width: 10px;
    height: 10px;
}

.swiper-slide {
    width: 246px;
}

/*
section FEEDBACK
*/
