/*
Theme Name: WPLite
Theme URI: https://ideamaker.agency
Author: IdeaMaker
Author URI: https://ideamaker.agency
Description: A custom WordPress theme developed by IdeaMaker Agency.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wplite
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* # Defaults
---------------------------------------------------------------------------------------------------- */
body main,
body main > div {
	font-size: 17px;
}

body {
	font-family: 'Mulish', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	margin: 0;
	color: #12141d;
	line-height: 1.2;
}

main h1 {
	font-size: 50px;
	line-height: 1.3;
}

main h2 {
	font-size: 42px;
}

main h3 {
	font-size: 21px;
	line-height: 1.5;
}

main h4 {
	font-size: 19px;
}

main h5 {
	font-size: 18px;
}

main h6 {
	font-size: 17px;
}

main p {
	margin-bottom: 10px;
}

main p:last-of-type {
	margin-bottom: 0;
}

main section ul {
	margin: 0;
	padding: 0 0 0 30px;
}

main section ol.heading-number li::marker {
	font-size: 21px;
	font-weight: 700;
}

main img {
	height: auto;
	max-width: 100%;
}

main .btn {
	padding: 16px 48px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	border-radius: 10px;
	border: 1px solid;
}

main .btn.btn-primary {
	background-color: #109191;
	border-color: #109191;
	color: #ffffff;
}

main .btn.btn-primary:focus,
main .btn.btn-primary:hover {
	background-color: #ffffff00;
	color: #109191;
}

main .btn.btn-outline-primary {
	background-color: #ffffff00;
	border-color: #109191;
	color: #109191;
}

main .btn.btn-outline-primary:focus,
main .btn.btn-outline-primary:hover {
	color: #ffffff;
	background-color: #109191;
}

main .btn.btn-secondary {
	background-color: #FFAC86;
	border-color: #FFAC86;
	color: #130D3A;
}

main .btn.btn-secondary:focus,
main .btn.btn-secondary:hover {
	background-color: #130D3A00;
	color: #FFAC86;
}

main .btn.btn-outline-secondary {
	background-color: #130D3A00;
	color: #FFAC86;
	border-color: #FFAC86;
}

main .btn.btn-outline-secondary:focus,
main .btn.btn-outline-secondary:hover {
	background-color: #FFAC86;
	color: #130D3A;
}

main .btn.rounded-top-right-0 {
	border-top-right-radius: 0;
}

main .btn.rounded-top-left-0 {
	border-top-left-radius: 0;
}

main .btn.rounded-start-pill {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
}

main .btn.rounded-end-pill {
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

section {
	padding: 100px 0;
	background-color: #ffffff;
}

main .col {
	flex: 0 0 auto;
}

.subtitle {
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.call-to-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.call-to-actions .btn span {
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.5px;
	width: 100%;
	display: block;
	left: 0;
	top: 120%;
}

/* # WPCF7 Forms
---------------------------------------------------------------------------------------------------- */

/* # Header Navigation
---------------------------------------------------------------------------------------------------- */
.header.navbar {
	padding: 40px 0;
	background-color: #FAFAFA;
}

.header.navbar .navbar-brand {
	padding: 0;
}

.header.navbar .navbar-nav .nav-item .nav-link {
	padding: 16px 23px;
	color: #12141D;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 1;
}

.header.navbar .navbar-nav .nav-item .nav-link:focus,
.header.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #FFAC86;
}

.header.navbar .navbar-nav .nav-item#nav-item-30 .nav-link {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	padding: 16px;
	margin-left: 23px;
	background-color: #109191;
	border-radius: 0px 50px 50px 10px;
	color: #ffffff;
}

.header.navbar .navbar-nav .nav-item#nav-item-30 .nav-link:focus,
.header.navbar .navbar-nav .nav-item#nav-item-30 .nav-link:hover {
	background-color: #FFAC86;
	color: #130D3A;
}

.header.navbar .navbar-nav .dropdown .dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header.navbar .navbar-nav .dropdown .dropdown-toggle svg.bi-chevron-up {
	display: none;
}

.header.navbar .navbar-nav .dropdown .sub-menu {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #fdfdfd;
	box-shadow: 0px 12px 16px -4px #24242414, 0px 4px 6px -2px #24242408;
	font-family: 'Inter', sans-serif;
	padding: 15px 0;
}

.header.navbar .navbar-nav .dropdown .sub-menu li {
	list-style-type: none;
	position: relative;
}

.header.navbar .navbar-nav .dropdown .sub-menu li a {
	padding: 12px 25px;
	display: block;
	color: #000000;
}

.header.navbar .navbar-nav .dropdown .sub-menu li a:focus,
.header.navbar .navbar-nav .dropdown .sub-menu li a:hover {
	background-color: #F8F8F8;
}

.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu {
	padding: 0;
	right: -135px;
	top: -9px;
	background-color: #ffffff00;
	box-shadow: none;
	padding-left: 14px;
}

.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li {
	padding: 12px;
	background-color: #ffffff;
}

.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li a {
	padding: 9px;
}

/* # Page Sections
---------------------------------------------------------------------------------------------------- */

/* ## Hero Section
------------------------------------------------ */
.hero-section {
	background-color: #FAFAFA;
	padding: 40px 0 100px;
	overflow-x: hidden;
	border-bottom-left-radius: 50% 27px;
}

.hero-section.no-image {
	padding: 20px 0 50px;
	border-bottom-left-radius: 50% 14px;
}

.hero-section .col:first-child {
	width: 55%;
}

.hero-section .col:last-child {
	width: 45%;
}

.hero-section .star-reviews {
	gap: 5px;
	padding: 10px 18px;
	background-color: #ffffff;
	border: 1px solid #FFAC86;
	border-radius: 50px;
}

.hero-section .star-reviews svg {
	color: #FFAC86;
	width: 19px;
	height: 19px;
}

.hero-section .star-reviews span {
	display: block;
	margin-left: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.5px;
	opacity: 0.7;
}

.hero-section .row.align-items-center h1 {
/* 	margin-top: 10px; */
	margin-bottom: 35px;
}

.hero-section .row.text-center h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 80px;
	line-height: 1.1;
}

.hero-section p,
.hero-section ul li {
	font-size: 20px;
	letter-spacing: -0.5px;
	opacity: 0.7;
}

.hero-section img:not(img.hero-bg-img) {
	width: 399px;
	border-radius: 20px;
	box-shadow: 10px 10px 10px 0px #c1c1c140;
	z-index: 10;
	position: relative;
}

.hero-section img.hero-bg-img {
	position: absolute;
	top: 50px;
	left: 45px;
}

/* ## Numbers Banner Section
------------------------------------------------ */
.numbers-banner {
	padding: 70px 0;
	display: none;
}

.numbers-banner .container {
	max-width: 940px;
}

.numbers-banner .col-12.d-flex {
	justify-content: space-between;
	gap: 150px;
}

.numbers-banner p {
	gap: 18px;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 19px;
	letter-spacing: -0.2px;
	color: #161C2D;
}

.numbers-banner p span {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1.8px;
}

.numbers-banner-columns {
	padding-bottom: 90px;
/* 	background-color: #F9FAFB;
	border-top-left-radius: 25% 66px;
    border-top-right-radius: 75% 106px; */
}

.numbers-banner-columns .col-12:last-child {
	padding: 0 7.8%;
}

.numbers-banner-columns img:not(img.hero-bg-img) {
	width: 399px;
	border-radius: 20px;
	box-shadow: 10px 10px 10px 0px #c1c1c140;
	z-index: 10;
	position: relative;
}

.numbers-banner-columns img.hero-bg-img {
	position: absolute;
	top: 0;
	right: 75px;
	transform: scale(-1, 1);
}

.numbers-banner-columns h2 {
	margin-bottom: 30px;
}

.numbers-banner-columns .subtitle {
	margin-bottom: 20px;
}

.numbers-banner-columns p {
	font-size: 16px;
}

.numbers-banner-columns .call-to-actions .btn,
.get-started-banner .call-to-actions .btn {
	padding-left: 62px;
	padding-right: 62px;
}

/* ## Why Choose Merceo
------------------------------------------------ */
.why-choose-us {
	padding: 120px 0;
}

.why-choose-us .row.text-center {
	margin-bottom: 30px;
}

.why-choose-us h2,
.why-choose-us h3,
.why-choose-us p {
	color: #203B52;
}

.why-choose-us h2 {
	margin-bottom: 6px;
}

.why-choose-us p {
	opacity: 0.7;
	letter-spacing: -0.2px;
}

.why-choose-us .row.text-center p {
	font-size: 19px;
	max-width: 530px;
	margin: 0 auto;
}

