* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.partners {
    width: 100%;
    margin-top: 20px;
    height: auto;
    padding: 15px;
}

.parters-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.partners-text h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.33;
    font-style: italic;
    color: #002647;
}

.partner-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.partner-card {
    width: 296px;
    height: 231px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
}

.partner-card-up {
    width: 100%;
    height: 179px;
    padding: 48px 42px;
    border: 1px solid #c7c7cc;
    border-radius: 24px;
    background-color: #fff;
}

.partner-card-up img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-card-title {
    width: 100%;
    text-align: center;
}

.partner-card-title h2 {
    font-weight:500;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}