body {
    /* height: 100%; */
    background-image: url(../images/design-main-bg-pc.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top center;
    overflow-x: hidden;
}
/* Partner */
.partner-banner {
    margin-top: 0px;
    margin-bottom: 100px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.partner-title {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
.banner-img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.register-container,
.team-profile-container {
    margin-bottom: 30px;
}