@font-face {
    font-family: "Lora";
    src: url("/fonts/Lora-VariableFont_wght.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
body {
    width: 100%;
    font-family: "Inter", serif;
    font-size: 16px;
    color: #4b5563;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 600px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
h2 {
    font-family: "Lora", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #1f2937;
    margin-top: 0px;
    margin-bottom: 48px;
    text-align: center;
}
h2:after {
    display: block;
    content: ' ';
    width: 80px;
    height: 4px;
    margin-top: 16px;
    background: #BB9121;
    margin-left: auto;
    margin-right: auto;
}
h3 {
    font-family: "Lora", serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 16px;
}
h4 {
    color: #1f2937;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 16px;
}
p {
    margin: 0 0 16px;
    line-height: 1.5;
}
header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dfdee2;
    z-index: 50;
    top: 0px;
    position: sticky;
}
header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
header nav {
    display: flex;
    flex: 1 1 auto;
    order: 2;
    justify-content: flex-end;
}
header .logo-112,
header .logo-96,
header .logo-80 {
    display: none;
    flex: 0 1 auto;
    order: 1;
    text-align: center;
}
header .logo-112 {
    display: inline-block;
}
header .logo-112 img {
    display: block;
    margin: 0px auto;
    width: 160px;
    height: auto;
}
header .logo-80 img {
    display: block;
    margin: 0px auto;
    width: 115px;
    height: auto;
}
header .mobile-menu {
    display: none;
}
header .mobile-menu.open {
    display: block;
}
header .mobile-menu-container {
    display: flex;
    flex-direction: column;
    padding: 8px 15px;
}
header .mobile-menu a {
    font-family: "Lora", serif;
    text-decoration: none;
    font-size: 18px;
    line-height: 32px;
    color: #1f2937;
}
header .mobile-menu-button {
    display: none;
    position: absolute;
    right: 15px;
}
header .mobile-menu-button .mobile-menu-button-icon {
    width: 21px;
    height: 19px;
    position: relative;
}
header .mobile-menu-button .mobile-menu-button-icon span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 21px;
    border-radius: 2px;
    background: #020202;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
}
header .mobile-menu-button .mobile-menu-button-icon span:nth-child(1) {
    top: 0px;
}
header .mobile-menu-button .mobile-menu-button-icon span:nth-child(2) {
    top: 8px;
}
header .mobile-menu-button .mobile-menu-button-icon span:nth-child(3) {
    top: 16px;
}
header .mobile-menu-button .mobile-menu-button-icon.open span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}
header .mobile-menu-button .mobile-menu-button-icon.open span:nth-child(2) {
    display: none;
}
header .mobile-menu-button .mobile-menu-button-icon.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}
header nav a {
    font-family: "Lora", serif;
    text-decoration: none;
    margin-right: 36px;
    font-size: 21px;
    color: #1f2937;
}
header nav a:hover {
    color: #BB9121;
}
header nav a:last-child {
    margin-right: 0;
}
.main-page-link {
    margin: 128px 0 0;
    text-align: center;
}
.main-page-link a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    color: #4b5563;
    background: #fff;
    border: 1px solid #4b5563;
    border-radius: 24px;
    padding: 12px 24px;
}
.main-page-link a:hover {
    color: #fff;
    background: #BB9121;
    border: 1px solid #BB9121;
}
.main-banner {
    background-position: center;
    background-size: cover;
    height: 650px;
    position: relative;
    margin-bottom: -64px;
}
.main-banner .overlay {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    inset: 0px;
}
.main-banner .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.main-banner .content {
    max-width: 700px;
    z-index: 10;
}
.main-banner .content h2 {
    font-family: "Lora", serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
    text-align: left;
}
.main-banner .content h2:after {
    display: none;
}
.main-banner .content p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin: 0 0 24px;
}
.button {
    display: inline-block;
    text-decoration: none;
    transition-duration: 300ms;
    background-color: #BB9121;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
}
#about {
    padding: 128px 0 0 0;
}
#about .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#about .video {
    width: 100%;
    padding: 0 0 48px;
    text-align: center;
}
#about .video video{
    width: 848px;
    max-width: 100%;
}
#about .text {
    width: 100%;
}
#about .text ul {
    margin-bottom: 24px;
}
#about .text ul li {
    margin-bottom: 3px;
}
#services {
    padding: 128px 0 0 0;
}
#services .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#services .services-item {
    display: block;
    width: 32%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    overflow: hidden;
    text-decoration: none;
    color: #4b5563;
}
#services .services-item:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.5);
}
#services .services-item img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}
#services h3 {
    font-size: 21px;
    line-height: 24px;
}
#services .services-item .description {
    padding: 24px;
}
#services .services-item .description  p {
    margin: 0;
    line-height: 1.33;
}
#portfolio {
    padding: 128px 0 0 0;
}
#portfolio h2 {
    margin-bottom: 16px;
}
#portfolio .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    text-align: center;
}
#portfolio .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#portfolio .portfolio-item {
    display: block;
    width: 16%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    overflow: hidden;
    text-decoration: none;
    color: #4b5563;
}
#portfolio .portfolio-item:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.5);
}
#portfolio .portfolio-item img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}
#portfolio h3 {
    font-size: 21px;
    line-height: 24px;
    margin: 0;
}
#portfolio .portfolio-item .description {
    padding: 24px;
    text-align: center;
}
#portfolio .portfolio-item.description  p {
    margin: 0;
    line-height: 1.33;
}
#order {
    padding: 128px 0 0 0;
}
#order h2 {
    margin-bottom: 16px;
}
#order .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    text-align: center;
}
#order .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#order .step {
    width: 23%;
    text-align: center;
}
#order .step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #fffbeb;
    border-radius: 9999px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
