.story-banner {
    background-image: linear-gradient(to right, rgba(30, 30, 30, 0.7) 0%, rgba(30, 30, 30, 0.4) 40%, rgba(30, 30, 30, 0) 70%), url('../web-img/story/01.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    position: relative;
    display: flex;
    margin: 30px 30px;
}

.story-banner-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 100px 0px 100px 80px;
    z-index: 2;
}

.story-banner-items h1 {
    font-family: 'Garamond Regular';
    font-size: 85px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.05;
    text-align: left;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.story-banner-items p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.banner-txt-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 600px;
}

.story-sec-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.img-full {
    width: 100%;
    height: auto;
}
.img-70 {
    width: 80%;
    height: auto;
}

.grid-story-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.img-align-start {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.img-align-end {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.grid-story-txt p {
    font-size: 21.6px;
    font-weight: 400;
}

@media (max-width: 900px) {
    .story-banner {
        margin: 0px 0px;
    }
    .story-banner {
        height: 500px;
    }

    .story-banner-items {
        padding-left: 30px;
        max-width: 90vw;
    }

    .story-banner-items h1 {
        font-size: 2.5rem;
    }

    .story-banner-items p {
        font-size: 1rem;
    }

    .story-sec-two {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 0px 20px;
    }

    .grid-story-img {
        order: -1;
    }

    .grid-story-txt {
        order: 1;
    }.img-full {
        width: 100%;
        height: auto;
    }
    .img-70 {
        width: 100%;
        height: auto;
    }
}
