.section_wrapper {
    width: 90%;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-size: 20px;
}

p {
    font-size: 12px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn a {
    font-size: 14px;
}

h6 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.btn a {
    background: white;
    color: #007CFF;
    padding: 10px 30px;
    border-radius: 6px;
    margin-bottom: 6px;
}

.section_1 {
    background: linear-gradient(to bottom, #2CAFFE, #38A6FE);
    padding-top: 50px;
    color: white;
}

.section_1 .section_1_r {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_1 img {
    width: 500px;
    max-height: 100%;
}

.sp50 {
    background: linear-gradient(to right, #FFE37C, #FFF68E);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
    color: transparent;
}

section {
    margin-bottom: 0 !important;
}

.section_2 {
    padding: 40px 0;
}

.section_2 img {
    width: 80px;
    margin-top: -30px;
}

.section_2 .section_wrapper_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_2 .section_wrapper_items .section_item {
    width: 45%;
    margin-bottom: 35px;
    background: #f3f4f5;
    text-align: center;
    padding-bottom: 20px;
}

.section_2 .section_wrapper_items .section_item h4 {
    font-size: 12px;
}

.section_2 h2 {
    font-size: 16px;
    margin-bottom: 60px;
}

.section_2 .section_wrapper_items .section_item h3 {
    font-size: 13px;
    margin-bottom: 10px;
}

.section_3 {
    background: #f3f4f5;
    padding: 20px 0;
}

h2 {
    text-align: center;
    font-size: 16px;
}

video {
    border-radius: 10px;
}

.section_4 {
    color: white;
    background: linear-gradient(to right, #1B88FF, #1782FF);
    padding: 30px 0;
}

.section_4 p {
    margin-bottom: 30px;
}

.section_4 img {
    max-width: 90%;
    width: 180px;
}

.section_4_r {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_5 {
    background: url(../img/39d537f3f9a9a1d7e5eec90d57ce88a0.png);
    width: 100%;
    height: 12rem;
    padding: 3rem 0 3rem 4rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_5 h2 {
    margin-bottom: 40px;
    color: #6b6969;
}

.section_5 .section_wrapper {
    display: flex;
    flex-direction: column;
    align-items: start
}

.section_5 .btn a {
    background: linear-gradient(to right, #6784FE, #29D3FE);
    color: white;
}

.dropdown-content {
    display: none;
    transition: all 0.3s ease;
}

.active .dropdown-content {
    display: block;
}

.toggle h3 {
    font-size: 12px;
    margin-bottom: 20px;
}

.section_6 {
    background: #f3f3f3;
    padding: 40px 0;
}

.toggle h3 {
    box-shadow: 0 0 10px rgb(243, 241, 241);
    padding: 10px;
    border-radius: 20px;
    background: white;
}

.toggle p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 20px;
}

.section_6 h6 a {
    font-size: 12px;
}

.section_7 {
    padding: 50px 0;
}

.section_7 h3 {
    font-size: 15px;
    text-align: center;
}

.section_7 a:last-of-type {
    font-size: 11px;
}

.feature {
    position: relative;
}

.other-content {
    display: none;
    width: 200px;
    position: absolute;
    z-index: 100;
    right: 40px;
    background: #f3f4f5;
    padding: 20px;
    border-radius: 10px;
    transition: display 2s ease-out;
}

.other-content.active {
    display: block;
    transition: display 2s ease-in;
}

.other-content a {
    font-size: 13px;
    color: #333;
}

.other-content span {
    margin-bottom: 10px;
    display: block;
}

footer {
    margin: 0 auto;
    width: 90%;
}

.footer_wrapper_l,
.footer_wrapper_r {
    flex: 1;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

footer img {
    width: 130px;
    height: 50px;
}

.footer_wrapper_item a {
    color: #333;
    display: block;
    margin-bottom: 15px;
}

footer p {
    max-width: 90%;
    margin: 0 auto;
}

footer h5 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

footer p:last-of-type {
    border-bottom: 1px solid #dbd6d6;
    margin-bottom: 20px;
}

.footer_wrapper_item h3 {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .section_1 .section_wrapper {
        display: flex;
        align-items: center;
    }
    h1 {
        font-size: 60px;
    }
    p {
        font-size: 16px !important;
    }
    .section_1 img {
        width: 600px;
    }
    .section_1 a {
        margin: 20px 0;
    }
    .section_2 h2 {
        font-size: 40px;
    }
    .section_2 h3 {
        font-size: 20px !important;
    }
    .section_2 h4 {
        font-size: 16px !important;
    }
    .section_3 .section_wrapper {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section_3 h2 {
        font-size: 40px;
    }
    .section_3 video {
        width: 900px;
        margin: 0 auto;
    }
    .section_4 {
        padding: 60px 0;
    }
    .section_4 .section_wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .section_4 .section_wrapper_items {
        display: flex;
        margin-bottom: 40px;
    }
    .section_4 .section_wrapper_items:last-of-type {
        flex-direction: row-reverse;
    }
    .section_4 .section_wrapper_items img {
        width: 400px;
    }
    .section_4_l,
    .section_4_r {
        flex: 1;
    }
    .section_4 .section_wrapper_items h2 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    .section_4 p {
        font-size: 16px !important;
    }
    .section_5 {
        background: url(../img/39d537f3f9a9a1d7e5eec90d57ce88a0.png);
        width: 100%;
        height: 12rem;
        padding: 3rem 0 3rem 4rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 50px 0;
        height: 60vh;
    }
    .section_7 h3 {
        font-size: 25px;
    }
    h6,
    .section_7 p {
        max-width: 800px;
        margin: 0 auto;
    }
}