.section-committed p {
    max-width: 40ch;
    margin-inline: auto;
}

li.tabnav-item-books, li.tabnav-item-audiobooks, li.tabnav-item-app-store {
    display: none!important;
}

section.section.section-committed .button.product-gallery-item-button {
    font-weight: 600;
    background: #af1e2d;
    color: #fff;
}

section.section.section-committed .store-btn{
    margin-top: 65px;
}

@media only screen and (max-width: 1068px) {
    section.section.section-committed .store-btn{
        margin-top: 60px;
    }
}

@media only screen and (max-width: 734px) {
    section.section.section-committed .store-btn{
        margin-top: 45px;
    }
}