.wide-content h1.main {
    font-family: 'Work Sans', sans-serif;
    font-size: 500%;
    margin: 30px 0 0 0;
    padding: 0;
    letter-spacing: 3px;
    color: white;
    border: none;
    text-align: center;
}
.wide-content h1.main span {
    padding: 0.01em 0.1em;
    display: inline-block;
    color: black;
}

.wide-content h2.main {
    font-family: 'Work Sans', sans-serif;
    font-size: 260%;
    font-weight: normal;
    padding: 0;
    margin: 0.5em 0 0 0;
    text-align: center;
}
.wide-content h2.main span.txt {
    padding: 0.01em 0.1em;
    display: inline-block;
}
.wide-content h2.main span.nobr {
    white-space: nowrap;
}

.wide-content .front {
    margin: 0 auto 4em auto;
    display: table;
}
.wide-content .front ul {
    display: table-row;
    text-align: center; 
    padding: 0;
    margin: 0;
}
.wide-content .front ul li {
    list-style-type: none;
    text-align: left;
    display: table-cell; 
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.wide-content .front img {
    width: 200px;
    height: 200px;
    border-radius: 16px;
}
.wide-content .front p {
    font-size: 150%;
}

div.global1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4em;
    text-align: center;
}

div.global1 div.glob {
    display: flex;
    /* justify-content: flex-start;  */
    flex-direction: column;
    justify-content: space-between;
    justify-content: flex-start; 
    align-items: center;
    padding: 0.5em;
    /* border: 1px dashed lightgray; */
    background-color: rgb(243, 247, 248);
    border-radius: 0.5em;
    width: 25%;
    min-height: 200px;
    box-sizing: border-box;
    cursor: pointer;
}

div.global1.transparent div.glob {
    background: transparent;
}

div.global1 div.glob img.main {
    max-width: 60%;
    height: auto;
    border-radius: 0.5em;
}

div.global1 div.glob img.book-preview {
    width: auto;
    max-height: 300px;
}

div.global1 div.glob p.desc {
    padding: 0 2em;
}

div.global1-mini {
    gap: 2em;
    margin-top: 8em;
    background: #f5f5ea;
    padding: 4em 0;
}

div.global1-mini div.glob {
    width: 15%;
    min-height: 200px;
    background: transparent;
}

div.global1 div.glob h3 a {
    text-decoration: none;
    color: black;
    display: block;
}

div.global1 div.glob:hover h3 a {
    color: #ff3333;
}

div.big-photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.big-photo img {
    max-width: 1000px;
    height: auto;
}

div.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4em;
    text-align: center;
}

div.logos div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    width: 25%;
    min-height: 200px;
    box-sizing: border-box;
    cursor: pointer;
}

div.logos div a::after {
    content: "";
    cursor: pointer;
}

div.logos div img {
    max-width: 300px;
    cursor: pointer;
    max-height: 120px;
}

div.logos2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2em;
    text-align: center;
}

div.logos2 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    width: 15%;
    min-height: 150px;
    box-sizing: border-box;
    cursor: pointer;
}

div.logos2 div img {
    max-width: 300px;
    cursor: pointer;
    max-height: 120px;
}

div.logos2 div a::after {
    content: "";
    cursor: pointer;
}

p.appstore {
    text-align: center;
}
p.appstore a::after {
    content: "";
}

@media screen and (max-width: 1000px) {
    .wide-content h1.main {
        font-size: 400%;
        margin: 30px 0 0 0;
    }
    .wide-content h2.main {
        font-size: 200%;
    }
    .wide-content .front img {
        width: 220px;
        height: 220px;
    }
    .wide-content .front p {
        font-size: 120%;
    }

    div.global1 div.glob {
        width: 40%;
    }
    div.global1 div.glob img.main {
        max-width: 80%;
        height: auto;
        border-radius: 0.5em;
    }
}

@media screen and (max-width: 850px) {
    .wide-content h1.main {
        font-size: 350%;
        margin: 20px 0 0 0;
    }
    .wide-content h2.main {
        font-size: 200%;
    }
    .wide-content .front img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 600px) {
    .wide-content h1.main {
        font-size: 300%;
        margin: 5px 0 0 0;
        text-align: center;
    }
    .wide-content h2.main {
        font-size: 200%;
        text-align: center;
    }
    .wide-content h1.main span {
        display: block;
    }
    .wide-content h2.main span.txt {
        display: block;
    }
    .wide-content .front img {
        width: 150px;
        height: 150px;
    }

    .wide-content .front ul {
        display: block;
    }
    .wide-content .front ul li {
        text-align: center;
        display: inline; 
    }

    div.global1 div.glob {
        width: 90%;
    }

    div.global1 div.glob img.main {
        max-width: 80%;
        height: auto;
        border-radius: 0.5em;
    }
}

