﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.page-spacing {
	margin: 4rem 0;
}

/*--- HEADER STYLES ---------------------*/

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	gap: 20px;
}

.logo-section {
	background: #14006b;
	padding: 15px 50px;
	border-radius: 0 100px 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 350px;
	max-width: 500px;
	width: 24%;
}

.logo-img {
	height: 130px;
	width: auto;
}

.right-wrapper {
	background: #f5f5f5;
	flex: 1;
	border-radius: 100px 0 0 100px;
	padding: 0 130px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	height: 160px;
}

.right-section {
	display: flex;
	align-items: center;
	gap: 20px;
}

.top-bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}

.contact-btn {
	font-family: 'Bebas Neue', sans-serif;
	background: #B1190F;
	color: white;
	border: none;
	padding: 10px 80px;
	border-radius: 25px;
	font-weight: 500;
	cursor: pointer;
	margin-right: 10px;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
}

.icons i {
	font-size: 18px;
	margin-left: 12px;
	cursor: pointer;
	color: #14006b;
	transition: 0.2s;
}

.icons i:hover {
	color: #c21807;
}
/*---BODY--------------------------------*/

/*---HERO--------------------------------*/

.category-section {
	font-family: 'Bebas Neue', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 400px;
	padding: 120px 20px;
	background: #fff;
	flex-wrap: nowrap;
}

.category-item {
	text-align: center;
	text-decoration: none;
	color: #6b7c8f;
	transition: 0.3s;
}

.category-item img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.category-item h3 {
	margin-top: 20px;
	font-size: 30px;
	letter-spacing: 3px;
}

.category-item:hover {
	transform: translateY(-5px);
	color: #000;
}

/*--------QUICK LINKS STYLES--------------------*/

.quick-links {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	flex-wrap: wrap; 
}

.quick-links .image-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 300px;
}

.quick-links .card {
	flex: 1 1 300px; 
	max-width: 700px;
}

.img-wrapper img, .side-img img {
	width: 100%;
	height: auto;
}

.img-wrapper {
	position: relative;
	width: 100%;
}

.img-wrapper img {
	width: 100%;
	display: block;
}

.img-wrapper h2 {
	position: absolute;
	top: 50%;
	left: 30px;            
	transform: translateY(-50%);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-size: 40px;
	color: #fff;
	text-align: left;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 3px;
}

.card p {
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 3px;
	font-size: 26px;
	color: #000;
	font-style: italic;
	padding: 5px 0;
}

.quick-links a {
	display: inline-block;
	padding: 15px 25px;;
	border: 1px #000066 solid;
	border-radius: 25px;
	margin-top: 20px;
	text-align: center;
	color: #000066;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	width: 250px;
	background: #fff;
	transition: .3s ease;
}

.quick-links a:hover {
	background: #000066;
	color: #fff;
	border: 2px solid #fff;
}

/*--------CUSTOMER REVIEW STYLES--------------------*/

.client-feedback {
	margin-top: 5rem;
	position: relative;
	z-index: 1;
}

.client-img img {
	width: 100%;
	height: 300px;
}

.overlay-section {
	display: flex;
	justify-content: center;
	padding: 60px 20px;
	margin-top: -220px; 
	position: relative;
	z-index: 2;
}

.overlay-section {
	display: flex;
	justify-content: center;
	padding: 60px 20px;
}

.overlay-card {
	display: flex;
	max-width: 1300px;
	width: 100%;
	min-height: 420px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	font-family: 'Barlow', sans-serif;
}

.overlay-left {
	flex: 1;
	padding: 50px;
}

.overlay-left h1  {
	font-size: 28px;
	letter-spacing: 2px;
	color: #001b5e;
	margin: 0;
}

.overlay-left h1 span {
	display: block;
	font-weight: 500;
	font-style: italic; 
}

.overlay-left p {
	margin-top: 15px;
	line-height: 1.6;
}

.btn {
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #4B4B4B;
}
.btn i {
	color: #001b5e;
	padding-left: 5px;
}

