figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.hover01 figure img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    transform: scale(1.3);
    transition: .3s ease-in-out;
}

.partner-details {
    background: #f6f6f6;
}

.single-partner-section {
    display: inline-grid;
    width: 22%;
    margin: 16px;
    padding: 26px;
    background: #fff;
    min-height: unset;
    justify-content: center;
    align-items: center;
    border: 2px solid #eeeeee;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, .2) 1px 0px 1px 0px; */
    @media(min-width: 992px){
        min-height: 170px;
    }
}

.single-partner-section:hover {
    background: #f3fbff;
    border: 2px solid #5DB0D6;
    transition: .1s ease-in;
    cursor: pointer;
}

.single-partner-name {
    width: 30%;
    display: inline-grid;
    width: 30%;
    margin: 16px;
    padding: 26px;
    min-height: 170px;
    justify-content: center;
    align-items: center;
    border: 2px solid #eeeeee;
    /* box-shadow: rgba(0, 0, 0, .2) 1px 0px 1px 0px; */
}

.single-partner-name:hover {
    background: #f3fbff;
    border: 2px solid #5DB0D6;
    transition: .5s ease-in;
}

.become {
    background-image: url(../images/career_new.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mailat {
    max-width: 810px;
    font-size: 14px;
    text-align: left;
    color: #fff;

    @media(min-width: 992px) {
        font-size: 18px;
    }
}