/*=================================================================/*/
/*-------Career Information--------*/
/*=================================================================/*/

.careerInformation_area{
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
}
.stores_logo_img{
    position: relative;
    /* padding-top: 100%;
    border-radius: 10px; */
    aspect-ratio: 1;
    max-width: 200px;
    width: 100%;
    display: block;
    overflow: hidden;
}
    .stores_logo_img img{
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: 0.3s ease all;
    }