body{
    margin:0;
    padding:0;
    background-color: #dad9d9ea;
    font-family: sans-serif;
}
.team-container
{
    width:100%;
    height: auto;
 
}
.text
{
    color:#097e8dfa;
    font-size: 25px;
    margin-top: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
 
}
.row
{
    width: 60%;
    margin:auto;
    margin-bottom: 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
}
@media(max-width: 768px)
{
    .row{
        width: 100%;
       
    }
}
.profile-card
{
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    width: 270px;
    height: 450px;
    margin: 20px 10px 10px 10px;
    border-top: 6px  inset rgba(255, 0, 0, 0.808);
   
   border-left: 3px inset rgb(30, 26, 250);
   border-right: 3px inset rgb(30, 26, 250);
   border-bottom: 3px inset rgb(255, 9, 9);
   color: orange;
}
@media(max-width: 468px)
{
    .profile-card
    {
        width: 290px;
        height: 450px;
    }
}
.profile-content
{
    padding:15px;
}
a{
    color: rgb(64, 10, 244);
}
img{
    width: 220px;
    height: 220px;
    border-radius: 30px;
    border: 2px inset rgb(255, 80, 5);
}
.profile-image
{
    text-align: center;
}
.desc
{
    text-align: center;
}
.desc h2
{
    color: rgb(12,172,150);
    font-size: 20px;
}
.desc p{
    font-size: 13px;
    line-height: 1.3em;
    margin-top: -10px;
    color: #000000;
     
}
.btn-div
{
    text-align: center;
}
.btn1
{
    background-color: rgb(255, 36, 12);
    color: #ffffff;
    width: 150px;
    cursor: pointer;
    height: 38px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 3px 3px 3px 3px #e6e6e6;
    border-radius: 3px;
    outline:none;
    border:none;
    text-transform: uppercase;
}

.ca1
{
    background-color: #e89625;
    border-radius: 20px 20px 20px 20px;
    width: 340px;
    height: 580px;
    /* margin: 20px 20px 20px 20px; */
    border-top: 6px inset rgba(13, 167, 80, 0.808);
   border-left: 3px inset rgb(65, 160, 60);
   border-right: 3px inset rgb(65, 160, 60);
   border-bottom: 3px inset rgb(65, 160, 60);
   
}
.ca2
{
    background-color: #e89625;
    border-radius: 20px 20px 20px 20px;
    width: 340px;
    height: 280px;
    /* margin: 20px 20px 20px 20px; */
    border-top: 6px inset rgba(13, 167, 80, 0.808);
   border-left: 3px inset rgb(65, 160, 60);
   border-right: 3px inset rgb(65, 160, 60);
   border-bottom: 3px inset rgb(65, 160, 60);
   
}
