/* BASIC css start */
.listPageContainer {
    width: 100vw;
    min-width: 1024px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #edf8fd;
}

.mainIntro {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2.75rem;
    padding: 3rem 0;
    text-align: center;
}
.mainIntro .stitchTypoSvg {
    width: 18rem;
}
.mainIntro .stitchVideo {
}
.mainIntro .stitchVideo video {
    width: 100%;
    max-width: 1540px;
    overflow: hidden;
    border-radius: 1.75rem;
}
.mainIntro a {
    box-shadow: 0 0 4px #21a3d7;
    padding: 1.125rem 3rem;
    border-radius: 2rem;
    background-color: #fff;
    color: #21a3d7;
    font-weight: 600;
    margin-top: 0.5rem;
}
.mainIntro a:hover {
    background-color: #21a3d7;
    color: #fff;
}
.mainIntroMeta {
    margin-bottom: 3rem;
}

.mainIntroMeta h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #21a3d7;
}
.mainIntroMeta h5 {
    color: #21a3d7;
}
.mainIntroMeta h5 span {
    color: #21a3d7;
    font-weight: 500;
    border-bottom: 1px solid #21a3d7;
}
.mainImgs {
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 2rem;
    margin-bottom: 5rem;
}
@media (max-width: 699px) {
    .listPageContainer {
        min-width: 300px;
    }
    .mainIntro {
        gap: 1rem;
        padding: 2rem 0;
    }
    .mainIntro .stitchTypoSvg {
        width: 10rem;
    }
    .mainIntro .stitchVideo {
        width: 90%;
    }
    .mainIntro .stitchVideo video {
        border-radius: 1.5rem;
    }

    .mainIntro a {
        box-shadow: 0 0 4px #21a3d7;
        padding: 0.875rem 3rem;
        border-radius: 2rem;
        background-color: #fff;
        color: #21a3d7;
        font-weight: 600;
    }
    .mainIntro a:hover {
        background-color: #21a3d7;
        color: #fff;
    }
    .mainIntroMeta {
        margin-bottom: 3rem;
    }

    .mainIntroMeta h4 {
        font-size: 1.25rem;
    }
    .mainIntroMeta h5 {
        padding: 0 2rem;
    }
}

/* BASIC css end */