.overlay-right {
	flex: 1;
	background: url("../siteart/white-stripes.webp");
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-slider {
	font-family: 'Barlow', sans-serif;
	position: relative;
	width: 100%;
	max-width: 520px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	border: 3px #f5f5f5 solid;
}

.slide  {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
	align-items: center; 
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}

.slide.active {
	opacity: 1;
	pointer-events: auto;
}

.slide p {
	max-width: 420px;
	text-align: center;
	font-size: 16px;
}

.slide p:last-of-type {
	margin-top: auto; 
	text-align: center;
	font-size: 13px;
	color: #666;
}

.slide p:first-of-type {
	margin-bottom: 10px;
}

.stars {
	color: gold;
	margin-bottom: 20px;
	font-size: 18px;
}

/*--------NEW MODEL SECTION STYLES--------------------*/

.split-section {
	font-family: 'Bebas Neue', sans-serif;
	margin-top: 3rem;
	display: flex;
	width: 100%;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	min-height: 700px;
	gap: 20px;
}

.split img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.split-left, .split-right {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 0;
}

.split-left img, .split-right img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.split-left img {
	z-index: 0;
}

.split-left h2, .split-left p {
	position: relative;
	z-index: 1;
}

.split-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	color: #fff;
}

.split-left h2, .split-left p, .split-left a {
	max-width: 700px;
	position: relative;
	z-index: 1;
}

.split-left h2 {
	margin-bottom: 15px;
	font-size: 40px;
	letter-spacing: 3px;
}

.split-left p {
	margin: 10px 0;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
}

.split-left a {
	margin-top: 25px;
	font-family: 'Bebas Neue', sans-serif;
	background: #000049;
	color: #fff;
	border: none;
	padding: 10px 80px;
	border-radius: 25px;
	font-weight: 500;
	cursor: pointer;
	margin-right: 10px;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.split-left .content {
  	padding: 60px 150px;
}

/*--------CONTENT PAGE STYLES--------------------*/

.page-header {
	font-family: 'Bebas Neue', sans-serif;
	position: relative;
	height: 200px;
	background: url("../siteart/adventure-banner-opacity.webp") center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #9a0000;
	font-size: 30px;
	letter-spacing: 3px;
	margin-top: 10px;
}

.mySlider {
	overflow: hidden;
}

.mySlider img {
	width: 100%;
	display: block;
	border-radius: 6px;
}
.slider-wrapper {
	position: relative;
	padding: 0 60px;
}

.slider-wrapper .swiper-button-prev, .slider-wrapper .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 25px;
	height: 25px;
	color: #ddd;
}

.slider-wrapper .swiper-button-prev {
	left: 0;
}

.slider-wrapper .swiper-button-next {
	right: 0;
}


.swiper-slide {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	background: #fff;
}

/*--------ABOUT US PAGE STYLES--------------------*/

.about-section {
	padding: 4rem clamp(2rem, 15vw, 10rem);
	font-family: 'Barlow', sans-serif;
}


.about-content h2 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000066;
}

.about-content h3 {
	font-size: 26px;
	font-weight: 500;
	padding-bottom: 30px;
	color: #333;
	font-style: italic;
}

.about-content p {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 40px;
	color: #000;
	line-height: 24px;
}

.about-red-btn {
	font-family: 'Bebas Neue', sans-serif;
	background: #b20000;
	color: #fff;
	border: none;
	padding: 10px 60px;
	border-radius: 25px;
	cursor: pointer;
	margin-right: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: .3 ease;
	width: 150px;
	margin-bottom: 4rem;
}


.about-blue-btn {
	font-family: 'Bebas Neue', sans-serif;
	background: #000049;
	color: #fff;
	border: none;
	padding: 10px 60px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: .3 ease;
	width: 150px;
	margin-bottom: 4rem;
}

/*--------SERVICE PAGE STYLES--------------------*/

.what-we-do {
	padding: 60px 40px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
}

.what-we-do h2 {
	letter-spacing: 2px;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 500;
}

.divider {
	height: 1px;
	background: #bbb;
	margin: 0 auto 40px;
	width: 100%;
}

.services {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	text-align: left;
}

.services ul {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
}

.services li {
	margin: 10px 0;
	font-size: 16px;
	color: #222;
	letter-spacing: 1px;
}

/*--------RV RENTALS STYLES--------------------*/


.rv-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	align-items: stretch;
	margin-bottom: 100px;
}