#order .step-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #BB9121;
}
#order .faq {
    padding: 32px;
    background-color: #fffbeb;
    border-radius: 8px;
    width: 100%;
    max-width: 896px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
}
#order .faq h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}
#order .faq .faq-item {
    padding: 16px 0;
    border-color: #e5e7eb;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
}
#order .faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 0;
    background: none;
    text-align: left;
    padding: 0;
    cursor: pointer;
}
#order .faq .faq-question span {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}
#order .faq .faq-answer {
    margin-top: 8px;
}
#order .faq .faq-answer.hidden {
    display: none;
}
#feedback {
    padding: 128px 0 0 0;
}
#feedback h2 {
    margin-bottom: 16px;
}
#feedback .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    text-align: center;
}
#feedback .contact-form {
    width: 100%;
    max-width: 896px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
}
#feedback .contact-form .form-group {
    margin-bottom: 24px;
}
#feedback .contact-form .form-group label {
    color: #374151;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
#feedback .contact-form .form-group input,
#feedback .contact-form .form-group textarea {
    padding: 8px 16px;
    border-color: #d1d5db;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    width: 100%;
}
#feedback .contact-form button {
    font-size: 16px;
    text-decoration: none;
    transition-duration: 300ms;
    background-color: #BB9121;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}
#contact {
    padding: 128px 0;
}
#contact .flex {
    display: flex;
    flex-direction: row;
}
#contact .flex .left {
    width: 50%;
}
#contact .flex .right {
    width: 50%;
}
#contact .contacts {
    padding: 0 32px 0 0;
}
#contact .contacts .contact-item {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
#contact .contacts .contact-item:first-child {
    margin-top: 0;
}
#contact .contacts .contact-item .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fffbeb;
    border-radius: 9999px;
    margin-right: 16px;
}
#contact .contacts .contact-item .contact-icon.location:before {
    display: block;
    content: ' ';
    width: 20px;
    height: 20px;
    background-image: url(/images/icons-location-50.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#contact .contacts .contact-item .contact-icon.phone:before {
    display: block;
    content: ' ';
    width: 20px;
    height: 20px;
    background-image: url(/images/icons-phone-50.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#contact .contacts .contact-item .contact-icon.email:before {
    display: block;
    content: ' ';
    width: 20px;
    height: 20px;
    background-image: url(/images/icons-email-50.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#contact .contacts .contact-item .contact-icon.time:before {
    display: block;
    content: ' ';
    width: 20px;
    height: 20px;
    background-image: url(/images/icons-time-50.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#contact .contacts .contact-item h4 {
    margin: 0;
    color: #1f2937;
}
#contact .contacts .contact-item p {
    margin: 0;
}
#home-textiles {
    padding: 32px 0 96px;
}
#home-textiles h2 {
    margin-bottom: 16px;
}
#home-textiles .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#home-textiles .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 64px;
}
#home-textiles .content .image {
    width: 33%;
    overflow: hidden;
}
#home-textiles .content .image .img {
    background-image: url(/images/home-textiles.jpg);
    background-position: center;
    background-size: cover;
    height: 550px;
}
#home-textiles .content .text {
    width: 67%;
    padding: 0 0 0 64px;
}
#home-textiles .text ul {
    margin-bottom: 24px;
}
#home-textiles .text ul li {
    margin-bottom: 3px;
    line-height: 1.5;
}
#home-textiles p {
    text-align: justify;
    line-height: 1.5;
}
#home-textiles p:last-child {
    margin: 0;
}
#linen {
    padding: 32px 0 96px;
}
#linen h2 {
    margin-bottom: 16px;
}
#linen .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#linen .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 64px;
}
#linen .content .image {
    width: 33%;
    overflow: hidden;
}
#linen .content .image .img {
    background-image: url(/images/linen.jpg);
    background-position: center;
    background-size: cover;
    height: 550px;
}
#linen .content .text {
    width: 67%;
    padding: 0 0 0 64px;
}
#linen .text ul {
    margin-bottom: 24px;
}
#linen .text ul li {
    margin-bottom: 3px;
    line-height: 1.5;
}
#linen p {
    text-align: justify;
    line-height: 1.5;
}
#linen p:last-child {
    margin: 0;
}
#portfolio-bedroom {
    padding: 32px 0 96px;
}
#portfolio-bedroom h2 {
    margin-bottom: 16px;
}
#portfolio-bedroom .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#portfolio-bedroom .portfolio-bedroom-item {
    height: 600px;
    background-color: #fff;
}
#portfolio-bedroom .portfolio-bedroom-item img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
#portfolio-children {
    padding: 32px 0 96px;
}
#portfolio-children h2 {
    margin-bottom: 16px;
}
#portfolio-children .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#portfolio-children .portfolio-children-item {
    height: 600px;
    background-color: #fff;
}
#portfolio-children .portfolio-children-item img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
#portfolio-livingroom {
    padding: 32px 0 96px;
}
#portfolio-livingroom h2 {
    margin-bottom: 16px;
}
#portfolio-livingroom .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#portfolio-livingroom .portfolio-livingroom-item {
    height: 600px;
    background-color: #fff;
}
#portfolio-livingroom .portfolio-livingroom-item img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
#portfolio-kitchen {
    padding: 32px 0 96px;
}
#portfolio-kitchen h2 {
    margin-bottom: 16px;
}
#portfolio-kitchen .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#portfolio-kitchen .portfolio-kitchen-item {
    height: 600px;
    background-color: #fff;
}
#portfolio-kitchen .portfolio-kitchen-item img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
#portfolio-office {
    padding: 32px 0 96px;
}
#portfolio-office h2 {
    margin-bottom: 16px;
}
#portfolio-office .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#portfolio-office .portfolio-office-item {
    height: 600px;
    background-color: #fff;
}
#portfolio-office .portfolio-office-item img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
#portfolio-bathroom {
    padding: 32px 0 96px;
}
#portfolio-bathroom h2 {
    margin-bottom: 16px;
}
#portfolio-bathroom .h2-description {
    width: 100%;
    max-width: 672px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    text-align: center;
}
#portfolio-bathroom .portfolio-bathroom-item {
    height: 600px;
    background-color: #fff;
}
#portfolio-bathroom .portfolio-bathroom-item img {
    height: 600px;
    width: auto;
    margin: 0 auto;
}
footer {
    background-color: #f1f1f1;
    color: #494842;
    padding: 48px 0;
}
footer .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .footer-column:nth-child(1) {
    width: 25%;
}
footer .footer-column:nth-child(2) {
    width: 15%;
}
footer .footer-column:nth-child(3) {
    width: 25%;
}
footer .footer-column:nth-child(4) {
    width: 25%;
}
footer a {
    text-decoration: none;
    color: #4b5563;
}
footer a:hover {
    color: #BB9121;
}
footer address p {
    margin: 0 0 8px;
}
footer p {
    color: #494842;
    margin: 0;
    font-style: normal;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-top: 8px;
}
.owl-item {
    opacity: 0.1;
    transition-duration: 300ms;
}
.owl-item.center {
    opacity: 1;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 25px);
    left: 0;
}
.owl-prev {
    position: absolute;
    left: 0;
}
.owl-next {
    position: absolute;
    right: 0;
}
.owl-prev span,
.owl-next span {
    display: none;
}
.owl-prev:before,
.owl-next:before {
    display: block;
    content: ' ';
    width: 50px;
    height: 50px;
    background-image: url(/images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 300ms;
    opacity: 0.5;
}
.owl-prev:hover:before,
.owl-next:hover:before {
    opacity: 1;
}
.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.15;
}
.owl-prev {
    left: 16px;
}
.owl-next {
    right: 16px;
}
.owl-prev:before {
    transform: scale(-1, 1);
}
@media (max-width: 1200px) {
    #portfolio .flex {flex-wrap: wrap;}
    #portfolio .portfolio-item {width: 32%;margin: 0 0 16px;}
}
@media (max-width: 1000px) {
    header nav {display: none;}
    header .mobile-menu-button {display: block;}
    
    footer .flex {flex-wrap: wrap;}
    footer .footer-column:nth-child(1) {width:48%;}
    footer .footer-column:nth-child(2) {width:48%;}
    footer .footer-column:nth-child(3) {width:48%;margin: 32px 0 0;}
    footer .footer-column:nth-child(4) {width:48%;margin: 32px 0 0;}
}
@media (max-width: 600px) {
    header .logo-112, header .logo-96 {display: none;}
    header .logo-80 {display: inline-block;}
    
    .main-banner {height: 350px;}    
    .main-banner .content p {font-size: 16px;line-height: 21px;}
    .main-banner .content {text-align: center;}
    .main-banner .content h2 {font-size: 32px;text-align:center;}
    .main-banner {margin-bottom: -32px;}
    
    .main-page-link {margin: 64px 0 0;}
    
    .owl-nav {top: calc(50% - 15px);}
    .owl-prev:before, .owl-next:before {width:30px;height:30px;opacity:0.75;}
    .owl-prev:hover:before, .owl-next:hover:before {opacity:0.75;}
    
    #about, #services, #portfolio, #order, #feedback {padding: 64px 0 0 0;}
    #contact {padding: 64px 0;}
    
    #services .flex {flex-direction:column;}
    #services .services-item {width: 100%;margin: 0 0 16px;}
    
    #portfolio .flex {flex-wrap: wrap;}
    #portfolio .portfolio-item {width: 48%;margin: 0 0 16px;}
    
    #order .flex {flex-direction:column;}
    #order .step {width: 100%;margin: 0 0 16px;}
    
    #contact .flex {flex-direction:column;}
    #contact .contacts {padding: 0 0 32px;}
    #contact .flex .left {width:100%;}
    #contact .flex .right {width: 100%;}
    
    #home-textiles {padding: 24px 0 64px;}
    #home-textiles .h2-description {margin-bottom: 32px;}
    #home-textiles .content {flex-direction:column;}
    #home-textiles .content .image {width: 100%;}
    #home-textiles .content .text {width: 100%;padding: 32px 0 0 0;}
    
    #linen {padding: 24px 0 64px;}
    #linen .h2-description {margin-bottom: 32px;}
    #linen .content {flex-direction:column;}
    #linen .content .image {width: 100%;}
    #linen .content .text {width: 100%;padding: 32px 0 0 0;}
    
    #portfolio-bedroom {padding: 24px 0 64px;}
    #portfolio-bedroom .h2-description {margin-bottom: 32px;}
    #portfolio-bedroom .portfolio-bedroom-item {height: 450px;}
    #portfolio-bedroom .portfolio-bedroom-item img {height: 450px;}
    
    #portfolio-children {padding: 24px 0 64px;}
    #portfolio-children .h2-description {margin-bottom: 32px;}
    #portfolio-children .portfolio-children-item {height: 450px;}
    #portfolio-children .portfolio-children-item img {height: 450px;}
    
    #portfolio-livingroom {padding: 24px 0 64px;}
    #portfolio-livingroom .h2-description {margin-bottom: 32px;}
    #portfolio-livingroom .portfolio-livingroom-item {height: 450px;}
    #portfolio-livingroom .portfolio-livingroom-item img {height: 450px;}
    
    #portfolio-kitchen {padding: 24px 0 64px;}
    #portfolio-kitchen .h2-description {margin-bottom: 32px;}
    #portfolio-kitchen .portfolio-kitchen-item {height: 450px;}
    #portfolio-kitchen .portfolio-kitchen-item img {height: 450px;}
    
    #portfolio-office {padding: 24px 0 64px;}
    #portfolio-office .h2-description {margin-bottom: 32px;}
    #portfolio-office .portfolio-office-item {height: 450px;}
    #portfolio-office .portfolio-office-item img {height: 450px;}
    
    #portfolio-bathroom {padding: 24px 0 64px;}
    #portfolio-bathroom .h2-description {margin-bottom: 32px;}
    #portfolio-bathroom .portfolio-bathroom-item {height: 450px;}
    #portfolio-bathroom .portfolio-bathroom-item img {height: 450px;}
    
    footer .flex {flex-wrap: wrap;}
    footer .footer-column:nth-child(1) {display:none;}
    footer .footer-column:nth-child(2) {width:100%;}
    footer .footer-column:nth-child(3) {width:100%;margin: 32px 0 0;}
    footer .footer-column:nth-child(4) {width:100%;margin: 32px 0 0;}
}