.holtwood-one-sc-regular {
  	font-family: "Holtwood One SC", serif;
  	font-weight: 400;
  	font-style: normal;
}

.roboto-mono {
  font-family: "Roboto Mono", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

p{
	font-family: "Inter", serif;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
	}

/* home page navbar */
.hero-navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.hero-navbar.navbar-light,
.hero-navbar.navbar-dark {
    background-color: transparent !important;
    border: none !important;
}

.hero-navbar .hero-nav-link {
    color: #FFF5E1 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    transition: color 0.3s ease;
}

.hero-navbar .hero-nav-link:hover {
    color: #FFA62F !important;
}

.home-navbar .navbar-toggler-icon {
    background-color: transparent !important;
    border: none !important;
}

.home-navbar .navbar-toggler-icon:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFF5E1;
    position: absolute;
    top: 6px;
    left: 0;
}

.home-navbar .navbar-toggler-icon:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFF5E1;
    position: absolute;
    top: 14px;
    left: 0;
}

.home-navbar .navbar-toggler-icon span {
    background-color: #FFF5E1;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 0;
}






.hero-offcanvas {
    background-color: #7A4530 !important;
    border: none !important;
    box-shadow: none !important;
}

.hero-offcanvas .hero-nav-link {
    color: #FFF5E1 !important;
}

.hero-offcanvas .hero-nav-link:hover {
    color: #FFA62F !important;
}

.hero-offcanvas-close {
    filter: invert(1);
}

.hero-offcanvas-title {
    color: #FFF5E1 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.hero-offcanvas-body {
    padding: 20px !important;
}





.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFF5E1;
}

.navbar .nav-link {
    color: #982B1C;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #FFA62F;
}

.navbar-section {
    padding-top: 60px;
}

/* hero section */

.hero {
    height: 100vh;
    background: url('images/hero.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFEEAD;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 10% 5%;
	}

.hero h1 {
    font-family: 'Holtwood One SC', sans-serif;
    font-size: 5rem;
    font-weight: bold;
    margin: 5% 10% 5%;
	}

.hero p {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1.2rem;
    margin: 5% 10%;
	}

/* cta button */

.btn-cta {
    background-color: transparent;
    color: #fff5e1;
    font-size: 1.0rem;
    padding: 10px 20px;
    border: 2px solid #fff5e1;
    border-radius: 0;
    transition: all 0.3s ease;
	}

.btn-cta:hover {
    background-color: #fff5e1;
    color: #982B1C;
    border: 2px solid transparent;
	}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Holtwood One SC', sans-serif;
	}

.info-section {
    padding: 60px 0;
	background-color: #FFF5E1;
	}

.info-section h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #FF6969;
	font-family: 'Holtwood One SC', sans-serif;
	}

.info-section p {
    font-size: 1rem;
    color: #982B1C;
    margin-bottom: 0;
	}

.row{
	margin-left: 23%;
}

.bold-text{
	font-weight: bold;
}

/* discover flavours */
.info-section-2 {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.info-section-2 .section-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #982b1c;
    font-family: 'Holtwood One SC', sans-serif;
    margin-bottom: 30px;
}

.info-section-2 .text-content {
 	text-align: left;
	margin-right: 0;
	padding-left: 0;
	margin-left: 0;
}

.info-section-2 .row{
	justify-content: flex-start;
}

.info-section-2 .col-md-8 p {
    font-size: 1rem;
    color: #982B1C;
    line-height: 1.8;
	margin-left: -30%;
}

.info-section-2 .bold-text {
    font-weight: bold;
    color: #982b1c;
}

.info-section-2 .icon-link {
    display: inline-block;
    transition: transform 0.3s ease;
	margin-left: auto;
}

.info-section-2 .icon-img {
    max-width: 70%;
    transition: transform 0.3s ease;
}

.info-section-2 .icon-link:hover .icon-img {
    transform: scale(1.1);
}

.container{
	padding-left: 0;
	padding-right: 0;
}

.info-section-3 {
    padding: 60px 0;
    background-color: #FFF5E1;
}

.info-section-3 h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #982b1c;
    font-family: 'Holtwood One SC', sans-serif;
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
}

.description .text{
	color: #982B1C;
}

.cta-button {
    padding: 10px 20px;
    border: 2px solid #982b1c;
    background-color: transparent;
    color: #982b1c;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #982b1c;
    color: #FFE8C8;
}

.cta-button:active {
    transform: scale(0.98);
}



/* ORDER PAGE */

.order-page {
    font-family: 'Roboto', sans-serif;
	background-color: #FFF5E1;
}