.why-choose-us .row.align-items-center .col-12:not(.col-12.text-center) {
	padding-left: 5%;
	padding-right: 13%;
}

.why-choose-us .basis {
	align-items: start;
	gap: 20px;
}

.why-choose-us .basis:not(:nth-last-child(1 of .basis)) {
	margin-bottom: 40px;
}

.why-choose-us .basis span {
	justify-content: center;
	background-color: #109191;
	color: #ffffff;
	padding: 13px 16px;
	border-radius: 50%;
	line-height: 1;
}

.why-choose-us .call-to-actions {
	margin-top: 40px;
}

/* ## Capabilities
------------------------------------------------ */
.capabilities {
	padding-bottom: 130px;
	background-color: #109191;
}

.capabilities .container,
.step-tab-section .container {
	max-width: 1121px;
}

.capabilities .row.text-center {
	margin-bottom: 100px;
}

.capabilities h2,
.capabilities h3,
.capabilities p {
	color: #ffffff;
}

.capabilities h2 {
	letter-spacing: -1.8px;
	max-width: 700px;
	margin: 0 auto;
}

.capabilities .col-12.d-flex {
	flex-wrap: wrap;
	gap: 60px 3.5%;
	justify-content: center;
}

.capabilities .icon-box {
	width: 30.9%;
	display: flex;
	align-items: start;
	gap: 20px;
}

.capabilities h3 {
	letter-spacing: -0.5px;
	margin-bottom: 15px;
}

.capabilities p {
	letter-spacing: -0.2px;
}

/* ## 3-Step Tab
------------------------------------------------ */
.step-tab-section {
	padding: 150px 0 120px;
	background-color: #F9FAFB;
}

.step-tab-section .col:first-child {
	width: 47%;
}

.step-tab-section .col:last-child {
	width: 53%;
	padding-left: 3.7%;
}

.step-tab-section h2 {
	margin-bottom: 30px;
}

.step-tab-section .tab-btn.btn {
	padding: 18px;
	border-color: #109191;
	background-color: #ffffff;
	text-align: start;
	gap: 14px;
}

.step-tab-section .tab-btn.btn:not(:nth-last-child(1 of .tab-btn)) {
	margin-bottom: 10px;
}

.step-tab-section .tab-btn.btn:focus,
.step-tab-section .tab-btn.btn:hover {
	border-color: #109191;
	background-color: #ffffff;
}

.step-tab-section .tab-btn.btn span {
	justify-content: center;
    background-color: #ECECEC;
    color: #ABABAB;
    padding: 9px 13px;
    border-radius: 50%;
	font-size: 21px;
    line-height: 1;
}

.step-tab-section .tab-btn.btn:focus span,
.step-tab-section .tab-btn.btn:hover span,
.step-tab-section .tab-btn.btn.active span {
	color: #ffffff;
	background-color: #109191;
}

.step-tab-section .tab-btn.btn h3 {
	color: #130D3A;
	letter-spacing: -0.5px;
}

.step-tab-section .call-to-actions {
	margin-top: 70px;
}

.step-tab-section .call-to-actions .btn span {
	color: #000000;
}

.step-tab-section .call-to-actions .btn.btn-primary {
	padding-left: 62px;
	padding-right: 62px;
}

.step-tab-section .call-to-actions .btn.btn-secondary {
	padding-left: 30px;
	padding-right: 30px;
}

.step-tab-section .tab-card {
	text-align: center;
	display: none;
}

.step-tab-section .tab-card.active {
	display: block;
}

.step-tab-section .tab-card img {
	margin-bottom: 30px;
}

.step-tab-section .tab-card p {
	text-align: start;
	color: #000000;
	font-size: 19px;
	letter-spacing: -0.2px;
	width: 445px;
	margin: 0 auto;
}

/* ## Get Started Banner
------------------------------------------------ */
.get-started-banner {
	padding: 140px 20px;
}

.get-started-banner .col-12 {
	border-radius: 10px;
	padding: 70px 20px 80px;
}

.get-started-banner h2,
.get-started-banner p {
	color: #ffffff;
}

.get-started-banner h2 {
	margin-bottom: 20px;
}

.get-started-banner p {
	max-width: 500px;
	margin: 0 auto;
}

.get-started-banner .call-to-actions {
	justify-content: center;
}

.get-started-banner .call-to-actions .btn span {
	color: #ffffff;
}

/* ## Testimonial
------------------------------------------------ */
.testimonial {
	padding: 110px 0;
}

.testimonial .container {
	max-width: 1134px;
}

.testimonial .row.text-center {
	margin-bottom: 70px;
}

.testimonial h2 {
	letter-spacing: -1.2px;
}

.testimonial .col-12.d-flex {
	flex-wrap: wrap;
    gap: 30px 2.7%;
    justify-content: center;
	align-items: stretch;
}

.testimonial .testimonial-box {
	width: 31.5%;
	border: 1px solid #E7E9ED;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.testimonial .testimonial-box p {
	color: #161C2D;
}

.testimonial .testimonial-box p:not(.mt-auto p) {
	font-size: 21px;
	letter-spacing: -0.5px;
}

.testimonial .testimonial-box .mt-auto p {
	letter-spacing: -0.2px;
}

.testimonial .testimonial-box .mt-auto p span {
	color: #7B7B7B;
	letter-spacing: -0.5px;
	font-size: 16px;
	display: block;
	width: 100%;
}

/* ## Integrations
------------------------------------------------ */
.integrations {
	padding: 120px 0 140px;
	background-color: #F9FAFB;
}

.integrations .container {
	max-width: 1147px;
}

.integrations .row.text-center {
	margin-bottom: 25px;
}

.integrations h2 {
	color: #161C2D;
	margin-bottom: 40px;
}

.integrations p {
	color: #130D3A;
	font-size: 19px;
	letter-spacing: -0.2px;
	opacity: 0.7;
}

.integrations .row.text-center p {
	max-width: 930px;
	margin: 0 auto;
}

.integrations .row.align-items-center .col-12.d-flex {
	flex-wrap: wrap;
	gap: 60px 0;
}

.integrations .integration-icon {
	width: 33.33%;
}

.integrations .row.align-items-center .col-12:last-child {
	padding-left: 4.9%;
}

.integrations .call-to-actions .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: 'Mulish', sans-serif;
	font-size: 19px;
	letter-spacing: -0.2px;
}

/* ## FAQs
------------------------------------------------ */
.home .faqs {
	padding-bottom: 20px;
}

.faqs {
	padding-bottom: 130px;
}

.faqs .container {
	max-width: 1121px;
}

.faqs h2 {
	margin-bottom: 50px;
}

.faqs .accordion {
	padding: 0 40px;
	border-radius: 10px 10px 0 0;
	border-top: 5px solid #109191;
	background-color: #ffffff;
}

.faqs .accordion .accordion-item {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #FAFAFA;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button {
	color: #203B52;
	background-color: #ffffff00;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.5px;
	box-shadow: none;
	padding-top: 25px;
	padding-bottom: 25px;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	padding-bottom: 20px;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button::after {
	transform: rotate(270deg);
}

.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}

.faqs .accordion .accordion-item .accordion-collapse .accordion-body {
	color: #203B52;
	letter-spacing: -0.2px;
	opacity: 0.7;
	padding-top: 0;
	padding-bottom: 25px;
}

/* ## Features
------------------------------------------------ */
.page-id-21 .features {
	padding-bottom: 0;
}

.features .container {
	max-width: 1104px;
}

.features h2,
.features h3,
.features p {
	color: #130D3A;
}

.features h2 {
	margin-bottom: 15px;
	letter-spacing: -1.2px;
}

