.quotes-div {
                                border: 5px solid white;
                                padding: 20px;
                                margin-bottom: 20px;
                                font-size: 18px;
                                padding-left: 35px;
                                text-align: left;
                                position: relative;
                                line-height: 22px; 
								font-weight: 500;
                                letter-spacing: 1px;
								margin-top: 10px;
                            }

                            .quote-img {
                                border-radius: 50%;
								    border: 5px solid #fff;
									    margin-top: 5px;
                            }

                            .quotes-div i {
                                position: absolute;
                            }

                                .quotes-div i:first-child {
                                    left: 13px;
                                }

                                .quotes-div i:last-child {
                                    right: 13px;
                                    bottom: 15px;
                                }

                            .quotes-name {
                                margin: 10px 0 5px;
                                font-size: 18px;
                                font-weight: 600;
								letter-spacing: 1px;
                            }

                            .quotes-designation {
                                font-size: 13px;
                            }