.order-title {
    font-family: 'Holtwood One SC', serif;
    font-size: 5rem;
    margin-bottom: 3%;
	margin-top: 5%;
	text-align: center;
	color: #982B1C;
}

.order-description {
    font-size: 1rem;
    color: #982B1C;
	text-align: center;
	font-family: "Roboto Mono", serif;
	font-weight: 400;
	margin: 0.1rem 0;
}

.order-description-bold{
	font-size: 1rem;
    color: #982B1C;
	text-align: center;
	font-family: "Roboto Mono", serif;
	margin: 0.1rem 0;
	font-weight: 600;
}

/* Order Form */
.order-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%; /* 与购物车的 padding 一致 */
    font-family: "Inter", serif;
    color: #982B1C;
    margin-top: 4%;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap; /* 默认允许换行 */
}

.form-group {
    flex: 1 1 calc(33.33% - 1rem); /* 三列布局 */
    display: flex;
    flex-direction: column;
    min-width: 200px; /* 防止过度缩小 */
    box-sizing: border-box;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #982B1C;
}

.form-group input {
    border: 1px solid #982B1C;
    background-color: transparent;
    padding: 0.5rem;
    font-size: 1rem;
    color: #982B1C;
    outline: none;
    width: 100%; /* 确保输入框宽度占满父容器 */
    box-sizing: border-box; /* 包括 padding 在内 */
}

.form-group input::placeholder {
    color: #c7605f;
    font-size: 0.9rem;
    font-weight: 200;
}

.form-group input:focus {
    border-color: #c7605f;
}

/* Form Responsiveness */
@media (max-width: 1024px) {
    .form-row {
        gap: 1.5rem; /* 缩小间距 */
    }

    .form-group {
        flex: 1 1 calc(50% - 1rem); /* 每行两列布局 */
        min-width: 250px; /* 增加小屏幕下的最小宽度 */
    }
}

@media (max-width: 768px) {
    .form-row {
        gap: 1rem;
    }

    .form-group {
        flex: 1 1 100%; /* 小屏幕下每行占满 */
    }
}




/* Shopping Section */
.shopping-section {
    padding: 2rem;
    text-align: center;
    background-color: #FFF5E1;
}

.section-title, .section-title-2 {
    font-size: 2.5rem;
    color: #982B1C;
    margin-top: 2%;
    margin-bottom: 5%;
    font-family: "Holtwood One SC", serif;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* 每个卡片最小200px，自动适配列数 */
    gap: 1.5rem;
    padding: 0 5%;
}

.product-card {
    text-align: center;
    border: 1px solid #982B1C;
    border-radius: 8px;
    padding: 1rem;
    background-color: #FFFFFF;
}

.product-image {
    max-width: 20%; /* 保持现有20%比例 */
    height: auto;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}

.product-name {
    font-size: 1rem;
    color: #982B1C;
    margin-bottom: 0.5rem;
}

.quantity-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-decrease,
.btn-increase {
    border: 1px solid #982B1C;
    background-color: transparent;
    color: #982B1C;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s ease;
}

.btn-decrease:hover,
.btn-increase:hover {
    background-color: #982B1C;
    color: #FFFFFF;
}

.quantity {
    font-size: 1rem;
    color: #982B1C;
    font-family: "Roboto Mono", serif;
    min-width: 20px;
    text-align: center;
}

/* Responsive Design for Shopping Section */
@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* 缩小最小宽度 */
        gap: 1rem; /* 减少间距 */
    }

    .product-card {
        padding: 0.5rem; /* 缩小卡片内边距 */
    }

    .product-image {
        max-width: 30%; /* 调整图片比例 */
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr); /* 在小屏幕上每行显示2个产品 */
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(1, 1fr); /* 在超小屏幕上每行显示1个产品 */
    }

    .product-card {
        padding: 0.5rem; /* 再次缩小内边距 */
    }

    .product-image {
        max-width: 50%; /* 图片全宽度 */
    }
}

.order-form .submit-btn {
    border: 1px solid #982B1C;
    background-color: transparent;
    color: #982B1C;
    padding: 12px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: -3% auto 5%;
}

.order-form .submit-btn:hover {
    background-color: #982B1C;
    color: #fff5e1;
}


/* CONTACT PAGE */
.contact-section {
    background-color: #FFF5E1;
}

.contact-section .contact-section-title {
    font-family: 'Holtwood One SC', serif;
    font-size: 5rem;
    margin-bottom: 3%;
	margin-top: 5%;
	text-align: center;
	color: #982B1C;
}

