body{
background: rgb(241, 222, 246);
}

.carousel{
height:540px;   
perspective:250px;
margin-top:20px;
margin-bottom: -90px;
}
.carousel .carousel-item{
width:520px;
}

.card{
position:relative;
margin:.5rem 0 1rem 0;
background-color:#fff;
width:550px;
min-height:520px;     /* height flexible */
color:#262626;
border-radius:100px;
box-shadow:0 8px 20px rgba(0,0,0,0.2);
text-align:center;
}

.box1{
background:#005bae;
height:120px;
border-radius:25px 25px 0 0;
}



.img-area{
text-align:center;
}

.img-area img{
border-radius:25%;
border:7px solid #fff;
margin-top:-80px;

height: 160px;
width:160px;         /* fixed size better for circle */
}

.main-text{
padding:8px 0;
}

.main-text h2{
font-weight:900;
font-size:20px;
margin:0 0 20px;
font-family:'poppins',sans-serif;
}

.main-text p{
font-size:16px;
padding:0 35px;
line-height:1.6;   /* readability better */

}

.style{
    color: #005bae;
    font-family: Georgia, 'Times New Roman', Times, serif;
   margin-top:90px;
margin-bottom:20px;
}

