.corporate-help-page .yellow {
    /*background-image: linear-gradient(var(--sun-yellow), var(--sun-yellow));*/
    /*background-size: 100% 80%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 50%;*/
    /*padding: 0 6px;*/
    /*display: inline;*/
}

.corporate-help-page .grid-container-1024 {
    row-gap: 0;
}

.corporate-help-page .hero-design {
    background-image: linear-gradient(270deg, rgba(234, 234, 234, 0) 71.79%, rgba(234, 234, 234, 0.8) 84.4%, #EAEAEA 94.99%), url(../../img/corporate_help/corporate_help_hero.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 62px;

    display: flex;
    flex-direction: column;
    margin-bottom: 105px;
}

.hero-design .breadcrumb-item + .breadcrumb-item::before {
    color: var(--black-1000);
}

.corporate-help-page .hero-design .hero-title {
    max-width: 775px;
    color: var(--black-1000);
}

.corporate-help-page .hero-design .breadcrumb-item a {
    color: var(--grey-900);
}

.corporate-help-page .hero-design .breadcrumb-item.active {
    color: var(--black-1000);
}

.corporate-help-page .hero-container {
    flex-grow: 1;
}

.corporate-help-page .hero-design .btn {
    padding: 20px 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.corporate-help-page .hero-design .breadcrumb-item + .breadcrumb-item {
    padding-left: 6px;
}


.corporate-help-page__solve-together {
    margin-bottom: 42px;
}

.corporate-help-page__solve-together-content.grid-container-1440 {
    row-gap: 54px;
}

.corporate-help-page__solve-together-title {
    grid-column: 2 / -2;
    grid-row: 1;
    display: flow-root;
}

.corporate-help-page__solve-together-title-v2 {
    grid-column: 1 / -1;
    grid-row: 1;
    display: none;
}

.corporate-help-page__solve-together-title-v2 h1 {
    font-size: clamp(1.5rem, 0.5rem + 6.5vw, 4.375rem);
}

.corporate-help-page__solve-together-title-v2 .has-margin {
    margin-left: 75px;
    /* margin-top: 24px; */
}

.corporate-help-page__solve-together-title-v2 h1 {
    text-align: left;
}

.corporate-help-page__solve-together-title h1 {
    text-align: left;
    text-indent: 10%;
}

.corporate-help-page__solve-together-title h1::before {
    content: "";
    float: left;
    width: 10%;
    height: 1.01em;
    margin-top: 2em;
    shape-outside: inset(2.8em 0 0 0);
}

.corporate-help-page__solve-together-subtitle {
    grid-column: 3 / span 3;
    grid-row: 2;
    text-align: left;
    max-width : 420px;
}

.corporate-help-page__solve-together-subtitle.subtitle-right {
    grid-column: 6 / span 5;
    max-width: unset;
    margin-left: 20px;
}

.corporate-help-page__solve-together-people {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: row;
    grid-column: 6 / span 5;
    grid-row: 2;
}

.corporate-help-page__solve-together-person {
    border-top: 1px solid var(--black-1000);
    display: flex;
    gap: 16px;
    padding-top: 8px;
    width: 100%;
}

.corporate-help-page__solve-together-person img {
    object-fit: contain;
    width: 70px;
    height: 70px;
    margin-top: 6.5px;
    border-radius: 50%;
}

.corporate-help-page__solve-together-person-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 234px;
    /* padding-right: 40px; */
}

.corporate-help-page__solve-together-person-text p {
    text-align: left;
    font-size: 18px;
}

.corporate-help-page__solve-together-person-text p:first-child {
    font-weight: 700;
    font-size: 22px;
}


.corporate-help-page__presentation-content {
    background-color: var(--sun-yellow);
    border-radius: 10px;
    padding: 10px;
    grid-column: 2 / -2;
    grid-row: 3;
    display: flex;
    align-items: center;
    gap: 40px;
}

.corporate-help-page__presentation-content > div {
    max-width: 836px;
}

.corporate-help-page__presentation-content h1 {
    margin-bottom: 27px;
    text-align: left;
    font-size: 60px;
    max-width: 500px;
}

.corporate-help-page__presentation-content p {
    margin-bottom: 48px;
    text-align: left;
    max-width: 708px;
}

.corporate-help-page__presentation img {
    max-width: 40%;
    object-fit: contain;
    border-radius: 6px;
}

.corporate-help-page__presentation .btn,
.corporate-help-page__materials .btn {
    background-color: var(--black-1000);
    color: var(--white);
    transition: all 300ms ease;
}

.corporate-help-page__presentation .btn {
    padding: 20px 44px;
}

.corporate-help-page__presentation .btn .black-icon,
.corporate-help-page__materials .btn .black-icon {
    display: none;
}


.corporate-help-page__why-should-help > h1 {
    /* grid-column: 1 / span 7; */
    grid-column: 1 / -1;
    max-width: 1000px;
    margin-bottom: 53px;
    text-align: start;
}

.corporate-help-page__why-should-help-item {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px;
    row-gap: 73px;
    border-top: 1px solid var(--black-1000);
    padding: 58px 0 56px;
}

.corporate-help-page__why-should-help-item:last-child {
    border-bottom: 1px solid var(--black-1000);
}

.corporate-help-page__why-should-help-num {
    grid-column: 1 / 1;
    grid-row: 1;
    text-align: left;
    margin-top: -8px;
}

.corporate-help-page__why-should-help-item-headers {
    grid-column: 6 / -1;
    grid-row: 1;
    text-align: left;
}

.corporate-help-page__why-should-help-item-headers * {
    text-align: left;
}

.corporate-help-page__why-should-help-item-headers h2 {
    line-height: 110%;
}

.corporate-help-page__why-should-help-item-text {
    grid-column: 6 / -1;
    grid-row: 2;
    text-align: left;
}

.corporate-help-page__why-should-help {
    margin-bottom: 108px;
}

.corporate-help-page__how-to-help h1 {
    max-width: 994px;
    margin: 0 auto;
    margin-bottom: 51px;
}

.corporate-help-page__how-to-help-content {
    gap: 10px !important;
}

.corporate-help-page__how-to-help-item {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--sun-yellow);
    border-radius: 10px;
    padding: 47px 41px 33px 40px;
    transition: background-color 0.5s ease;
    grid-column: span 4;
    gap: 24px;
}

