/* All CSS written by Jeffrey B. Madden 2023. */

.testimonials .profile {
   display:inline-block;
   position:relative;
   float:right;
   width:300px;
   height:300px;
   margin:0px 0px 20px 20px;
   border:0px;
   padding:0px;
   background-image:url('images/test_frame_01.png');
   background-size:contain;
   background-repeat:no-repeat;
   box-sizing:border-box;
}

.testimonials .profile img {
   position:absolute;
   left:50%;
   top:50%;
   margin:-127px 0px 0px -127px;
   width:254px;
}

.testimonials h2 {
   line-height:46px;
   margin:40px 0px 0px 0px;
   font-size:40px;
}

.testimonials .quote {
   line-height:30px;
   font-size:18px;
   color:Silver;
}

.testimonials .quote i {
   color:White;
}