.page1{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page1 a {
    text-decoration: none;
}

.container1 {
    width: 100%;
    background-image: url(./../img/partner-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-bottom: 40px;
}

.box0_1 {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.text2_7 {
    width: 80%;
    -webkit-text-stroke: 1px #454f5b;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 40px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    margin: 40px auto 0 auto;
}

.text2_9 {
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    margin: 40px auto;
}

.box0_2{
    width: 90%;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
}

.group_11 {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 40px 30px;
}

.text1_2 {
    width: 40px;
    height: 40px;
    background-color: #E2F0FE;
    border-radius: 6px;
    position: relative;
}

.text1_2 img {
    position: absolute;
    top: 10px;
    left: 9px;
}

.text-group_55 {
    width: 90%;
    height: 40px;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    line-height: 24px;
    margin: 20px 0 0 0;
}

.text_133{
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    line-height: 24px;
    color: #454f5b;
    margin: 0;
}

.text_133 b{
    color: rgba(24, 81, 224, 1);
}

.group_155{
    width: 90%;
    height: 22px;
    margin-top: 20px;
}

.text_134 {
    display: inline-block;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(24, 81, 224, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    float: left;
}

.thumbnail_666 {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: 4px;
}

.text-group2_17{
    margin-top: 20px;
}

.container2{
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}

.text_23{
    width: 80%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0 auto;
}

.text_24{
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    margin: 40px auto;
}

.box3_1{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.box3_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
}

.box3_3 img{
    width: 60%;
}

.text3_3{
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
    margin: 40px auto;
}

@media (max-width: 430px) {
    .text2_7{
        margin: 20px auto 0 auto;
    }

    .text-group2_17 {
        margin-top: 0;
    }

    .text2_9 {
        margin: 20px auto;
    }

    .box0_2{
        grid-template-columns: 1fr;
    }

    .box3_1{
        width: 90%;
    }

    .box3_3{
        width: 90%;
        margin: 0 auto;
    }

    .text_24{
        width: 90%;
    }
    .box3_2{
        grid-template-columns: 1fr;
    }
}