.corporate-help-page__how-to-help-item h3 {
    text-align: left;
    /*font-size: clamp(1.5rem, 0.643rem + 1.40vw, 2.25rem);*/
    font-size: clamp(1.5rem, 0.357rem + 1.79vw, 2.5rem);
    /*font-size: 40px;*/
}

.corporate-help-page__how-to-help-item img {
    width: 30px;
    height: 30px;
    align-self: end;
}

.corporate-help-page__other-ways-left {
    grid-column: 1 / span 8;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 10px;
    margin: auto 0;
}

.corporate-help-page__other-ways-left h2 {
    grid-column: 1 / -2;
    grid-row: 1;
    text-align: left;
    margin-left: 14.5%;
    text-indent: -16.5%;
}

.corporate-help-page__other-ways-left p {
    grid-column: 2 / -3;
    grid-row: 2;
    text-align: left;
    margin: 64px 0 40px 0;
    padding-right: 10px;
}

.corporate-help-page__other-ways-left a {
    grid-column: 2 / -1;
    grid-row: 3;
    width: 175px;
    height: 64px;
    line-height: 2.3em;
    background-color: var(--black-1000);
    color: var(--white);
}

.corporate-help-page__other-ways-right {
    grid-column: 9 / -1;
}

.corporate-help-page__other-ways-img {
    width: calc(50% - 10px);
}

.corporate-help-page__other-ways-img.img-1,
.corporate-help-page__other-ways-img.img-2 {
    margin-bottom: 10px;
}

.corporate-help-page__other-ways-img.img-1,
.corporate-help-page__other-ways-img.img-3 {
    margin-right: 8px;
}

.corporate-help-page__logo-scroller h2 {
    line-height: 113%;
    max-width: 1292px;
    margin: 0 auto;
}

.corporate-help-page__logo-scroller h2 span:not(.yellow) {
    display: block;
}

.corporate-help-page__materials h1 {
    grid-row: 1;
    grid-column: 1 / -1;
    margin-bottom: 50px;
}

.corporate-help-page__materials .corporate-help-page__materials-block {
    border-radius: 10px;
    background-color: var(--sun-yellow);
    padding: 8px;
}

.corporate-help-page__materials .corporate-help-page__materials-block-inner {
    border-radius: 6px;
    padding: 33px 40px;
    border: 1px dashed var(--black-1000);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.corporate-help-page__materials .corporate-help-page__materials-block .btn {
    width: 176px;
    padding: 20px 40px;
}

.corporate-help-page__materials .corporate-help-page__materials-block.first {
    grid-row: 2;
    grid-column: 2 / span 5;
}

.corporate-help-page__materials .corporate-help-page__materials-block.second {
    grid-row: 2;
    grid-column: 7 / span 5;
}

.corporate-help-page__materials .corporate-help-page__materials-block.second h3 {
    max-width: 406px;
}

.corporate-help-page__materials .corporate-help-page__materials-block h3 {
    text-align: start;
    margin-bottom: 40px;
}

.corporate-help-page__materials .btn {
    background-color: var(--black-1000);
    color: var(--white);
}

.corporate-help-page + .support {
    margin-bottom: 0;
}