.features h3 {
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.features p {
	letter-spacing: -0.2px;
	opacity: 0.65;
}

.features .row.text-center {
	margin-bottom: 70px;
}

.features .row.text-center p {
	font-size: 19px;
	max-width: 525px;
	margin: 0 auto;
}

.features .row .col-12.d-flex {
	gap: 50px 5.5%;
	flex-wrap: wrap;
	justify-content: center;
}

.features .feature-box {
	width: 47%;
	gap: 20px;
}

/* ## Platforms
------------------------------------------------ */
.platforms {
	padding: 80px 0 110px;
}

.platforms .container {
	max-width: 1117px;
}

.platforms h2,
.platforms .row.text-center p {
	color: #130D3A;
	margin: 0 auto;
}

.platforms h2 {
	max-width: 841px;
	margin-bottom: 20px;
}

.platforms .row.text-center {
	margin-bottom: 60px;
}

.platforms .row.text-center p {
	letter-spacing: -0.2px;
	opacity: 0.65;
	font-size: 19px;
	max-width: 943px;
}

.platforms .row .col-12.d-flex {
	flex-wrap: wrap;
	gap: 70px 5.4%;
	justify-content: center;
	align-items: stretch;
}

.platforms .platform-box {
	flex-direction: column;
	gap: 15px;
	width: 29.5%;
}

.platforms .platform-box img {
	margin-bottom: 5px;
}

.platforms .platform-box p {
	color: #161C2D;
	letter-spacing: -0.5px;
	font-size: 22px;
}

.platforms .platform-box a {
	color: #10919178 !important;
	letter-spacing: -1.2px;
	font-size: 21px;
	font-weight: 700;
}

.platforms .platform-box a.integrated {
	color: #109191 !important;
}

.platforms .platform-box a.integrated:focus,
.platforms .platform-box a.integrated:hover {
	color: #FFAC86 !important;
}

/* ## Pricing
------------------------------------------------ */
.pricing {
	padding: 80px 0 120px;
}

.pricing .container {
	max-width: 1194px;
}

.pricing h2 {
	margin-bottom: 20px;
}

.pricing .row.text-center p {
	margin-bottom: 50px;
	opacity: 0.7;
	font-size: 18px;
	max-width: 711px;
	margin-left: auto;
	margin-right: auto;
}

.pricing .row .col-12.d-flex {
	justify-content: center;
	gap: 24px;
}

.pricing .package {
	flex-direction: column;
	gap: 16px;
	width: 25%;
	background-color: #ffffff;
	border: 2px solid #DDF4F4;
	border-radius: 12px;
	padding: 24px 20px 48px;
}

.pricing .package.most-popular::after {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	content: 'MOST POPULAR';
    position: absolute;
    background: #28435E;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 4px 0;
    width: 179px;
    transform: rotate(45deg);
    top: 35px;
    right: -45px;
    clip-path: polygon(19% 0%, 8% 100%, 92% 100%, 81% 0%);
}

.pricing .package h3,
.pricing .package p,
.pricing .package .btn {
	color: #28435E;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.pricing .package h3 {
	line-height: 1.2;
	font-size: 20px;
}

.pricing .package .price,
.pricing .package ul li {
	font-size: 16px;
}

.pricing .package .price span {
	font-size: 36px;
	line-height: 1;
	display: block;
}

.pricing .package ul {
	text-align: start;
	padding: 0;
	margin: 16px 0;
}

.pricing .package ul li {
	list-style-type: none;
	gap: 10px;
	color: #349C9C;
}

.pricing .package .price span,
.pricing .package .mt-auto,
.pricing .package .btn,
.pricing .package .btn span {
	width: 100%;
}

.pricing .package .btn span {
	position: absolute;
	font-family: 'Mulish', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.5px;
    display: block;
    left: 0;
    top: 120%;
	color: #28435E;
}

/* ## Setup Steps Section
------------------------------------------------ */
.setup-steps {
	padding: 120px 0 140px;
}

.setup-steps .container {
	max-width: 1035px;
}

.setup-steps .row.text-center {
	margin-bottom: 70px;
}

.setup-steps h2 {
	max-width: 803px;
	margin: 0 auto;
	letter-spacing: -1.8px;
	color: #130D3A;
}

.setup-steps .row.align-items-center:not(:last-child) {
	margin-bottom: 50px;
}

.setup-steps .row.align-items-center .col:first-child {
	width: 45.7%;
}

.setup-steps .row.align-items-center .col:last-child {
	width: 54.3%;
	padding: 0 7%;
}

.setup-steps .row.align-items-center h3,
.setup-steps .row.align-items-center p {
	color: #161C2D;
}

.setup-steps .row.align-items-center h3 {
	font-size: 36px;
	letter-spacing: -1.2px;
	margin-bottom: 10px;
}

.setup-steps .row.align-items-center p {
	font-size: 19px;
	letter-spacing: -0.2px;
	opacity: 0.7;
	margin-bottom: 20px;
}

/* ## The Team Section
------------------------------------------------ */
.the-team {
	padding: 90px 0;
}

.the-team .container {
	max-width: 1145px;
}

.the-team .row.text-center {
	margin-bottom: 120px;
}

.the-team .row.text-center h2 {
	margin: 0 auto 10px;
	max-width: 625px;
}

.the-team .row.text-center p {
	max-width: 680px;
	margin: 0 auto;
}

.the-team img {
	border-radius: 10px;
	margin-top: 50px;
}

.the-team .col:first-child {
	width: 44%;
}

.the-team .col:last-child {
	width: 56%;
}

.the-team p {
	opacity: 0.7;
}

/* ## Two Column with Image Section
------------------------------------------------ */
.image-column {
	background-color: #F4F7FA;
	padding: 140px 0;
}

.image-column .container {
	max-width: 1084px;
}

.image-column .col:first-child {
	width: 46.1%;
}

.image-column .col:last-child {
	width: 53.9%;
	padding: 0 6%;
}

.image-column h2 {
	margin-bottom: 40px;
}

.image-column p {
	opacity: 0.7;
}

.image-column .btn {
	margin-top: 30px;
}

/* ## Paragraph Section
------------------------------------------------ */
.paragraph-section .container {
	max-width: 952px;
}

.paragraph-section h1 {
	margin-bottom: 15px;
}

.paragraph-section .call-to-actions {
	justify-content: center;
	margin-top: 35px;
}

/* ## Contact Form Section
------------------------------------------------ */
.contact-form {
	padding-top: 20px;
	background-color: #FAFAFA;
}

.contact-form .container {
	max-width: 663px;
}

.contact-form h1,
.contact-form h2 {
	margin-bottom: 50px;
	font-size: 80px;
    line-height: 1.1;
	letter-spacing: -1px;
}

.contact-form p {
	color: #161C2D;
	letter-spacing: -0.2px;
}

.wpcf7 {
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #E7E9ED;
	box-shadow: 0px 34px 33px -23px #161c2d21;
	padding: 25px 50px 50px;
	margin-bottom: 30px;
}

.wpcf7 form label {
	display: block;
	color: #161C2D;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.1px;
	line-height: 1.73;
}

.wpcf7 form label input:not(input[type="submit"]),
.wpcf7 form label textarea {
	padding: 12px 20px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #E7E9ED;
	color: #161C2D;
	font-size: 15px;
	letter-spacing: -0.1px;
	line-height: 1.73;
	margin: 7px 0 25px;
}

.wpcf7 form label textarea {
	height: 134px;
}

.wpcf7 form label input::placeholder,
.wpcf7 form label textarea::placeholder {
	opacity: 0.7;
}

.wpcf7 form input[type="submit"] {
	margin-top: 15px;
	border-radius: 50px 0px 10px 50px;
	background-color: #FFAC86;
	width: 100%;
	border-color: #FFAC86;
	color: #130D3A;
}

.wpcf7 form input[type="submit"]:focus,
.wpcf7 form input[type="submit"]:hover {
	color: #FFAC86;
}

.wpcf7 form .wpcf7-spinner {
	display: none;
}

/* ## Use Cases Section
------------------------------------------------ */
.use-cases {
	background-color: #F9FAFB;
}

.use-cases .row.text-center {
	margin-bottom: 60px;
}

.use-cases a {
	display: block;
}

.use-cases img {
	border-radius: 10px;
	margin-bottom: 40px;
}

.use-cases h3 {
	letter-spacing: -0.5px;
	margin-bottom: 5px;
}

.use-cases p {
	color: #109191;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	gap: 9px;
}

.use-cases a:focus p,
.use-cases a:hover p {
	color: #FFAC86;
}

/* ## Promo Video
------------------------------------------------ */
.promo-video {
	padding: 30px 0;
}

/* ## Blog
------------------------------------------------ */
.classic-hero {
	padding: 60px 0;
	background-color: #FAFAFA;
}

.classic .container {
	max-width: 1194px;
}

.single .article h2,
.single .article h3,
.single .article h4,
.single .article h5,
.single .article h6,
.classic h2,
.classic h3,
.classic h4,
.classic h5,
.classic h6 {
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.5px;
}

.single .article ul,
.classic ul {
	margin-bottom: 10px;
	opacity: 0.7;
}

.single .article p,
.classic p {
	letter-spacing: -0.2px;
	opacity: 0.7;
}

/* ## Press Kit Template
------------------------------------------------ */
.press-kit {
	background-color: #F9FAFB;
	padding: 70px 0;
}

.press-kit .container {
	max-width: 1184px;
}

.press-kit h2,
.press-kit h3,
.press-kit p {
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #28435E;
}

.press-kit h2,
.press-kit h3 {
	line-height: 1.2;
}

.press-kit h2 {
	font-size: 36px;
}

.press-kit h3 {
	font-size: 24px;
}

.press-kit p {
	line-height: 1.66;
}

.press-kit .press-kit-tabs-container {
	background-color: #ffffff;
	padding: 24px;
	border-radius: 32px 0px 32px 32px;
	position: sticky;
	top: 20px;
}

.press-kit .press-kit-tabs-container .btn {
	border: none;
	border-radius: 32px 0px 16px 32px;
	padding: 12px 16px;
	width: 100%;
	background-color: #ffffff;
	color: #28435E;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	line-height: 1.66;
	text-align: start;
	letter-spacing: -0.01px;
}

.press-kit .press-kit-tabs-container .btn:not(:last-child) {
	margin-bottom: 8px;
}

.press-kit .press-kit-tabs-container .btn.active,
.press-kit .press-kit-tabs-container .btn:focus,
.press-kit .press-kit-tabs-container .btn:hover {
	background-color: #349C9C;
	color: #ffffff;
}

.press-kit .press-kit-content {
	border-radius: 40px 0px 40px 40px;
	padding: 80px;
	background-color: #ffffff;
/* 	display: none; */
}

.press-kit .press-kit-content.active {
	display: block;
}

.press-kit .press-kit-content.overview .row:not(:last-child) {
	margin-bottom: 32px;
}

.press-kit .press-kit-content.overview .row:nth-child(2) {
	margin-bottom: 60px;
}

.press-kit .press-kit-content.overview .row:nth-child(2) p,
.press-kit .press-kit-content.our-founder p {
	font-size: 20px;
}

.press-kit .press-kit-content.overview .row .col-12.d-flex {
	justify-content: start;
	flex-wrap: wrap;
	gap: 40px 5.6%;
}

.press-kit .press-kit-content.overview .press-kit-feature {
	width: 47.2%;
	padding: 16px 0;
}

.press-kit .press-kit-content.overview .press-kit-feature h3 {
	margin: 16px 0;
}

.press-kit .press-kit-content.overview .press-kit-feature p,
.press-kit .press-kit-content.press-kit-contacts p,
.press-kit .press-kit-content.press-kit-faqs p {
	font-size: 16px;
}

.press-kit .press-kit-content.our-founder,
.press-kit .press-kit-content.press-kit-contacts {
	background-color: #28435E;
}

.press-kit .press-kit-content.our-founder h2,
.press-kit .press-kit-content.our-founder h3,
.press-kit .press-kit-content.our-founder p,
.press-kit .press-kit-content.press-kit-contacts h2,
.press-kit .press-kit-content.press-kit-contacts h3,
.press-kit .press-kit-content.press-kit-contacts p {
	color: #ffffff;
}

.press-kit .press-kit-content.our-founder h3 {
	margin-bottom: 16px;
}

.press-kit .press-kit-content:not(:last-child),
.press-kit .press-kit-content.our-founder .row:not(:last-child),
.press-kit .press-kit-content.press-kit-contacts .row:not(:last-child) {
	margin-bottom: 40px;
}

.press-kit .press-kit-content.our-founder .col:first-child {
	width: 35.4%;
	padding-right: 20px;
}

.press-kit .press-kit-content.our-founder .col:last-child {
	width: 64.6%;
	padding-left: 20px;
}

.press-kit .press-kit-content.our-founder .business-years,
.press-kit .press-kit-content.our-founder .team-size {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 168px;
	padding: 13px 10px;
}

.press-kit .press-kit-content.our-founder .business-years {
	background-color: #FDB58D;
	border-radius: 0 24px 24px 24px;
}

.press-kit .press-kit-content.our-founder .business-years,
.press-kit .press-kit-content.logo-variants h2,
.press-kit .press-kit-content.how-merceo-works h2 {
	margin-bottom: 40px;
}

.press-kit .press-kit-content.our-founder .team-size {
	border-radius: 24px 0 24px 24px;
	background-color: #349C9C;
}

.press-kit .press-kit-content.our-founder .business-years p,
.press-kit .press-kit-content.our-founder .team-size p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
}

