

.partnerbg {
    width: 100%;
    height: 300px;
    background-color: rgb(1, 64, 153);
}

.partnertitle {
    text-align: center;
    color: white;
    font-size: 36px;
    padding-top: 30px;
    font-family: 'font2';
    font-weight: bold;
    letter-spacing: 5px;
}

.partnergroup {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap;
}
.partnerbox {
    background-color: white;
    width: 180px;
    height: 70px;
    margin-left: 45px;
    border-radius: 10px;
}
.partnerbox img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.name h1 {
    color: white;
    font-size: 18px;
    margin-top: 5px;
}