.photobook_type_container {
    background: linear-gradient(180deg, #FAF7F3 0%, rgba(255, 255, 255, 0) 100%), #FFF;
    border-radius: 27.3086px;
    padding: 32px 100px 0;
}

.photobook_first_section {
    font-family: 'empikProRegular';
    margin-bottom: 48px;
}

.photobook_type_section {
    color: #FF5747;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.photobook_type_title {
    color: #111111;
    letter-spacing: 0.2px;
    font-size: 32px !important;
    line-height: 1.2;
    margin: 24px 0;
    padding: 0 !important;
    font-family: 'empikProBold';
    max-width: 700px;
    width: 100%;
}

.photobook_type_description {
    color: #575757;
    letter-spacing: 0.4px;
    line-height: 24px;
    margin: 0;
    max-width: 540px;
    width: 100%;
}
.photobook_second_section {
    margin-bottom: 32px;
}

.photobook_second_section_boxes {
    display: flex;
    gap: 32px;
}

.photobook_second_section_box {
    display: flex;
    max-width: 472px;
    width: 100%;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.photobook_second_section_box_img {
    max-width: 201px;
    width: 100%;
    border-radius: 8px 0 0 8px;
    position: relative;
}

.photobook_second_section_box_badge {
    position: absolute;
    background: #221F9C;
    color: white;
    width: auto;
    border-radius: 35px;
    left: 16px;
    top: 16px;
    text-transform: uppercase;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2px;
    font-family: 'empikProBold';
}

.photobook_second_section_box_img img {
    object-fit: cover;
    width: 100%;
    border-radius: 8px 0 0 8px;
    height: 100%;
}

.photobook_second_section_box_details {
    display: flex;
    flex-direction: column;
    max-width: 272px;
    width: 100%;
    background: #FFFFFF;
    padding: 35px 32px 52px 32px;
    border-radius: 0 8px 8px 0;
}

.photobook_second_section_box_title {
    font-family: 'empikProBold';
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
    padding: 0;
}

.photobook_second_section_box_description {
    flex-grow: 1;
    color: #575757;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.4px;
    font-family: 'empikProRegular';
    margin: 16px 0;
    max-width: 205px;
}

.photobook_second_section_box_price_content {
    display: flex;
    margin-bottom: 24px;
}

.photobook_second_section_box_price {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    font-family: 'empikProRegular';
    margin: 0;
}

.photobook_second_section_box_price_span {
    font-family: 'empikProBold';
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    margin-left: 4px;
}

.photobook_second_section_box_new_price {
    color: #DB0032;
    margin-right: 8px;
    font-size: 20px;
    letter-spacing: 0.01em;
}

.photobook_second_section_box_old_price {
    color: grey;
    text-decoration: line-through;
    font-size: 20px;
    letter-spacing: 0.01em;
}

.photobook_second_section_box_link {
    width: 100%;
    max-width: 150px;
    height: 36px;
    background: #FF5747;
    font-size: 15px;
    font-family: empikProBold;
    border-radius: 37px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    text-decoration: none;
}

.photobook_second_section_box_link:hover {
    color: white;
}

@media screen and (max-width: 1220px) {
    .photobook_type_container {
        border-radius: 0;
    }
}

@media screen and (max-width: 800px) {
    .photobook_second_section_boxes {
        flex-direction: column
    }

    .photobook_type_title {
        font-size: 2.4rem !important;
        line-height: inherit;
    }

    .photobook_type_container {
        border-radius: 0;
        padding: 16px;
    }

    .photobook_second_section {
        display: flex;
        justify-content: center;
    }
}