.page-partner {
    width: 100%;
    padding: 30px;
    background: #f4f9fc;
}

.page-partner .block {
    width: 100%;
    height: auto;
}

.page-partner .row {
    width: 100%;
}


.page-partner .block img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.page-partner .card {
    display: block;
    position: relative;
    width: 318px;
    height: 318px;
    background: #fff;
    border: 1px solid #EBEEF5;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
    color: #0f0f0f;
    box-shadow: 0px -3px 0px 0px rgba(43, 78, 255, 0.004), 0px 16px 50px 0px rgba(1, 8, 20, 0.08);

}

.page-partner .card img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    vertical-align: center;
    height: 226px;
}

.page-partner .partner-info {
    text-align: left;
    padding: 6px 12px;
}

.page-partner .card  .partner-info  .partner-name {
    width: 100%;
    font-size: 1.36em;
    font-weight: bold;

}

.page-partner .card:hover {
    /*transform: scale(1.32);*/

}


