.about-text-image__title-image {
    text-align: center;
}

.about-text-image__title-image h2 {
    position: relative;
    font-size: 119px;
    color: var(--color-orange);
    line-height: 1em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin: 0 auto 25px;
}

.about-text-image__title-image h2 sup {
    font-size: 59px;
    color: var(--color-tertiary-gray);
    margin: 0;
    padding: 0;
    top: -3px;
    line-height: 1em;
}

.about-text-image__title-image h2 span {
    font-size: 12px;
    position: absolute;
    width: 38px;
    height: auto;
    left: 18px;
    top: 18px;
}

.about-text-image__image {
    width: 265px;
    margin: 0 auto 33px;
    position: relative;
}

.story {
    width: 156px;
    height: auto;
    display: block;
}

.story-egg {
    width: 148px;
    height: auto;
    position: absolute;
    right: -8px;
    bottom: -33px;
}

.about-text-image__text .btn-group {
    margin-right: -22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.about-text-image__text .btn-group > div {
    background: #fff;
    padding-right: 15px;
    display: block;
    z-index: 1;
}

.dots {
    width: calc(100%);
    height: 4px;
    background: linear-gradient(to right,  #f8b917 0%,#f8b917 50%,#ffffff 51%,#ffffff 100%) 0 0 repeat-x;
    background-size: 16px 4px;
    position: absolute;
    right: 0;
}

.about-text-image__text p {
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {

    .about-text-image__title-image {
        display: flex;
        gap: 38px;
        align-items: center;
    }

    .about-text-image__title-image h2 {
        font-size: 134px;
        margin: 0;
    }

    .about-text-image__title-image h2 sup {
        font-size: 67px;
    }

    .about-text-image__title-image h2 span {
        position: absolute;
        width: 38px;
        height: auto;
        left: 18px;
        top: 18px;
    }

    .about-text-image__image {
        width: 273px;
        margin: 0;
        padding-bottom: 33px;
    }


    .story-egg {
        right: 0px;
        bottom: 0;
    }

    .about-text-image__text .btn-group {
        margin-right: -0;
    }

}

@media (min-width: 1200px) {

    .about-text-image__flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }


    .about-text-image__image {
        width: 453px;
        padding-bottom: 131px;
    }

    .about-text-image__text {
        width: calc(100% - 453px);
        padding-right: 55px;
    }


    .about-text-image__text p span {
        display: block;
    }

    .story {
        width: calc(100% + 33px);
        max-width: inherit;
    }


    .story-egg {
        right: -392px;
        bottom: 0;
        width: 556px;
        max-width: inherit;

    }

    .about-text-image__text .btn-group {
        gap: 0;
        justify-content: space-between;
        margin-top: 40px;
    }

    .about-text-image__text .btn-group > div {
        padding-right: 40px;
    }

    .about-text-image__title-image h2 {
        font-size: 222px;
        margin: 0;
        line-height: 0.98;
    }

    .about-text-image__title-image h2 sup {
        font-size: 111px;
        margin-top: -10px;
    }

    .about-text-image__title-image h2 span {
        width: 70px;
        left: 35px;
        top: 106px;
    }

    .about-text-image__title-image {
        margin-bottom: 30px;
    }

}