.rv-card {
	background: #fff;
	padding: 30px;
	border: 0.5px solid #ddd;
	text-align: left;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.rv-image {
	width: 100%;
	max-width: 320px;
	display: block;
	margin: 0 auto ;
	height: auto;
	
}

.rv-card h2 {
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 20px 0 10px;
	font-family: 'Bebas Neue', sans-serif;
}

.rv-card p {
	color: #555;
	line-height: 1.5;
	margin-bottom: 25px;
	font-family: 'Barlow', sans-serif;
}

.rv-card h2, .rv-card p {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.rv-buttons {
	display: flex;
	gap: 10px;
	margin-top: 120px;
	justify-content: center;
	flex-wrap: wrap;
}

.rv-buttons a {
	flex: 1;
}

.rv-buttons i {
	padding: 0 10px;
}

.RV-red-btn {
	font-family: 'Bebas Neue', sans-serif;
	background: #b20000;
	color: #fff;
	border: none;
	padding: 10px 60px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 150px;
}


.RV-blue-btn {
	font-family: 'Bebas Neue', sans-serif;
	background: #000049;
	color: #fff;
	border: none;
	padding: 10px 60px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 150px;
}

/*--------CONTACT FORM STYLES--------------------*/

.contact-wrapper {
	display: flex;
	gap: 40px;
	max-width: 1500px;
	padding: 4rem clamp(2rem, 15vw, 10rem);
}

.contact-left {
	border-left: 15px #f5f5f5 solid;
	padding-left: 3rem;
	flex: 1;
	min-width: 280px;
	font-family: 'Barlow', sans-serif;
}

.contact-left h2 {
	margin: 0;
	font-size: 24px;
	color: #000066;
	font-weight: 500;
}

.contact-left h3 {
	margin-top: 5px;
	color: #333;
	font-style: italic;
	font-weight: 500;
	padding-bottom: 20px;
}

.contact-info {
	margin: 25px 0 40px;
	line-height: 1.6;
	color: #333333;
}

.contact-info a {
	color: #333333;
}

.map-box {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
}

.map-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	border: 0;
}

.contact-right {
	flex: 2;
	font-family: 'Barlow', sans-serif;
}

.contact-right h2 {
	margin-top: 0;
	color: #9a0000;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;  
}

.contact-right h3 {
	color: #9a0000;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;  
	padding-bottom: 20px;
}

.subtext {
	margin: 10px 0 20px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
}
.form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
	align-items: flex-start;
}

.form-group label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}

.form-group input, .form-group select, .form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
}

.two-col {
	display: flex;
	gap: 15px;
}

.two-col .form-group {
	flex: 1;
}

.submit-btn {
	background: #980000;
	color: white;
	border: none;
	padding: 10px 80px;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	font-size: 18px;
}

.submit-btn:hover {
	background: #a80000;
}

/*-------- SERVICE FORM STYLES ----------------*/

.service-wrapper {
	display: flex;
	gap: 40px;
	max-width: 1500px;
	margin: 4rem 0;
}
.service-info p {
	color: #000;
	font-size: 16px;
	max-width: 400px;
}

.service-left {
	border-left: 15px #f5f5f5 solid;
	padding-left: 3rem;
	flex: 1;
	min-width: 280px;
	font-family: 'Barlow', sans-serif;
}

.service-left h2 {
	margin: 0;
	font-size: 35px;
	color: #9a0000;
	font-weight: 700;
}

.service-left h3 {
	margin-top: 5px;
	color: #00004C;
	font-style: italic;
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 28px;
}

.three-col {
  display: flex;
  gap: 15px;
}

.three-col .form-group {
  flex: 1;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  align-items: center;
}

.radio-group .check-container {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/*-------- THANKYOU STYLES ----------------*/

.thankyou-text p {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	text-align: center;
	max-width: 800px;
	padding: 40px;
	margin: 0 auto;
}


/*-------- FOOTER STYLES ----------------*/
.footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #333333;
	color: #fff;
	padding: 50px;
	gap: 40px;
	font-family: 'Barlow', sans-serif;
}

