.section-other-image-page{
    --parent-fs: 1.2rem;
    font-size: var(--parent-fs);
    padding: 10em 0 5em 0;
}

.section-other-image-page h1{
    font-size: 3em;
}

.wrppaer-breadcrumb{
    margin-top: 1em;
}

.wrppaer-breadcrumb .breadcrumb li{
    display: inline;
    font-size: 19px;
}

.wrppaer-breadcrumb .breadcrumb li+li:last-child{
    color: var(--third-txt-color);
}

.wrppaer-breadcrumb .breadcrumb li+li::before{
    content: "/\00a0";
    padding: 0 1em;
    color: var(--second-txt-color);
}

@media screen and (max-width: 767px){
    .section-other-image-page{
        padding: 12em 0 7em 0;
    }
}