#content.about_page {
    min-height: calc(100vh - 2.5rem);
    background-color: #D4D0C5;
}

.about_page #about {
    padding-top: 0;
    min-height: calc(100vh - 2.5rem);
}

.about_page .section_header {
    background-image: url(/images/fotoalbum.jpg);
    padding-top: 9.625rem;
    max-width: 100vw;
    display: flex;
    justify-content: space-evenly;
}

.about_header {
    width: 100%;
    color: #282826;
    background-color: #BAB3A0;
    font-size: 24px;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
}

.about_header .about_menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_header a {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #282826;
}

.about_header a.active {
    font-weight: bold;
}

.about_header .about_menu.lvl2 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
    text-align: center;
}

.about_header .about_menu.lvl2 a {
    color: #766258;
    font-size: 17px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
}

.about_header .about_menu.lvl3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 2px;
    text-align: center;
}

.about_header .about_menu.lvl3 a {
    color: #282826;
    font-size: 15px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
    text-transform: capitalize;
}

.about_header a:hover, .about_header .about_menu.lvl2 a:hover, .about_header .about_menu.lvl3 a:hover {
    color: #E25D34;
    text-decoration: none;
    transition: all 150ms ease 0s;
}

.about_header a:last-child {
    padding-right: 0;
    border-right: 0;
}

.about_page .about_content {
    width: 100%;
    height: 100%;
    color: #383429;
    background-color: #D4D0C5;
    padding: 60px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}

.about_content .about_item {
    max-width: 600px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 35px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.about_content .about_item:hover > a {
    opacity: 0.6;
    transition: all 550ms ease 0s;
    -webkit-transform: all 550ms ease 0s;
}

.about_content .about_item:hover p a {
    color: #E25D34;
    background-position-x: 100%;
    transition: all 550ms ease 0s;
    -webkit-transform: all 550ms ease 0s;
}

.about_content .about_item > a {
    width: 600px;
    height: 346px;
}

.about_content .about_item a img {
    vertical-align: middle;
    width: 600px;
    height: 346px;
}

.about_content .about_item p a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 21px;
    padding: 15px;
    background-color: #282826;
    background-image: url("/images/arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
    height: 50px;
}

.about_content .about_product {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.about_content .about_product:nth-child(even) .about_product_photo {
    order: 1;
    text-align: end;
}

.about_content .about_product_content {
    display: flex;
}

.about_content .about_product h3 {
    text-align: left;
    padding: 10px;
    border-bottom: 3px solid #E25D34;
    margin-bottom: 20px;
}

.about_content .about_product_photo {
    width: 65%;
    height: 350px;
    padding-right: 10px;
    text-align: start;
}

.about_content .about_product_photo img {
    width: 80%;
    height: 350px;
}

.about_content .about_product_text {
    width: 35%;
    height: 350px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;

}

.about_content .about_product_desc {
    font-style: italic;
    font-size: 18px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    text-align: left;
}

.about_content .about_product_code, .about_content .about_product_price {
    display: flex;
    padding-bottom: 5px;
}

.about_content .about_product_code span:first-child, .about_content .about_product_price span:first-child {
    width: 30%;
    text-align: left;
}

.about_content .about_product_code span:last-child, .about_content .about_product_price span:last-child {
    width: 70%;
    text-align: left;
}

.about_content .about_product_code {
    font-weight: bold;
    font-size: 16px;
}

.about_content .about_product_price {
    font-weight: bold;
    font-size: 20px;
}

.about_content .about_product_price p {
    padding-right: 20px;
    border-bottom: 2px solid #E25D34;
}

.about_content .about_product_button {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}