/* Testimonial css */

.card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

 .card .card-body {
        padding: 1rem 1rem;
 }

 .paragraph  img {
    border-radius: 3px !important;
 }

html {
  scroll-behavior: smooth;
}

#about{
  scroll-margin-block-start: 43px;
  /*Adds margin to the top of the viewport*/
}


.paragraph  img:hover {
   transform: scale(1.02);
   opacity: .7;
 }
 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

/* p {
     font-size: 0.875rem;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }*/

 h4{
         line-height: .2 !important;
 }
.profile{
           margin-top: 16px;
    margin-left: 11px;
}

.profile-pic{
     width: 58px;
}

.cust-name{
     font-size: 18px;
}

.cust-profession{
     font-size: 10px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}