.press-kit .press-kit-content.our-founder .business-years p {
	color: #28435E;
}

.press-kit .press-kit-content.our-founder .business-years p span,
.press-kit .press-kit-content.our-founder .team-size p span {
	font-size: 56px;
	line-height: 1;
	width: 100%;
	display: block;
}

.press-kit .press-kit-content.logo-variants .col-12.d-flex {
	flex-wrap: wrap;
	gap: 40px 5.6%;
	justify-content: center;
}

.press-kit .press-kit-content.logo-variants .col-12.d-flex div {
	width: 29.6%;
}

.press-kit .press-kit-content.how-merceo-works {
	background-color: #DDF4F4;
}

.press-kit .press-kit-content.press-kit-contacts .col:first-child {
	width: 26.36%;
	padding-right: 20px;
}

.press-kit .press-kit-content.press-kit-contacts .col:last-child {
	width: 73.64%;
	padding-left: 20px;
}

.press-kit .press-kit-content.press-kit-contacts hr {
	margin: 8px 0;
	border: 2px solid #349C9C;
}

.press-kit .press-kit-content.press-kit-contacts p:not(:last-of-type) {
	margin-bottom: 16px;
}

.press-kit .press-kit-content.press-kit-contacts p a {
	text-decoration: underline;
}

.press-kit .press-kit-content.press-kit-faqs h2,
.press-kit .press-kit-content.press-kit-faqs .row .col-12 div:not(:last-child) {
	margin-bottom: 32px;
}

.press-kit .press-kit-content.press-kit-faqs span {
	display: block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: 700;
	color: #349C9C;
	line-height: 1.4;
	letter-spacing: -0.01px;
}

.press-kit .press-kit-content.press-kit-faqs p {
	max-width: 483px;
}

/* # Footer
---------------------------------------------------------------------------------------------------- */
.footer {
	padding: 70px 0 20px;
	background-color: #FFAC86;
	font-family: 'Inter', sans-serif;
}

.footer .col {
	flex: 0 0 auto;
}

.footer .col:first-child {
	width: 22%;
}

.footer .col:last-child {
	width: 78%;
}

.footer .col:last-child .row {
	max-width: 600px;
    margin: 0 auto;
}

.footer .col img {
	margin-bottom: 20px;
}

.footer .col p {
	margin-bottom: 0;
}

.footer .col .widget-title {
	margin-bottom: 30px;
	font-size: 16px;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.footer ul li:last-of-type {
	margin-bottom: 0;
}

.footer .col p,
.footer ul li a,
.copyright p,
.copyright a {
	color: #161C2D;
}

.footer ul li a:focus,
.footer ul li a:hover,
.copyright a:focus,
.copyright a:hover {
	color: #109191;
}

.copyright {
	background-color: #FFAC86;
	padding-bottom: 30px;
	font-family: 'Inter', sans-serif;
}

.copyright .container .row {
	border-top: 1px solid #161C2D;
	padding-top: 30px;
}

.copyright .container .row .col-12 {
	justify-content: space-between;
}

.footer .col p,
.footer ul li a,
.copyright .container .row .col-12 p.mb-md-0 {
	font-size: 13px;
}

.copyright .container .row .col-12 p.d-flex {
	gap: 15px;
}

.copyright .social-icon {
	border: 1px solid #161C2D;
	background-color: #ffffff00;
	padding: 6px;
	justify-content: center;
}

.copyright .social-icon svg {
	width: 14px;
	height: 14px;
}

.copyright .social-icon:focus,
.copyright .social-icon:hover {
	border-color: #109191;
}

/* # Media Query
---------------------------------------------------------------------------------------------------- */

/* ## Min Width
--------------------------------------------- */
@media (min-width: 1025px) {
	
}

@media (min-width: 768px) {
	body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
		max-width: 1280px;
	}
	
	.order-md-1 {
		order: 1;
	}
	
	.order-md-2 {
		order: 2;
	}
}

