.partner-card {
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0 5px 15px 4px;
    padding: 3%;
    border: 0;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.partner-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.partner-card-img-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.partner-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.partner-card-logo {
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 25%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
    box-shadow: rgba(100, 100, 111, 0.2) 0 5px 15px 4px;
}

.partner-card-body {
    margin-top: 1rem;
    padding: 0 3%;
}

.partner-banner {
    background: linear-gradient(20deg, #18c0ec 0%, #3a5be6 55%, #0240F7  100%);
    border-radius: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 5px 15px 4px;
    min-height: clamp(160px, 20vw, 500px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-banner-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(1.5rem, 4vw, 3rem);
    margin: 0;
}

.partner-card-name {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: clamp( 1rem , 2.5vw , 1.5rem );
    color: #000000;
}

.partner-card-arrow {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: #2439EA;
}

.partner-card-footer {
    text-align: right;
    padding: 0 3%;
    margin-top: auto;
}