.contact-section .section-title-2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #982B1C;
    margin:3% 0 7%;
	text-align: center;
	font-family: "Holtwood One SC", serif;
}

.contact-section .subtitle {
    font-size: 1rem;
    color: #A02334;
	font-family: "Roboto Mono", serif;
	margin: 0;
}

.contact-section .subtitle-bold {
    font-size: 1rem;
    color: #A02334;
	font-family: "Roboto Mono", serif;
	font-weight: 600;
	margin: 0 0 5%;
}

.icon-section .icon-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.icon-item {
    text-align: center;
    max-width: 200px;
}

.icon-item .icon-img {
    max-width: 60px;
    transition: transform 0.3s;
}

.icon-item .icon-img:hover {
    transform: scale(1.1);
}

.icon-item p {
    font-size: 0.9rem;
    color: #333;
    margin-top: 10px;
}

/* contact form */
.form-section{
	padding: 0 5%;
}

.contact-form .form-row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.contact-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
	font-family: "Inter",serif;
	color: #982B1C;
}

.contact-form .form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #982B1C;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    border: 1px solid #982b1c;
    background-color: transparent;
    padding: 0.5rem;
    font-size: 1rem;
    color: #982B1C;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #982B1C;
    font-size: 0.9rem;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    border-color: #982B1C;
}

.contact-form .submit-btn {
    border: 1px solid #982B1C;
    background-color: transparent;
    color: #982B1C;
    padding: 12px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 2% auto;
}

.contact-form .submit-btn:hover {
    background-color: #982B1C;
    color: #fff5e1;
}

/* about page */

.about-content{
	background-color: #FFF5E1;
}

.about-hero {
    height: 70vh;
    background-image: url("images/about-hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFEEAD;
    text-align: center;
    position: relative;
    padding: 10% 5%;
	}

.about-hero h1 {
    font-family: 'Holtwood One SC', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 7% 0 0;
	text-align: center;
	color: #FFEEAD;
	}

.about-hero p {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    margin: 3% 0 0;
	text-align: center;
	color: #FFEEAD;
	}

.about-hero .subtitle-normal{
	font-weight: 300;
}

.about-hero .subtitle-highlight{
	font-weight: 500;
	margin-top: -0.5%;
}

.our-story-section {
    display: flex;
    align-items: center;
    background-color: #FFF5E1;
    padding: 3rem 2rem;
    border-radius: 8px;
}

.story-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 5% auto 0;
}

.story-image {
    width: 250px;
    height: 250px;
    background-image: url('images/everyone drinking juice.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.story-image {
    clip-path: polygon(50% 0%, 100% 35%, 85% 100%, 15% 100%, 0% 35%);
    background-color: #FFD6C1;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 2rem;
    color: #982B1C;
    margin-bottom: 1rem;
    font-family: "Holtwood One SC", serif;
}

.story-text p {
    font-size: 0.9rem;
    line-height: 1.6;
	font-family: "Inter", serif;
	color: #982B1C;
	max-width: 40vw;
}

.standout-section {
    text-align: center;
	background-color: #FFF5E1;
}

.standout-section h2 {
    font-size: 2rem;
    margin: 2% 0 7%;
    color: #982B1C;
	font-family: "Holtwood One SC", serif;
}

.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
	margin-bottom: 8%;
}

.feature {
    position: relative;
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 8px;
}

