.recruiters .pl-img{

    position: relative;

    max-height: 300px;

    height: auto;

 

    background: #ffffff;

    padding: 20px;

    -webkit-box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 15%);

    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 15%);

    margin: 10px 0;



}





.pl-img{

    width: 100%;

    height: auto;

    float: left;

    -webkit-box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 15%);

    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 15%);

}

.pl-img img{

    width: 100%;

    height: auto;

    transition: 0.3s ease-out;

    cursor: pointer;

    

}

.pl-img:hover img{

    transform: scale(1.1);

    transition: 0.3s ease-in-out;



}