/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.center_testimony {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    height: 100%;            /* Adjust height as needed */
}