/* four-style.css */
.four-new-module {
    width: 100%;
    height: auto;
    background-color: black;
    
}

.four-container {
    display: flex;
    flex-direction: column;
}

.four-image-content img,
.four-partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.four-partners-content {
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 30px;
    /* margin-bottom: 100px; */
}

.four-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}