.partner-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
}

.partner-section h2 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-align: center;
    color: #2d8fff;
    font-size: 48px;
    font-weight: 800;
}

.partner-section h3 {
    margin: 0;
    text-align: center;
    color: #444;
    font-size: 20px;
    font-weight: 400;
}

.partner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.partner-container img {
    width: 300px;
}