
.companyListBox {
    padding: 25px;
    border-radius: 15px;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
    padding-bottom: 15px;
    width: 100%;

}

.personCard{
    background: #F9F9FF;
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
    cursor: pointer;
    
}
.personCard a{
    color: rgb(46, 46, 46);
    text-decoration:none;
}
.personCard:hover{
    background: rgb(245, 249, 255);
}

.personImgSet{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.personImg{
    height: 110px;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    
}
.personImg img{
    width: 100%;
    height: 100%;
}

.personBtns{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 15px;

}

.smbtn{
    font-size: 11px;
    padding: 3px 6px;
    font-weight: 500;
    border-radius: 4px;
    width: 70px;
    margin: 7px;
    text-align: center;
    cursor: pointer;
}
.viewProf{
    border: 2px solid rgb(58, 58, 129);
    color:rgb(58, 58, 129) ;
}
.shortlist{
    border: 2px solid rgb(58, 58, 129);
    background: rgb(58, 58, 129);
    color: white;
}
.location{
    margin-top: 4px;
    font-size: 11px;
    font-weight: light;
    color: black;
    text-decoration: none;
}

.location span{

    text-decoration: none;
}

.comName{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

h3{
    margin-top: 50px;
    margin-bottom: 20px;
}

.companylist{
    display: flex;
   
}

@media screen and (max-width: 505px) {
   
    .pageTitle{
        font-size: 30px;
        margin-left: 6px;
    }
    .pageSubDescrip{
        font-size: 15px;
        margin-left: 6px;
    }


}

