.p-branding__banner {
    position: relative;
    max-width: 213px;
    width: 100%;
    margin: 0 auto 30px;
}

.p-branding__banner .b-typed {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -25px;
    padding-left: 35px;
    width: 100%;
}

.p-branding__banner .b-typed__text {
    font-size: 17px;
    line-height: 24px;
}

.p-branding__banner .typed-cursor {
    height: 24px;
}

.p-branding__banner .b-svg {
    margin: 0;
}

.p-branding__description-item {
    margin-bottom: 30px;
}

.p-branding__strategy {
    margin-bottom: 30px;
}

.p-branding__strategy h2 {
    margin-bottom: 20px;
}

.p-branding .img-title-long-text {
    margin-bottom: 20px;
}

.p-branding .b-icon {
    font-size: 32px;
    color: var(--color-white);
    width: 32px;
    margin-bottom: 10px;
}

.p-branding .par-branding__long-text {
    color: var(--color-yellow);
}

@media (min-width: 768px) {
    .p-branding .img-title-long-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .p-branding .b-icon {
        font-size: 48px;
        width: 48px;
        margin-bottom: 0;
    }

    .p-branding .inner-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px;
    }
}

@media (min-width: 1024px) {
    .p-branding__banner {
        max-width: 403px;
        margin-bottom: 30px;
    }

    .p-branding__banner .b-typed {
        margin-top: -52px;
        padding-left: 60px;
    }

    .p-branding__banner .b-typed__text {
        font-size: 32px;
        line-height: 54px;
    }

    .p-branding__banner .typed-cursor {
        height: 54px;
    }

    .p-branding .img-title-long-text {
        margin-bottom: 30px;
    }

    .p-branding .b-icon {
        font-size: 64px;
        width: 64px;
    }

    .p-branding .inner-wrap {
        padding-left: 30px;
    }

    .p-branding__strategy {
        margin-bottom: 60px;
    }
}

@media (min-width: 1234px) {
    .p-branding__banner {
        margin-bottom: 60px;
    }

    .p-branding__description-item {
        margin-bottom: 60px;
    }

    .p-branding__strategy h2 {
        margin-bottom: 53px;
    }
}