.footer-col {
	flex: 1 1 0;
	min-width: 0;
	padding-right: 40px;
	border-right: 2px solid rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.footer-col:last-of-type {
	border-right: none;
}

.footer-col h3 {
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-col p, .footer-col a {
	display: block;
	margin: 6px 0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer-col a:hover {
	color: #ccc;
	text-decoration: underline;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin: 6px 0;
}

.two-col {
	display: flex;
	gap: 40px;
}

.two-col div {
	display: flex;
	flex-direction: column;
}

.footer-logo {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-logo img {
	max-width: 250px;
	width: 100%;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.right-wrapper {
		padding: 0 60px 0 0;
	}
	.img-wrapper h2 {
		font-size: 25px;
	}
	.card p {
		font-size: 18px;
	}
	.contact-wrapper {
		padding: 3rem 4rem;
    	gap: 30px;
  }

}

@media only screen and (max-width: 1300px) {
	.right-wrapper {
		padding: 0 20px 0 0;
	}
	.contact-btn {
		padding: 10px 40px;
		font-size: 16px;
	}
	.logo-section {
		height: 120px;
	}
	.logo-img {
		height: 110px;
		width: auto;
	}
	.img-wrapper h2 {
		font-size: 35px;
	}  
	.split-left .content {
  		padding: 60px 100px;
	}
	.rv-container {
    	grid-template-columns: 1fr;
  }

}

@media only screen and (max-width: 1050px) {
	.category-section {
		gap: 200px;
		padding: 60px 20px;
	}
	.about-section {
		padding: 4rem clamp(2rem, 10vw, 10rem);

}
	
}

@media only screen and (max-width: 1000px) {
	.right-wrapper {
		padding: 0 20px 0 0;
	}
	.side-img {
		display: none;
	}
	.quick-links .card:first-child {
    	display: none;
  	}
	.quick-links {
		padding: 0 20px;
	}
  	.overlay-card {
    	flex-direction: column;
  	}
  	.overlay-right {
    	order: 2; 
		padding: 20px;
  	}
  	.overlay-left {
    	order: 1;
		padding: 30px;
		text-align: center;
	}
	.split-left .content {
  		padding: 60px 60px;
	}
	.split-left a {
		font-size: 16px;
	}
	.footer {
		flex-direction: column;
		gap: 30px;
  }
	.footer-col {
		border-right: none;
		padding-right: 0;
		width: 100%;
  }
	.two-col {
		gap: 20px;
  }
	.footer-logo {
		justify-content: flex-start;
		margin-top: 20px;
  }
	.services {
		flex-wrap: wrap;
		gap: 30px;
  }
	.services ul {
		flex: 1 1 45%;
  }
}

@media only screen and (max-width: 800px) {

	.header {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.logo-section {
		width: 100%;
		max-width: 100%;
		min-width: unset;
		border-radius: 0;
		padding: 15px 0;
		justify-content: center;
	}

	.logo-img {
		height: 90px;
	}

	.right-wrapper {
		border-radius: 0;
		padding: 10px 20px;
		height: auto;
		gap: 10px;
	}

	.top-bar {
		justify-content: center;
		padding: 0;
		flex-wrap: wrap;
	}

	.contact-btn {
		padding: 8px 25px;
		font-size: 16px;
	}

	.icons {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.icons i {
		font-size: 16px;
		margin-left: 0;
	}

	.menu {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 16px;
		color: #14006b;
	}
	.category-section {
		gap: 50px;
		padding: 40px 20px;
	}
	.category-item img {
		max-width: 200px;
	}
	.category-item h3 {
		font-size: 24px;
	}

	.quick-links .card {
    	text-align: center;
    	align-items: center;
	}

	.split-section {
    	flex-direction: column;
  	}

  	.split-left,.split-right {
    	min-height: 600px;
  	}
	.contact-wrapper {
    	flex-direction: column;
    	padding: 2rem;
  }
	.service-wrapper {
    	flex-direction: column;
    	padding: 2rem;
  }
	.contact-left {
    	border-left: none;
    	border-top: 10px #f5f5f5 solid;
    	padding-left: 0;
    	padding-top: 2rem;
  }
	.contact-right h2 {
    	font-size: 28px;
  }
	.contact-right h3 {
		font-size: 20px;
  }
	.two-col, .three-col {
    	flex-direction: column;
  }
}


@media (max-width: 500px) {
	.services ul {
		flex: 1 1 100%;
  }
	.contact-wrapper {
    	padding: 1.5rem;
  }
	.contact-left h2 {
    	font-size: 20px;
  }
	.contact-right h2 {
    	font-size: 24px;
  }
	.service-wrapper {
    	padding: 1.5rem;
	}
	.category-section {
		flex-direction: column;
		gap: 40px;
	}
	.category-item img {
		max-width: 70%;
	}
	.overlay-left h1 {
		font-size: 22px;
	}
	.overlay-left h1 span {
		font-size: 18px;
	}
	.service-left {
		border-left: 0;
		padding-left: 0;
	}
	.about-content h2 {
		font-size: 24px;
	}
	.about-content h3 {
		font-size: 20px;
	}
}

	
			















