.help_center_header {
    position: relative;
    z-index: 1;
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 44px 44px 0 44px;
}

.softbank_logo {
    width: 236px;
    height: 52px;
}

.contact_us {
    color: white;
    border: 3px solid #fff !important;
    border-radius: 5px !important;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
}
.contact_us:hover {
    background: #FFFFFF4D 0% 0% no-repeat padding-box;
    color: white !important;
}

.which_robot {
    /*background: #E6F2F3;*/
    width: 100%;
    text-align:center;
    /*padding-top: 50px;*/
}

.which_robot h2 {
    font-size: 36px;
    font-family: "DIN-2014", sans-serif;
}

.which_robot h4 {
    font-size: 18px;
    font-family: "DIN-2014", sans-serif;
}

.image-spacer {
    position: relative;
}
.image-spacer-overlay {
    position: absolute; background: #0084BD 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.38;
}

.help-section #main-content {
    background: #E6F2F3;
    padding: 100px 0 !important;
}

.help-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 63px;
    box-shadow: 0px 9px 12px #30465933;
    padding: 63px 149px 80px 100px;
}
.help-container {
    display: flex;
}
.breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
}
.breadcrumbs a, .breadcrumbs span {
    font-family: "DIN-2014", sans-serif;
    font-size: 20px;
    text-transform: none;
}
.breadcrumbs i {
    font-size: 20px;
}
.breadcrumbs a {
    color: #0084BD;
}

.help-content {
    flex: 1 auto;
    padding-left: 134px;
}
.help-wrapper .title-wrapper {
    display: flex;
}
.help-wrapper .title-wrapper .title-container {
    display: flex;
    flex-direction: column;
}
.help-wrapper  h2 {
    font-family: "DIN-2014", sans-serif;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-self: center;
}
.help-content p, .help-wrapper p, .help-content ul, .help-content ol {
    font-family: "DIN-2014", sans-serif;
    font-size: 14px;
}
.help-content .hs-embed-wrapper {
    margin-bottom: 25px !important;
}
.help-content h4, .help-content h3 {
    font-family: "DIN-2014", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* More Questions */
.more_questions {
    background: #E6F2F3;
    width: 100%;
    text-align: center;
    /* padding-top: 50px; */
    position: relative;
}

.more_questions h2 {
    font-size: 36px;
}

.more_questions h4 {
    font-size: 14px;
}

.whiz_background_image_1 {
    position: absolute;
    z-index: 1;
    transform: rotate(59deg);
    max-width: 403px;
    max-height: 373px
    top: 0px;
}

.whiz_background_image_2 {
    position: absolute;
    z-index: 1;
    transform: rotate(26deg);
    max-width: 403px;
    max-height: 373px;
    bottom: 0px;
}

.questions {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-height: 1100px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.question {
    height: 304px;
    width: 304px;
    border-radius: 25px;
    background-color: white;
    margin-bottom: 40px;
    box-shadow: 0px 9px 12px #3737372B;

    padding-top: 50px;
}

.question p {
    font: normal normal bold 22px/28px "DIN 2014";
    padding: 0px 21px 30px 21px;
}

.help-center-footer {
    display: flex;
    padding: 44px;
}

.footer_social_share_row a {
    color: #304659;
    font-size: 24px;
    margin-right: 5px;
}
.footer_nav_column {
    margin-bottom: 44px;
}

.footer_nav_column li {
    display: inline-block;
    padding: 0 5px;
}

.footer_nav_column li:first-of-type {
    padding-left: 0;
}

.footer_nav_column a {
    font-size: 14px;
    color: #304659;
}

.copyright_column {
    font-size: 14px;
    color: #B6B9BC;
    display: flex;
}

.policies_nav_column {
    margin-left: 50px;
}

.policies_nav_column a {
    color: #B6B9BC;
}

@media (max-width: 768px) {
    .nav {
        padding: 25px 20px 5px;
    }
    .nav img {
        width: 130px !important;
        height: 29px;
    }

    .help-wrapper {
        border-radius: 0;
        padding: 25px;
    }
    .help-container {
        flex-wrap: wrap;
    }
    .help-content {
        flex: 1;
        padding-left: 20px;
    }
    .help-wrapper .title-wrapper .title-container {
        padding-left: 25px;
    }
}

@media (max-width: 400px) {
    .help-wrapper {
        padding: 15px;
    }
    .breadcrumbs {
        gap: 5px;
    }
    .breadcrumbs a, .breadcrumbs span, .breadcrumbs i {
        font-size: 15px;
    }
    .help-content {
        padding-left: 0;
        width: 100%;
    }
}