.quoteBanner {
    background-color:#E8E6E6;
    color:black;
    width: 100%;
    margin-bottom: 20px;
}
.quoteBanner h3 {
    padding: 50px 0 50px 0;
    width: 60%;
    margin: 0 auto;
    font-weight: 100;
    text-align: center;
    font-size: 40px;
}
.quoteBanner .large{
    font-size: x-large;
    font-weight: bold;
}
.mainImage {
    margin: 20px auto 60px auto;
    display: block;
    width: 70%;
    border-radius: 0px;
    box-shadow: 5px 5px 5px #c6c7c8;
    padding: 0;
}

.treatmentsWrapper {
    /*
    display: inline-flex;
    margin: 20px 7.5%;
    */
    text-align: center;
}
.treatmentsWrapper .col:last-of-type {
    display: ruby;
}
.treatmentsWrapper a {
    text-decoration: none;
    outline: none;
    color: rgb(100 99 99)
}
.treatmentsWrapper a:hover {
    color:pink;
}
.treatmentsWrapper img {
    width: 100%;
}
.zoomImage {
    transition: transform 0.2s ease;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.zoomImage:hover {
    transform: scale(1.5);
}
.mini .mini-title {
    text-align: center;
}
.mini h2 {
    font-size: 20px;
    font-weight: 200;
}
.mini .mini-p {
    margin: 10px 0 20px 0;
    text-align: justify;
}
.donnaSigned {
    position: relative;
    margin: 20px auto;
    display: block;
}
.donnaSigned img {
    width: 80%;
}
.donnaSigned p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 35%;
    color: white;
    font-family: fantasy;
    font-size: 48px;
}
.donnaSmall {
    width: 20%;
    float: right;
    border-radius: 50%;
}
hr {
    width: 90%!important;
    margin: 20px auto!important;
}

.more-a {
    text-decoration: none;
    color: deeppink;
}

/* Max-width only (targets mobile phones) */
@media (max-width: 575.98px) {
  /* Your CSS here */
}
@media (min-width: 0px) and (max-width: 576px) {
    h1, h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
    .donnaSigned p {
        font-size: 26px;   
    }
/*
    .treatmentsWrapper .mini {
        width: 80%;
    }
*/
}
/* Min-width */
@media (min-width: 576px) {
  /* Your CSS here */
}

/* Range: sm only (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Your CSS here */
    h2 {
        font-size: 23px;
    }
    p {
        font-size: 15px;
    }
    .quoteBanner h3 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
/*
    .treatmentsWrapper .mini {
        width: 26%;
    }
*/
    .zoomImage:hover {
        transform: scale(1.0);
    }
    .treatmentsWrapper a:hover {
        color: rgb(100 99 99);
    }
    .donnaSigned p {
        font-size: 36px;   
    }
/*
    .treatmentsWrapper .mini {
        width: 45%;
    }
*/
}
/* Min-width */
@media (min-width: 768px) {
  /* Your CSS here */
}

/* Range: md only (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Your CSS here */
}