@font-face {
font-family: 'YourFontName';
src: url('https://kallalayyanarudankudi.com//wp-content/uploads/fonts/Vavuniya-Regular.ttf') format('ttf'),
url('https://kallalayyanarudankudi.com/wp-content/uploads/fonts/Vavuniya-Regular.woff') format('ttf');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Vavuniya-Regular', sans-serif;
}
.member-item{
    display: flex;
     justify-content: center;
  align-items: center;   
    
}

.caroselImgContainer
{
    height:200px;
    width:200px;
    overflow:hidden;
}
.caroselImgContainer img
{
    height:100%;
    width:100%;
    object-fit: cover; 
}

.caroselInfoContainer{
    width:400px;
    justify-content: flex-start;
  align-items: center;   
}