#content {
    background-color: var(--white)
}

.customPageCenteredContent {
    background: var(--white)
}

.customPageCenteredContent {
    margin-top: 0
}

.container {
    width: 90%;
    display: flex;
    margin: 60px auto 100px;
    gap: 4%;
    margin-top: 35px;
    justify-content: space-between
}

.box {
    padding: 38px 0%;
    box-sizing: border-box;
    background-color: #fff
}

.boxTitle {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 5px
}

.productMoreInfo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: 15px;
    max-height: fit-content;
    float: left
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-top: solid 1px #B9B9B9
}

.moreInfoDiv:last-of-type {
    border-bottom: solid 1px #B9B9B9
}

.productGrouptitle {
    color: #000;
    margin: 0;
    margin-top: 12px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 17px);
    cursor: pointer
}

.openClose {
    position: absolute;
    color: #000;
    float: right;
    right: 10px;
    top: 13px;
    font-size: 14px
}

.productGroupInfo {
    width: 95%;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    height: 0;
    line-height: 17px;
    box-sizing: border-box;
    font-weight: 300;
    margin-top: 6px;
    color: #000;
    margin-left: 10px
}

@media screen and (max-width: 768px) {
    .container {
        gap:15px;
        margin: 25px auto 60px;
        flex-direction: column
    }

    .box {
        padding: 20px 5%
    }

    .boxTitle {
        font-size: 15px;
        line-height: 19px
    }

    .productGrouptitle {
        line-height: 16px;
        font-size: 13px;
    }

    #customPageTitle {
        font-size: 18px
    }
}
