footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #0b44a8; */
    padding: 30px 15px;
    box-sizing: border-box;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    position: relative;
}
footer img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    object-position: center;
}
.partner {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    z-index: 1;
}

.partner-name {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-top: 15px;
}

.partner img.partner-logo1 {
    max-height: 80px;
}




 @media (max-width: 567px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    .partner {
        width: 100%;
        justify-content: center;
        margin: 0;
        margin-bottom: 30px;

    }

} 