.feature .title {
    font-size: 1.2rem;
	color: #FFF5E1;
	font-family: "Inter",serif;
    font-weight: 200;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.feature .description {
    position: absolute;
	font-family: "Inter",serif;
	font-weight: 200;
	color: #FFF5E1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.feature:hover .title {
    opacity: 0;
    visibility: hidden;
}

.feature:hover .description {
    opacity: 1;
    visibility: visible;
}


/* product page */
.product-hero {
    height: 70vh;
    background-image: url("images/kids juice.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFEEAD;
    text-align: center;
    position: relative;
    padding: 10% 5%;
	}

.product-hero h1 {
    font-family: 'Holtwood One SC', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 7% 0 0;
	text-align: center;
	color: #FFEEAD;
	}

.product-hero p {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    margin: 3% 0 0;
	text-align: center;
	color: #FFEEAD;
	}

.product-hero .subtitle-normal{
	font-weight: 300;
}

.product-section {
    background-color: #FFF5E1;
    text-align: center;
}

.section-header h1 {
    font-size: 2.5rem;
    color: #982B1C;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.product-details {
    margin-bottom: 3rem;
	align-items: center;
	justify-content: center;
    margin: 0 auto;
}

.product-details h2 {
    font-size: 2rem;
    color: #982B1C;
    margin-bottom: 5%;
    font-family: "Holtwood One SC", serif;
	margin-top:7%;
}

.product-details p {
    font-size: 0.9rem;
    line-height: 1.6;
	font-family: "Inter", serif;
	color: #982B1C;
	text-align: center;
	margin-top: -0.8rem;
}

.top-flavours {
    text-align: center;
    padding: 2rem 1rem;
    max-width: 90vw;
    margin: 0 auto;
}

.top-flavours h2 {
    font-size: 2rem;
    color: #982B1C;
    margin-bottom: 6%;
    font-family: "Holtwood One SC", serif;
	margin-top:1.5%;
}

.top-flavours p {
    font-size: 0.9rem;
    line-height: 1.6;
	font-family: "Inter", serif;
	color: #982B1C;
	text-align: center;
}

.flavour-cards {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.flavour-card {
    width: 30%;
    height: 200px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid transparent;
    overflow: hidden;
}

.flavour-card:nth-child(1) {
    background-image: url("images/orange.png");
}

.flavour-card:nth-child(2) {
    background-image: url("images/apple.png");
}

.flavour-card:nth-child(3) {
    background-image: url("images/cherry.png");
}

.flavour-card:hover {
    transform: scale(1.05);  /* Zoom in effect */
}

.flavour-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 245, 225, 0.6);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.flavour-card:hover .flavour-content {
    opacity: 1;
}

.flavour-description {
    font-size: 1rem;
    max-width: 80%;
    text-align: center;
    color: black;
    padding: 1rem;
}

body {
  margin: 0;
  font-family: "Inter", serif;
  background: #fff5e1;
  color: #982b1c;
  overflow-x: hidden;
}

.features-container {
  max-width: 70%;
  margin: 50px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.feature-item {
  display: flex;
  align-items: center;
  margin: 30px 0;
  opacity: 0.7;
  transform: scale(0.8);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.feature-item.active {
  transform: scale(1);
  opacity: 1;
}

/* 左右交错排列 */
.feature-item.left {
  flex-direction: row;
}

.feature-item.right {
  flex-direction: row-reverse;
}

/* 内容部分样式 */
.feature-content {
  width: 50%;
  padding: 20px;
}

.feature-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.feature-content p {
  margin: 0;
  font-size: 16px;
}

/* 图片样式 */
.feature-image {
  width: 50%;
  text-align: center;
}

.feature-image img {
  max-width: 30%;
  height: auto;
}



.cta-section {
    margin-top: 3rem;
    background-color: #FFF5E1;
    color: #982B1C;
    padding: 2rem;
	margin-bottom: 5%;
}

.cta-section h2 {
 	font-size: 2rem;
    color: #982B1C;
    font-family: "Holtwood One SC", serif;
	margin-top:0;
	margin-bottom: 6.5%;
}

.cta-button {
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    color: #982B1C;
    background-color: transparent;
    border: 1px solid #982b1c;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
    background-color: #982b1c;
    color: #fff5e1;
}




/* footer */
.footer-section{
	margin: 0;
	padding: 0;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 40px 5%;
    background-color: #982B1C;
    height: 40%;
	width: 100%;
}

.footer .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
}

.footer .column-left,
.footer .column-center,
.footer .column-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer .column-left .logo {
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 20%;
}

.footer .column-left .small-text {
    font-size: 1rem;
	font-weight: 300;
	color:#FFF5E1;
	margin-bottom: 10%;
}

.footer .column-left .icons {
    display: flex;
    justify-content:flex-start;
	gap:10px;
}

.footer .column-left .icons img{
	width: 4vw;
	height: auto;
	object-fit: contain;
}

.footer .column-center .row {
    margin: 0 0 38%;
    color: #FFF5E1;
    font-weight: 300;
    transition: color 0.3s ease, font-weight 0.3s ease;
    cursor: pointer;
}

.footer .column-center .row:hover {
    color: #FFA62F;
}

.footer .column-center .row:active {
    transform: scale(0.98);
}

.footer .column-right .section {
    margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.footer .column-right .section .title {
    font-weight: bold;
	margin-bottom: 5px;
	font-size: 1rem;
	color: #FFF5E1;
}

.footer .column-right .section .text{
	font-size: 1rem;
	margin-bottom: 5px;
	color: #FFF5E1;
	font-weight: 300;
}

.footer .column-left img {
    max-width: 200px;
}

.footer .column-center .row,
.footer .column-right .section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}