.partner{
    margin-top: 52px;
}
.partner .header{
    background-image: linear-gradient(149deg,#0A6AC5 0%,#23E5BC 100%);
    width: 100%;
    height: 120px;
}
.partner .header .title-h1{
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 12px;
}
.partner .header .line{
    width: 20px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
}
.main .bg{
    background: #F7F8FA;
}
.main .container{
    padding: 0 16px 32px;
}

.partner .main .title-h2{
    font-size: 22px;
    font-weight: 600;
    height: 40px;
    line-height: 22px;
    margin: 32px 0 12px;
}

.partner .main .logo{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 2px dashed #eaeaea;
}
.partner .main .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}