/* ## Max Width
--------------------------------------------- */
@media only screen and (max-width: 1024px) {
	body main,
	body main > div {
		font-size: 16px;
	}
	
	main h1 {
		font-size: 40px;
	}

	main h2 {
		font-size: 33px;
	}

	main h3,
	main section ol.heading-number li::marker {
		font-size: 20px;
	}

	main h4 {
		font-size: 18px;
	}

	main h5 {
		font-size: 17px;
	}

	main h6 {
		font-size: 16px;
	}
	
	main .btn {
		padding: 13px 39px;
		font-size: 15px;
	}
	
	section {
		padding: 75px 0;
	}
	
	.subtitle {
		font-size: 17px;
	}
	
	.call-to-actions {
		flex-direction: column;
		max-width: 400px;
		margin-top: 25px;
	}
	
	.call-to-actions .btn {
		width: 100%;
	}
	
	.call-to-actions .btn span {
		font-size: 13px;
		top: 110%;
	}
	
	.header.navbar {
		padding: 30px 0;
	}
	
	.header.navbar .navbar-brand img {
		width: 124px;
	}
	
	.header.navbar .navbar-toggler {
		border-radius: 0;
		border: 0;
		color: #FFAC86;
		padding: 5px;
	}
	
	.header.navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 20px;
		font-size: 15px;
	}

	.header.navbar .navbar-nav .nav-item#nav-item-30 .nav-link {
		padding: 15px 20px;
		border-radius: 0;
		margin-left: 0;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu {
		box-shadow: none;
		position: static;
		padding: 0 10px;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu .dropdown .dropdown-toggle svg.bi-arrow-right-short {
		transform: rotate(90deg);
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu {
		padding: 0 10px;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu li a,
	.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li a {
		padding: 15px 20px;
		font-size: 13px;
		font-weight: 500;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li {
		padding: 0;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li a img {
		width: 71px;
	}
	
	.hero-section {
		padding: 30px 0 75px;
	}

	.hero-section.no-image {
		padding-bottom: 40px;
	}
	
	.hero-section .star-reviews {
		gap: 4px;
		padding: 8px 14px;
	}
	
	.hero-section .star-reviews svg {
		width: 18px;
		height: 18px;
	}

	.hero-section .star-reviews span {
		margin-left: 8px;
		font-size: 15px;
	}

	.hero-section .row.align-items-center h1 {
		margin-top: 5px;
		margin-bottom: 30px;
	}

	.hero-section .row.text-center h1 {
		margin-top: 15px;
		margin-bottom: 25px;
		font-size: 58px;
	}

	.hero-section p,
	.hero-section ul li {
		font-size: 19px;
	}
	
	.hero-section img:not(img.hero-bg-img),
	.numbers-banner-columns img:not(img.hero-bg-img) {
		width: 319px;
	}
	
	.hero-section img.hero-bg-img,
	.numbers-banner-columns img.hero-bg-img {
		width: 459px;
	}
	
	.numbers-banner {
		padding: 55px 0;
	}

	.numbers-banner .col-12.d-flex {
		gap: 100px;
	}

	.numbers-banner p {
		gap: 12px;
		font-size: 17px;
	}

	.numbers-banner p span {
		font-size: 38px;
	}

	.numbers-banner-columns {
		padding-bottom: 70px;
	}
	
	.numbers-banner-columns .col-12:last-child {
		padding: 0 3.9%;
	}
	
	.numbers-banner-columns img.hero-bg-img {
		right: 25px;
	}

	.numbers-banner-columns h2 {
		margin-bottom: 25px;
	}

	.numbers-banner-columns .subtitle {
		margin-bottom: 15px;
	}

	.numbers-banner-columns p {
		font-size: 15px;
	}

	.numbers-banner-columns .call-to-actions .btn,
	.get-started-banner .call-to-actions .btn,
	.step-tab-section .call-to-actions .btn.btn-primary {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.why-choose-us {
		padding: 90px 0;
	}

	.why-choose-us .row.text-center {
		margin-bottom: 25px;
	}

	.why-choose-us h2 {
		margin-bottom: 3px;
	}

	.why-choose-us .row.text-center p {
		font-size: 18px;
		max-width: 500px;
	}
	
	.why-choose-us .row.align-items-center .col-12:not(.col-12.text-center) {
		padding-left: 2%;
		padding-right: 6%;
	}
	
	.why-choose-us img {
		width: 457px;
	}
	
	.why-choose-us .basis {
		gap: 15px;
	}

	.why-choose-us .basis:not(:nth-last-child(1 of .basis)) {
		margin-bottom: 25px;
	}
	
	.why-choose-us .basis span {
		padding: 11px 13.5px;
	}

	.why-choose-us .call-to-actions {
		margin-top: 30px;
	}
	
	.capabilities {
		padding-bottom: 100px;
	}
	
	.capabilities .container,
	.testimonial .container,
	.faqs .container {
		max-width: 870px;
	}

	.capabilities .row.text-center {
		margin-bottom: 75px;
	}
	
	.capabilities h2 {
		max-width: 600px;
	}

	.capabilities .col-12.d-flex {
		gap: 45px 2.3%;
	}

	.capabilities .icon-box {
		width: 48.8%;
		gap: 15px;
	}

	.capabilities h3 {
		margin-bottom: 10px;
	}
	
	.step-tab-section {
		padding: 115px 0 90px;
	}

	.step-tab-section .col:last-child {
		padding-left: 1.8%;
	}

	.step-tab-section h2 {
		margin-bottom: 25px;
	}

	.step-tab-section .tab-btn.btn {
		padding: 14px;
		gap: 11px;
	}
	
	.step-tab-section .tab-btn.btn span {
		padding: 8px 11.5px;
		font-size: 20px;
	}
	
	.step-tab-section .call-to-actions {
		margin-top: 50px;
	}

	.step-tab-section .call-to-actions .btn.btn-secondary {
		padding-left: 24px;
		padding-right: 24px;
	}

	.step-tab-section .tab-card img {
		margin-bottom: 25px;
		width: 432px;
	}

	.step-tab-section .tab-card p {
		font-size: 18px;
		width: 100%;
	}
	
	.get-started-banner {
		padding: 105px 20px;
	}

	.get-started-banner .col-12 {
		padding: 50px 20px 60px;
	}
	
	.get-started-banner h2 {
		margin-bottom: 15px;
	}
	
	.get-started-banner .call-to-actions {
		margin-left: auto;
		margin-right: auto;
	}
	
	.testimonial {
		padding: 80px 0;
	}

	.testimonial .row.text-center {
		margin-bottom: 50px;
	}
	
	.testimonial .col-12.d-flex {
		gap: 25px 2.7%;
	}
	
	.testimonial .testimonial-box {
		padding: 25px;
		gap: 15px;
	}

	.testimonial .testimonial-box p:not(.mt-auto p) {
		font-size: 20px;
	}

	.testimonial .testimonial-box .mt-auto p span {
		font-size: 15px;
	}
	
	.integrations {
		padding: 90px 0 105px;
	}

	.integrations h2 {
		margin-bottom: 30px;
	}

	.integrations p {
		font-size: 18px;
	}
	
	.integrations .row.align-items-center .col-12.d-flex {
		gap: 40px 0;
	}

	.integrations .integration-icon {
		width: 50%;
	}
	
	.integrations .integration-icon img {
		width: 152px;
	}

	.integrations .row.align-items-center .col-12:last-child {
		padding-left: 2.4%;
	}

	.integrations .call-to-actions .btn {
		gap: 8px;
		font-size: 18px;
	}
	
	.faqs {
		padding-bottom: 100px;
	}
	
	.faqs h2 {
		margin-bottom: 40px;
	}

	.faqs .accordion {
		padding: 0 20px;
	}
	
	.faqs .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
		padding-bottom: 15px;
	}
	
	.faqs .accordion .accordion-item .accordion-collapse .accordion-body {
		padding-bottom: 20px;
	}
	
	.features h2 {
		margin-bottom: 10px;
	}

	.features h3 {
		margin-bottom: 15px;
	}

	.features .row.text-center {
		margin-bottom: 50px;
	}

	.features .row.text-center p {
		font-size: 18px;
	}

	.features .row .col-12.d-flex {
		gap: 35px 2.7%;
	}

	.features .feature-box {
		gap: 15px;
	}
	
	.platforms {
		padding: 60px 0 80px;
	}

	.platforms .container {
		max-width: 860px;
	}
	
	.platforms h2 {
		margin-bottom: 15px;
	}

	.platforms .row.text-center {
		margin-bottom: 45px;
	}

	.platforms .row.text-center p {
		font-size: 18px;
	}

	.platforms .row .col-12.d-flex {
		gap: 50px 2.7%;
	}
	
	.platforms .platform-box {
		gap: 10px;
		width: 48.6%;
	}
	
	.platforms .platform-box img {
		width: 133px;
	}
	
	.platforms .platform-box p,
	.platforms .platform-box a {
		font-size: 20px;
	}
	
	.pricing {
		padding: 60px 0 90px;
	}

	.pricing .container {
		max-width: 699px;
	}

	.pricing h2 {
		margin-bottom: 15px;
	}

	.pricing .row.text-center p {
		margin-bottom: 40px;
		font-size: 17px;
	}

	.pricing .row .col-12.d-flex {
		flex-wrap: wrap;
	}

	.pricing .package {
		gap: 12px;
		width: 48%;
		padding: 21px 17px 45px;
	}
	
	.pricing .package h3 {
		font-size: 19px;
	}

	.pricing .package .price,
	.pricing .package ul li {
		font-size: 15px;
	}

	.pricing .package .price span {
		font-size: 32px;
	}

	.pricing .package ul {
		margin: 12px 0;
	}
	
	.pricing .package .btn span {
		font-size: 11px;
		top: 110%;
	}
	
	.setup-steps {
		padding: 90px 0 105px;
	}

	.setup-steps .row.text-center {
		margin-bottom: 60px;
	}

	.setup-steps .row.align-items-center:not(:last-child) {
		margin-bottom: 40px;
	}

	.setup-steps .row.align-items-center .col:last-child {
		padding: 0 3%;
	}
	
	.setup-steps .row.align-items-center img {
		width: 359px;
	}
	
	.setup-steps .row.align-items-center h3 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.setup-steps .row.align-items-center p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.the-team {
		padding: 70px 0;
	}

	.the-team .row.text-center {
		margin-bottom: 90px;
	}

	.the-team .row.text-center h2 {
		margin-bottom: 5px;
	}

	.the-team img {
		margin-top: 40px;
		width: 888px;
	}
	
	.image-column {
		padding: 105px 0;
	}

	.image-column .col:last-child {
		padding: 0 3%;
	}
	
	.image-column img {
		width: 380px;
	}

	.image-column h2 {
		margin-bottom: 30px;
	}

	.image-column .btn {
		margin-top: 25px;
	}
	
	.contact-form .container {
		max-width: 513px;
	}

	.contact-form h1,
	.contact-form h2 {
		margin-bottom: 40px;
		font-size: 58px;
	}

	.wpcf7 {
		padding: 20px 40px 40px;
		margin-bottom: 20px;
	}

	.wpcf7 form label {
		font-size: 14px;
	}

	.wpcf7 form label input:not(input[type="submit"]),
	.wpcf7 form label textarea {
		padding: 10px 17px;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.wpcf7 form label textarea {
		height: 114px;
	}
	
	.use-cases .row.text-center {
		margin-bottom: 45px;
	}

	.use-cases img {
		margin-bottom: 30px;
		width: 509px;
	}

	.use-cases p {
		font-size: 15px;
		gap: 7px;
	}
	
	.classic-hero {
		padding: 45px 0;
	}

	.classic .container {
		max-width: 900px;
	}
	
	.press-kit {
		padding: 55px 0;
	}

	.press-kit h2 {
		font-size: 30px;
	}

	.press-kit h3 {
		font-size: 22px;
	}
	
	.press-kit .press-kit-tabs-container {
		padding: 20px;
	}

	.press-kit .press-kit-tabs-container .btn {
		padding: 10px 13px;
		font-size: 13px;
	}

	.press-kit .press-kit-content {
		padding: 55px;
	}
	
	.press-kit .press-kit-content.overview .row:not(:last-child) {
		margin-bottom: 28px;
	}

	.press-kit .press-kit-content.overview .row:nth-child(2) {
		margin-bottom: 45px;
	}

	.press-kit .press-kit-content.overview .row:nth-child(2) p,
	.press-kit .press-kit-content.our-founder p {
		font-size: 18px;
	}

	.press-kit .press-kit-content.overview .row .col-12.d-flex {
		gap: 30px 5.6%;
	}

	.press-kit .press-kit-content.overview .press-kit-feature {
		padding: 8px 0;
	}
	
	.press-kit .press-kit-content.overview .press-kit-feature img {
		width: 43px;
	}

	.press-kit .press-kit-content.overview .press-kit-feature h3 {
		margin: 12px 0;
	}

	.press-kit .press-kit-content.overview .press-kit-feature p,
	.press-kit .press-kit-content.press-kit-contacts p,
	.press-kit .press-kit-content.press-kit-faqs p {
		font-size: 15px;
	}
	
	.press-kit .press-kit-content.our-founder h3 {
		margin-bottom: 12px;
	}

	.press-kit .press-kit-content:not(:last-child),
	.press-kit .press-kit-content.our-founder .row:not(:last-child),
	.press-kit .press-kit-content.press-kit-contacts .row:not(:last-child) {
		margin-bottom: 35px;
	}

	.press-kit .press-kit-content.our-founder .col:first-child,
	.press-kit .press-kit-content.press-kit-contacts .col:first-child {
		padding-right: 15px;
	}

	.press-kit .press-kit-content.our-founder .col:last-child,
	.press-kit .press-kit-content.press-kit-contacts .col:last-child {
		padding-left: 15px;
	}
	
	.press-kit .press-kit-content.our-founder img {
		width: 203px;
	}

	.press-kit .press-kit-content.our-founder .business-years,
	.press-kit .press-kit-content.our-founder .team-size {
		height: 151px;
	}

	.press-kit .press-kit-content.our-founder .business-years,
	.press-kit .press-kit-content.logo-variants h2,
	.press-kit .press-kit-content.how-merceo-works h2 {
		margin-bottom: 30px;
	}

	.press-kit .press-kit-content.our-founder .business-years p,
	.press-kit .press-kit-content.our-founder .team-size p {
		font-size: 13px;
		gap: 24px;
	}

	.press-kit .press-kit-content.our-founder .business-years p span,
	.press-kit .press-kit-content.our-founder .team-size p span {
		font-size: 44px;
	}
	
	.press-kit .press-kit-content.logo-variants .col-12.d-flex {
		gap: 30px 5.6%;
	}
	
	.press-kit .press-kit-content.logo-variants img {
		width: 166px;
	}
	
	.press-kit .press-kit-content.how-merceo-works img {
		width: 570px;
	}
	
	.press-kit .press-kit-content.press-kit-contacts img {
		width: 144px;
	}

	.press-kit .press-kit-content.press-kit-contacts hr {
		margin: 6px 0;
	}

	.press-kit .press-kit-content.press-kit-contacts p:not(:last-of-type) {
		margin-bottom: 12px;
	}
	
	.press-kit .press-kit-content.press-kit-faqs h2,
	.press-kit .press-kit-content.press-kit-faqs .row .col-12 div:not(:last-child) {
		margin-bottom: 24px;
	}

	.press-kit .press-kit-content.press-kit-faqs span {
		font-size: 22px;
		margin-bottom: 9px;
	}
	
	.footer {
		padding-top: 55px;
	}
	
	.footer .col:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.footer .col:last-child {
		width: 100%;
		text-align: center;
	}
	
	.footer .col img {
		margin-bottom: 15px;
		width: 124px;
	}

	.footer .col .widget-title {
		margin-bottom: 22.5px;
		font-size: 15px;
	}
	
	.footer ul li {
		margin-bottom: 10px;
	}
	
	.copyright {
		padding-bottom: 25px;
	}

	.copyright .container .row {
		padding-top: 25px;
	}
	
	.footer .col p,
	.footer ul li a,
	.copyright .container .row .col-12 p.mb-md-0 {
		font-size: 12px;
	}
	
	.copyright .container .row .col-12 p.d-flex {
		gap: 10px;
	}
	
	.copyright .social-icon svg {
		width: 13px;
		height: 13px;
	}
}

@media only screen and (max-width: 767px) {
	body main,
	body main > div {
		font-size: 15px;
	}
	
	main h1 {
		font-size: 30px;
	}

	main h2 {
		font-size: 24px;
	}

	main h3,
	main section ol.heading-number li::marker {
		font-size: 19px;
	}

	main h4 {
		font-size: 17px;
	}

	main h5 {
		font-size: 16px;
	}

	main h6 {
		font-size: 15px;
	}
	
	main .btn {
		padding: 10px 30px;
		font-size: 14px;
	}
	
	section,
	.testimonial {
		padding: 50px 0;
	}
	
	.subtitle {
		font-size: 16px;
	}
	
	.call-to-actions {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	
	.call-to-actions .btn span {
		font-size: 12px;
		top: 105%;
	}
	
	.header.navbar {
		padding: 20px 0;
	}
	
	.header.navbar .navbar-brand img {
		width: 110px;
	}
	
	.header.navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu li a,
	.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li a {
		font-size: 12px;
	}
	
	.header.navbar .navbar-nav .dropdown .sub-menu .sub-menu li a img {
		width: 63px;
	}
	
	.hero-section {
		padding: 20px 0 50px;
	}

	.hero-section.no-image {
		padding-bottom: 30px;
	}
	
	.hero-section .col:first-child,
	.hero-section .col:last-child {
		width: 100%;
	}
	
	.hero-section .col:first-child {
		order: 2;
	}
	
	.hero-section .col:last-child {
		order: 1;
		margin-bottom: 30px;
	}
	
	.hero-section .star-reviews {
		gap: 3px;
		padding: 6px 11px;
	}
	
	.hero-section .star-reviews svg {
		width: 17px;
		height: 17px;
	}

	.hero-section .star-reviews span {
		margin-left: 6px;
		font-size: 14px;
	}
	
	.hero-section .row.align-items-center,
	.hero-section .row.text-center p {
		text-align: center;
	}

	.hero-section .row.align-items-center h1 {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.hero-section .row.text-center h1 {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 36px;
	}

	.hero-section p,
	.hero-section ul li {
		font-size: 18px;
		text-align: start;
	}
	
	.hero-section img:not(img.hero-bg-img),
	.numbers-banner-columns img:not(img.hero-bg-img) {
		width: 239px;
	}
	
	.hero-section img.hero-bg-img {
		width: 344px;
		top: 35px;
		left: 125px;
	}
	
	.numbers-banner {
		padding: 40px 0;
	}
	
	.numbers-banner .container {
		max-width: 940px;
	}

	.numbers-banner .col-12.d-flex {
		gap: 50px;
	}

	.numbers-banner p {
		gap: 6px;
		font-size: 16px;
	}

	.numbers-banner p span {
		font-size: 28px;
	}

	.numbers-banner-columns {
		padding-bottom: 50px;
	}
	
	.numbers-banner-columns .col-12:first-child {
		margin-bottom: 30px;
	}
	
	.numbers-banner-columns .col-12:last-child {
		padding: 0 12px;
		text-align: center;
	}
	
	.numbers-banner-columns img.hero-bg-img {
		right: 125px;
		width: 344px;
	}

	.numbers-banner-columns h2 {
		margin-bottom: 20px;
	}

	.numbers-banner-columns .subtitle {
		margin-bottom: 10px;
	}

	.numbers-banner-columns p {
		font-size: 14px;
	}

	.numbers-banner-columns .call-to-actions .btn,
	.get-started-banner .call-to-actions .btn,
	.step-tab-section .call-to-actions .btn.btn-primary {
		padding-left: 38px;
		padding-right: 38px;
	}
	
	.why-choose-us {
		padding: 60px 0;
	}

	.why-choose-us .row.text-center {
		margin-bottom: 20px;
	}

	.why-choose-us h2 {
		margin-bottom: 0;
	}

	.why-choose-us .row.text-center p {
		font-size: 17px;
		max-width: 470px;
	}
	
	.why-choose-us .col-12.text-center {
		margin-bottom: 20px;
	}
	
	.why-choose-us .row.align-items-center .col-12:not(.col-12.text-center) {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.why-choose-us img {
		width: 342px;
	}
	
	.why-choose-us .basis {
		gap: 10px;
	}

	.why-choose-us .basis:not(:nth-last-child(1 of .basis)) {
		margin-bottom: 10px;
	}
	
	.why-choose-us .basis span {
		padding: 9px 11px;
	}

	.why-choose-us .call-to-actions {
		margin-top: 20px;
	}
	
	.capabilities {
		padding-bottom: 70px;
	}
	
	.capabilities .container,
	.testimonial .container,
	.step-tab-section .container,
	.use-cases .container {
		max-width: 400px;
	}
	
	.capabilities .row.text-center {
		margin-bottom: 50px;
	}
	
	.capabilities h2 {
		max-width: 420px;
	}

	.capabilities .col-12.d-flex {
		gap: 30px 0;
	}

	.capabilities .icon-box {
		width: 100%;
		gap: 10px;
	}

	.capabilities h3 {
		margin-bottom: 5px;
	}
	
	.step-tab-section {
		padding: 80px 0 60px;
	}
	
	.step-tab-section .col:first-child,
	.step-tab-section .col:last-child {
		width: 100%;
	}
	
	.step-tab-section .col:first-child {
		margin-bottom: 40px;
	}

	.step-tab-section .col:last-child {
		padding-left: 12px;
	}

	.step-tab-section h2 {
		margin-bottom: 20px;
		text-align: center;
	}

	.step-tab-section .tab-btn.btn {
		padding: 10px;
		gap: 8px;
	}
	
	.step-tab-section .tab-btn.btn span {
		padding: 7px 10px;
		font-size: 19px;
	}
	
	.step-tab-section .call-to-actions {
		margin-top: 30px;
	}

	.step-tab-section .call-to-actions .btn.btn-secondary {
		padding-left: 19px;
		padding-right: 19px;
	}
	
	.step-tab-section .tab-card img {
		margin-bottom: 20px;
		width: 324px;
	}

	.step-tab-section .tab-card p {
		font-size: 17px;
		text-align: center;
	}
	
	.get-started-banner {
		padding: 70px 20px;
	}

	.get-started-banner .col-12 {
		padding: 30px 20px 40px;
	}
	
	.get-started-banner h2 {
		margin-bottom: 10px;
	}
	
	.testimonial .row.text-center {
		margin-bottom: 30px;
	}
	
	.testimonial .col-12.d-flex {
		gap: 20px 0;
	}
	
	.testimonial .testimonial-box {
		padding: 20px;
		gap: 10px;
		width: 100%;
		text-align: center;
		align-items: center;
	}

	.testimonial .testimonial-box p:not(.mt-auto p) {
		font-size: 19px;
	}

	.testimonial .testimonial-box .mt-auto p span {
		font-size: 14px;
	}
	
	.integrations {
		padding: 60px 0 70px;
	}
	
	.integrations .container {
		max-width: 500px;
	}

	.integrations h2 {
		margin-bottom: 20px;
	}

	.integrations p {
		font-size: 17px;
	}
	
	.integrations .row.align-items-center .col-12.d-flex {
		gap: 20px 0;
		margin-bottom: 30px;
	}

	.integrations .integration-icon {
		width: 50%;
	}
	
	.integrations .integration-icon img {
		width: 135px;
	}

	.integrations .row.align-items-center .col-12:last-child {
		padding-left: 12px;
		text-align: center;
	}

	.integrations .call-to-actions .btn {
		gap: 6px;
		font-size: 17px;
	}
	
	.faqs {
		padding-bottom: 70px;
	}
	
	.faqs h2 {
		margin-bottom: 30px;
	}

	.faqs .accordion {
		padding: 0;
	}
	
	.faqs .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 19px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
		padding-bottom: 10px;
	}
	
	.faqs .accordion .accordion-item .accordion-collapse .accordion-body {
		padding-bottom: 15px;
	}
	
	.features .container {
		max-width: 500px;
	}
	
	.features h2 {
		margin-bottom: 5px;
	}

	.features h3 {
		margin-bottom: 10px;
	}

	.features .row.text-center {
		margin-bottom: 30px;
	}

	.features .row.text-center p {
		font-size: 17px;
	}

	.features .row .col-12.d-flex {
		gap: 20px 0;
	}

	.features .feature-box {
		gap: 10px;
		width: 100%;
	}
	
	.platforms {
		padding: 40px 0 50px;
	}
	
	.platforms h2 {
		margin-bottom: 10px;
	}

	.platforms .row.text-center {
		margin-bottom: 30px;
	}

	.platforms .row.text-center p {
		font-size: 17px;
	}

	.platforms .row .col-12.d-flex {
		gap: 30px 0;
		max-width: 324px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.platforms .platform-box {
		gap: 5px;
		width: 100%;
	}
	
	.platforms .platform-box img {
		width: 118px;
	}
	
	.platforms .platform-box p {
		font-size: 18px;
	}

	.platforms .platform-box a {
		font-size: 19px;
	}
	
	.pricing {
		padding: 40px 0 60px;
	}

	.pricing .container {
		max-width: 324px;
	}

	.pricing h2 {
		margin-bottom: 10px;
	}

	.pricing .row.text-center p {
		margin-bottom: 30px;
		font-size: 16px;
	}
	
	.pricing .package {
		gap: 8px;
		width: 100%;
		padding: 18px 15px 42px;
	}
	
	.pricing .package h3 {
		font-size: 18px;
	}

	.pricing .package .price,
	.pricing .package ul li {
		font-size: 14px;
	}

	.pricing .package .price span {
		font-size: 28px;
	}

	.pricing .package ul {
		margin: 8px 0;
	}
	
	.pricing .package .btn span {
		font-size: 10px;
		top: 105%;
	}
	
	.setup-steps {
		padding: 60px 0 70px;
	}

	.setup-steps .container {
		max-width: 400px;
	}

	.setup-steps .row.text-center {
		margin-bottom: 50px;
	}

	.setup-steps .row.align-items-center:not(:last-child) {
		margin-bottom: 30px;
	}

	.setup-steps .row.align-items-center .col:first-child,
	.setup-steps .row.align-items-center .col:last-child {
		width: 100%;
	}
	
	.setup-steps .row.align-items-center .col:first-child {
		margin-bottom: 20px;
	}

	.setup-steps .row.align-items-center .col:last-child {
		padding: 0 12px;
		text-align: center;
	}
	
	.setup-steps .row.align-items-center img {
		width: 269px;
	}
	
	.setup-steps .row.align-items-center h3 {
		font-size: 24px;
		margin-bottom: 0;
	}

	.setup-steps .row.align-items-center p {
		font-size: 17px;
		margin-bottom: 10px;
	}
	
	.the-team {
		padding: 50px 0;
	}

	.the-team .row.text-center {
		margin-bottom: 60px;
	}

	.the-team .row.text-center h2 {
		margin-bottom: 0;
	}

	.the-team img {
		margin-top: 30px;
		width: 666px;
	}

	.the-team .col:first-child,
	.the-team .col:last-child {
		width: 100%;
		text-align: center;
	}
	
	.the-team .col:first-child {
		margin-bottom: 20px;
	}
	
	.image-column {
		padding: 70px 0;
	}
	
	.image-column .container {
		max-width: 424px;
	}
	
	.image-column .col:first-child,
	.image-column .col:last-child {
		width: 100%;
	}
	
	.image-column .col:first-child {
		margin-bottom: 30px;
	}

	.image-column .col:last-child {
		padding: 0 12px;
		text-align: center;
	}
	
	.image-column img {
		width: 285px;
	}

	.image-column h2 {
		margin-bottom: 20px;
	}

	.image-column .btn {
		margin-top: 20px;
	}
	
	.contact-form .container {
		max-width: 363px;
	}

	.contact-form h1,
	.contact-form h2 {
		margin-bottom: 30px;
		font-size: 36px;
	}

	.wpcf7 {
		padding: 15px 30px 30px;
		margin-bottom: 10px;
	}

	.wpcf7 form label {
		font-size: 13px;
	}

	.wpcf7 form label input:not(input[type="submit"]),
	.wpcf7 form label textarea {
		padding: 8px 13px;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.wpcf7 form label textarea {
		height: 94px;
	}
	
	.use-cases .row.text-center {
		margin-bottom: 30px;
	}
	
	.use-cases .row:not(.row.text-center) .col-12:first-child {
		margin-bottom: 30px;
	}
	
	.use-cases a {
		text-align: center;
	}

	.use-cases img {
		margin-bottom: 20px;
		width: 382px;
	}
	
	.use-cases h3,
	.use-cases p {
		text-align: start;
	}

	.use-cases p {
		font-size: 14px;
		gap: 5px;
	}
	
	.classic-hero {
		padding: 30px 0;
	}

	.classic .container {
		max-width: 600px;
	}
	
	.press-kit {
		padding: 40px 0;
	}
	
	.press-kit .container {
		max-width: 524px;
	}

	.press-kit h2 {
		font-size: 24px;
	}

	.press-kit h3 {
		font-size: 20px;
	}
	
	.press-kit .press-kit-tabs-container {
		padding: 16px;
		margin-bottom: 24px;
		position: static;
	}

	.press-kit .press-kit-tabs-container .btn {
		padding: 8px 11px;
		font-size: 12px;
		text-align: center;
	}
	
	.press-kit .press-kit-content {
		padding: 30px;
	}
	
	.press-kit .press-kit-content.overview,
	.press-kit .press-kit-content.our-founder,
	.press-kit .press-kit-content.logo-variants,
	.press-kit .press-kit-content.how-merceo-works,
	.press-kit .press-kit-content.press-kit-contacts,
	.press-kit .press-kit-content.press-kit-faqs h2 {
		text-align: center;
	}
	
	.press-kit .press-kit-content.overview .row:not(:last-child) {
		margin-bottom: 24px;
	}

	.press-kit .press-kit-content.overview .row:nth-child(2) {
		margin-bottom: 30px;
	}

	.press-kit .press-kit-content.overview .row:nth-child(2) p,
	.press-kit .press-kit-content.our-founder p {
		font-size: 16px;
	}

	.press-kit .press-kit-content.overview .row .col-12.d-flex {
		gap: 20px 0;
	}
	
	.press-kit .press-kit-content.overview .row:last-child {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.press-kit .press-kit-content.overview .press-kit-feature {
		padding: 0;
		width: 100%;
	}
	
	.press-kit .press-kit-content.overview .press-kit-feature img {
		width: 38px;
	}

	.press-kit .press-kit-content.overview .press-kit-feature h3 {
		margin: 8px 0;
	}

	.press-kit .press-kit-content.overview .press-kit-feature p,
	.press-kit .press-kit-content.press-kit-contacts p,
	.press-kit .press-kit-content.press-kit-faqs p {
		font-size: 14px;
	}
	
	.press-kit .press-kit-content.our-founder h3 {
		margin-bottom: 8px;
	}

	.press-kit .press-kit-content:not(:last-child),
	.press-kit .press-kit-content.our-founder .row:not(:last-child),
	.press-kit .press-kit-content.press-kit-contacts .row:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.press-kit .press-kit-content.our-founder .row:last-child .col:first-child {
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: center;
	}
	
	.press-kit .press-kit-content.our-founder .col:first-child,
	.press-kit .press-kit-content.our-founder .col:last-child,
	.press-kit .press-kit-content.press-kit-contacts .col:first-child,
	.press-kit .press-kit-content.press-kit-contacts .col:last-child {
		width: 100%;
	}

	.press-kit .press-kit-content.our-founder .col:first-child,
	.press-kit .press-kit-content.press-kit-contacts .col:first-child {
		padding-right: 12px;
		margin-bottom: 20px;
	}

	.press-kit .press-kit-content.our-founder .col:last-child,
	.press-kit .press-kit-content.press-kit-contacts .col:last-child {
		padding-left: 12px;
	}
	
	.press-kit .press-kit-content.our-founder img {
		width: 181px;
	}

	.press-kit .press-kit-content.our-founder .business-years,
	.press-kit .press-kit-content.our-founder .team-size {
		height: 134px;
		width: 50%;
	}

	.press-kit .press-kit-content.our-founder .business-years {
		margin-bottom: 0;
	}
	
	.press-kit .press-kit-content.logo-variants h2,
	.press-kit .press-kit-content.how-merceo-works h2 {
		margin-bottom: 20px;
	}

	.press-kit .press-kit-content.our-founder .business-years p,
	.press-kit .press-kit-content.our-founder .team-size p {
		font-size: 12px;
		gap: 16px;
	}

	.press-kit .press-kit-content.our-founder .business-years p span,
	.press-kit .press-kit-content.our-founder .team-size p span {
		font-size: 32px;
	}
	
	.press-kit .press-kit-content.logo-variants .col-12.d-flex {
		gap: 20px 2.8%;
	}
	
	.press-kit .press-kit-content.logo-variants img {
		width: 148px;
	}
	
	.press-kit .press-kit-content.how-merceo-works img {
		width: 427px;
	}
	
	.press-kit .press-kit-content.press-kit-contacts img {
		width: 128px;
	}

	.press-kit .press-kit-content.press-kit-contacts hr {
		margin: 4px 0;
	}

	.press-kit .press-kit-content.press-kit-contacts p:not(:last-of-type) {
		margin-bottom: 8px;
	}
	
	.press-kit .press-kit-content.press-kit-faqs h2,
	.press-kit .press-kit-content.press-kit-faqs .row .col-12 div:not(:last-child) {
		margin-bottom: 16px;
	}

	.press-kit .press-kit-content.press-kit-faqs span {
		font-size: 20px;
		margin-bottom: 6px;
	}
	
	.footer {
		padding-top: 40px;
	}
	
	.footer .col:last-child .row .col-12:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.footer .col img {
		margin-bottom: 10px;
		width: 110px;
	}

	.footer .col .widget-title {
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	.footer ul li {
		margin-bottom: 5px;
	}
	
	.copyright {
		padding-bottom: 20px;
	}

	.copyright .container .row {
		padding-top: 20px;
	}
	
	.copyright .container .row .col-12 {
		flex-wrap: wrap;
	}
	
	.copyright .container .row .col-12 p {
		width: 100%;
	}
	
	.footer .col p,
	.footer ul li a,
	.copyright .container .row .col-12 p.mb-md-0 {
		font-size: 11px;
	}
	
	.copyright .container .row .col-12 p.d-flex {
		gap: 5px;
		justify-content: center;
	}
	
	.copyright .social-icon svg {
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.hero-section img.hero-bg-img {
		left: 10%;
	}
	
	.numbers-banner .col-12.d-flex {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.numbers-banner p,
	.numbers-banner p span {
		width: 100%;
	}
	
	.numbers-banner-columns img.hero-bg-img {
		right: 10%;
	}
	
	.classic .container {
		max-width: 400px;
	}
}