.hlc-share-your-story {
    text-align: left;
    letter-spacing: 0em;
    background-color: #000;
    font-family: "HarmonyOS Sans";
    word-wrap: break-word;
    padding-top: 250px;
}

.hlc-share-your-story .hlc-container {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 18px;
    /* border: 2px solid #DEDEDE; */
    background: #FFF;
    overflow: hidden;
}

.hlc-share-your-story .hlc-container .hlc-left {
    margin: 0 auto;
    max-width: 350px;
}

.hlc-share-your-story .hlc-container .hlc-left h4 {
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    text-wrap: balance;
    text-align: left;
}

.hlc-share-your-story .hlc-container .hlc-left p {
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.hlc-share-your-story .hlc-container .hlc-left a {
    display: flex;
    max-width: 100%;
    height: 40px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid #262629;
    text-decoration: none;
    color: #262629;
    font-family: "HarmonyOS Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hlc-share-your-story .hlc-container .hlc-right {
    width: 50%;
}

.hlc-share-your-story .hlc-container .hlc-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .hlc-share-your-story {
        padding: 100px 25px 0;
    }

    .hlc-share-your-story .hlc-container {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        border-radius: 8px;
        /* border: 1px solid #DEDEDE; */
    }

    .hlc-share-your-story .hlc-container .hlc-left {
        max-width: 475px;
        padding: 30px 25px;
    }

    .hlc-share-your-story .hlc-container .hlc-left h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hlc-share-your-story .hlc-container .hlc-left p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .hlc-share-your-story .hlc-container .hlc-left a {
        max-width: 350px;
        margin: 0 auto;
        height: 32px;
    }

    .hlc-share-your-story .hlc-container .hlc-right {
        max-width: 475px;
        margin: 0 auto;
        width: 100%;
    }
}