.photobook_see_more_container {
    margin: 80px 0 30px;
}
.photobook_see_more_container_title {
    font-size: 32px;
    line-height: 40px;
    font-family: 'empikProBold';
    letter-spacing: 0.2px;
    color: #000000;
    padding-top: 90px !important;
}

.photobook_see_more_btn {
    background: transparent;
    color: black;
    font-family: 'empikProRegular';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding: 0;
    font-weight: 400;
}

.photobook_see_more_btn:hover, .photobook_see_more_btn.active {
    color: #FF5747;
    text-decoration-line: underline;
    text-underline-offset: 5px
}

.photobook_see_more_btn_separator {
    color: #8A8A8A;
    margin: 0 10px;
}

.photobook_see_more_content {
    display: none;
    flex-direction: column;
}

.photobook_see_more_content.active {
    display: flex;
    padding-bottom: 100px;
}

.photobook_see_more_title {
    font-size: 20px;
    line-height: 24px;
    font-family: 'empikProBold';
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #000000;
    padding: 0;
    margin-top: 40px;
}

.photobook_see_more_description {
    font-size: 15px;
    line-height: 24px;
    font-family: 'empikProRegular';
    letter-spacing: 0.4px;
    color: #575757;
}

.photobook_see_more_separator {
    position: absolute;
    left: 0;
    width: 100%;
    background: #D9D9D9;
    opacity: 0.5;
}

@media screen and (max-width: 1220px) {
    .photobook_see_more_container {
        padding: 0 16px;
    }
}