#quotes img {
    width:  25px !important;
    height: 25px !important;
}
.outer-ctn{
    max-width: 1000px !important;
    max-height: 700px !important;
    margin: auto;
}
.inner-ctn{
    width:500px !important;
    height: 400px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background-color: #438BCF;
    margin: auto;
    font-family: monospace;
    }
.slick-list.draggable{
    height: 550px !important;
    
}
.quotes img {
    width:  550px !important;
    height: 350px !important;

}
.text-ctn{
    font-size: 28px;
}
.testimonial-ctn a{
    font-family: monospace;
    border-radius: 10%;
    padding: 10px;
    width: 100px !important;
    height: 25px !important;
    background-color: #cf8743;
    box-shadow: 2px 2px #333;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    margin: auto;
    margin-bottom: 15px;
}
