body {
    font-family: "Ubuntu", serif;
}
.section-padding{
	padding: 5rem 4rem;
}
a{
	text-decoration: none;
}
.section-header-container{
	text-align: center;
}
/*banner*/
.about-banner{
	position: relative;
}
.about-banner .about-banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.about-banner .about-banner-content h1{
	font-size: 4.6rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
.about-banner .about-banner-content p{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
}
/*Navigation*/
.navigation-block{
	padding: 1rem 3.5rem;
	border-bottom: 1px solid #E0E0E0
}
.navigation-block ul li {
    margin-right: 1rem !important;
    position: relative;
}
.navigation-block ul {
	margin-bottom: 0;
}
.navigation-block ul li:after {
    content: "/";
    position: absolute;
    right: -30%;
    top: 0;
    color: #626C7A;
}
.navigation-block ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}
.navigation-block ul li:last-child {
    margin-right: 0 !important;
}
.navigation-block ul li:last-child:after{
	content: "";
}
.navigation-block ul li.current-page a{
	color: #003541;
}
/*Our Story*/
.about-our-story .about-our-story-content{
	max-width: 70%;
	margin: 0 auto;
} 
.section-header-container p.sub-header{
	color: #896E22;
	font-size: 0.9rem;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 2rem;
}
.section-header-container p.sub-header:after{
	content: '';
	width: 25px;
	height: 1px;
	background-color: #121212;
	position: absolute;
	bottom: -1rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section-header-container h2.section-header{
	color: #333333;
	font-size: 3.75rem;
	font-weight: 300;
	margin-bottom: 2rem;
	 font-family: "Libre Franklin", sans-serif;
}
.about-our-story .about-our-story-para{
	color: #333;
}
.about-our-story .about-our-story-para h5{
	font-weight: 400;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.about-our-story .about-our-story-para p{
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 400;
}
/*why choose us*/
.why-choose-us{
	background-color: #FBF7EE;
}
.why-choose-us .section-header-container{
	max-width:600px;
	margin: 0 auto;
}
.why-choose-box a {
    text-decoration: none;
}
.why-choose-us .why-choose-slide .why-choose-box-img {
    margin-bottom: 2rem;
}
.why-choose-us .why-choose-slide .why-choose-box-img {
    margin-bottom: 2rem;
}
.why-choose-us .why-choose-slide .why-choose-content .count{
	width: 40px;
	height: 40px;
	color: #B4984B;
	border-radius: 70%;
	border: 1px solid #B4984B;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.why-choose-us .why-choose-slide .why-choose-content h3{
	font-weight: 400;
	color: #333;
	font-size: 18px;
	max-width: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.meet-team-content h4{
	font-weight: 400;
}
.why-choose-us .why-choose-slide .why-choose-content p{
	color: #333;
	font-size: 0.9rem;
	max-width: 90%;
	line-height: 1.4;
}
.why-choose-us .why-choose-slide .owl-item.center{
	margin-top: 12rem;
}
.why-choose-slide .owl-dots .owl-dot span{
	background-color: #E8DFC7;
}
.why-choose-slide .owl-dots .owl-dot.active span{
	background-color: #0A424A;
}
/*Drive Us */
.drives-us{
	background-image: url(../images/about-us/drive-us.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.drives-us .drives-content p{
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 300;
	text-align: center;
}
.drives-us .section-header-container h2.section-header,.drives-us  .section-header-container p.sub-header{
	color: #fff;
}
.drives-us .section-header-container p.sub-header:after{
	background-color: #fff;
}
.drives-us .drives-container{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 2rem;
	width: 80%;
	flex-wrap: wrap;

}
.drives-us .drives-container .drive-box{
	border-right: 0.8px solid #C3C3C3;
	padding: 0 2rem;
	text-align: center;
}
.drives-us .drives-container .drive-box:last-child{
	border-right: 0;
}
.drives-us .drives-container .drive-box h3{
	color: #C8AB5F;
	font-weight: 300;
	font-size: 3.5rem;
	margin-bottom: 1rem;
}
.drives-us .drives-container .drives-content p{
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 60%;

}
/*our ethos*/
.our-ethos-sec{
	padding: 0 4rem;
}
.our-ethos-sec .our-ethos-container{
	display: flex;
	justify-content: space-between;
}
.our-ethos-sec .our-ethos-container .our-ethos-img{
	width: 40%;
}
.our-ethos-sec .our-ethos-container .our-ethos-content{
	align-self: center;
	width: 55%;
}
.our-ethos-sec .our-ethos:first-child{
	margin-bottom: 2rem;
}
.our-ethos-sec .our-ethos h3{
	color: #333;
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 1rem;
}
.our-ethos-sec .our-ethos p{
	color: #333;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
}
/*meet team section*/
.meet-team-sec{
	background-color: #FBF7EE;
}
.meet-team-sec .meet-team-container{
	display: flex;
    gap: 2.5%;
    flex-wrap: wrap;
}
.meet-team-sec .meet-team-container .meet-team-box{
	width: calc((100% - 5%) / 3);
	margin-bottom: 5%;
}
.meet-team-sec .meet-team-container .meet-team-box .meet-team-content .desgi{
	text-transform: uppercase;
	font-size: 1rem;
	margin: 1rem 0 5px;
	font-weight: 300;
	color: #333;

}
.meet-team-sec .meet-team-container .meet-team-box .meet-team-content h3{
	color: #333;
	font-weight: 400;
	font-size: 1.2rem;
}
/*certifications*/
.certifications .certifications-container{
	display: flex;
	flex-wrap: wrap;
}
.certifications .certifications-container .certifications-box{
	width: calc(100% / 5);
    padding: 0 4rem;
    align-self: center;
    border-right: 1px solid #C7C7C7;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certifications .certifications-container .certifications-box:last-child{
	border-right: 0;
}
/*ethics*/
.ethics-section{
	padding: 0 4rem;
	background-color: #FBF7EE;
}
.ethics-section .ethics-container{
	display: flex;
	justify-content: space-between;
}
.ethics-section .ethics-container .ethics-content{
	width: 55%;
	align-self: center;
}
.ethics-section .ethics-container .ethics-img{
	width: 40%;
}
.ethics-section .section-header-container{
	text-align:left;
}
.ethics-section .section-header-container p.sub-header:after{
	margin: 0;
}
.ethics-section .ethics-container .ethics-content p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}
/*testimonial*/
.testimonial-sec{
	padding:5rem 0rem 5rem 4rem;
}
.testimonial-sec .section-header-container{
	text-align: left;
}
.testimonial-sec .section-header-container p.sub-header:after {
    margin: 0;
}
.testimonial-container .testimonial-box img{
	width: auto !important;
	margin: 0 auto;
	margin-bottom: 1rem;

}
.testimonial-container .testimonial-box{
	text-align: center;
	padding: 1rem 2rem;
	border-right: 1px solid #E0E0E0;
}
.testimonial-container .testimonial-box .testi-para{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #333;
}
.testimonial-container .testimonial-box .testi-name{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.3;
	color: #896E22;
}
.testimonial-container.owl-theme .owl-nav {
    position: absolute;
    top: -12rem;
    right: 4rem;
    width: 10%;
    display: flex;
}
.testimonial-container.owl-carousel .owl-nav button.owl-next,
.testimonial-container.owl-carousel .owl-nav button.owl-prev{
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003541;
	border: 1px solid #003541;
	border-radius: 50px;

}
.section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
}
.section-header p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
}
.section-header h2 {
    font-size: 3.75rem;
    font-weight: 300;
    color: #333;
     font-family: "Libre Franklin", sans-serif;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}
.newletter-sec.section-padding {
    padding: 5rem 0rem 5rem 3rem;
    background: linear-gradient(to right, #FFFAEE 85%, #fff 15%);
}
.newletter-container {
    display: flex;
    justify-content: space-between;
}
.newletter-container .newletter-box {
    width: 40%;
}
.newletter-container .newletter-img {
    width: 50%;
}
.newletter-container .customer-form p {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}
.newletter-container .customer-form input[type="submit"] {
    background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    max-width: 300px;
    margin-right: 0px;
}

.newletter-container .customer-form {
    display: flex;
    margin-top: 0rem;
}

.newletter-container .section-header p:after {
    margin: 0;
}
.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
}
.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}
.tnp-subscription label, .tnp-profile label {
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}
.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
    max-width: 600px;
}
.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}
.tnp-field input[type="submit"] {
    position: inherit;
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 568px) {
	.desktop-view{
		display: none;
	}
	.mobile-view{
		display: block;
	}
	.section-padding {
	    padding: 3rem 1rem;
	}
	.drives-us .drives-container .drive-box{
		width: calc((100% - 10px) / 2);
		padding: 1.5rem 0;
	}
	.drives-us .drives-container{
		width: 100%;
		justify-content: center;
	}
	.drives-us .drives-container .drive-box h3{
		font-size: 2rem;
	}
	.drives-us .drives-content p{
		margin-bottom: 2rem;
	}
	.drive-box p{
		margin-bottom: 0 !important;
	}
	.drives-us .drives-container .drive-box:first-child{
		border-bottom: 0.8px solid #C3C3C3;
	}
	.drives-us .drives-container .drive-box:nth-child(2){
		border-right: 0;
		border-bottom: 0.8px solid #C3C3C3;
	}
	.certifications .certifications-container .certifications-box{
		width: calc((100% - 20px) /2);
		padding: 0 1rem;
		border:0 !important;
	}
	.certifications .certifications-container{
		justify-content: center;
	}
	.about-banner .about-banner-content h1{
		font-size: 48px;
		margin-bottom: 1rem;
	}
	.about-banner .about-banner-content p{
		max-width: 80%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1.8;
	}
	.navigation-block{
		padding: 1rem 0;
	}
	.about-our-story .about-our-story-content{
		max-width: 100%;
	}
	.section-header-container h2.section-header{
		font-size: 2.5rem;
	}
	.why-choose-us .why-choose-slide .owl-item.center{
		margin-top: 0rem;
	}
	.why-choose-us .why-choose-slide .why-choose-content h3{
		max-width: 100%;
	}
	.our-ethos-sec {
	    padding: 0rem;
	}
	.our-ethos-sec .col-12{
		padding: 0;
	}
	.our-ethos-sec .our-ethos-container{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.our-ethos-sec .our-ethos-container .our-ethos-img{
		width: 100%;
	}
	.our-ethos-sec .our-ethos-container .our-ethos-content{
		width: 100%;
		padding: 2rem 3rem;
		text-align: center;
	}
	.meet-team-sec .meet-team-container .meet-team-box{
		width: 100%;
	}
	.meet-team-sec{
		padding: 3rem 0 3rem 2rem;
	}
	.meet-team-sec .col-12{
		padding: 0;
	}
	.meet-team-content h4{
		font-size: 1.4rem;
	}
	.meet-team-sec .meet-team-container .meet-team-box .meet-team-content .desgi{
		font-size: 0.8rem;
	}
	.meet-team-container .owl-dots{
		margin:1rem auto;
	}
	.section-header h2{
		font-size: 2rem;
	}
	.meet-team-container .owl-dots .owl-dot.active span, .meet-team-container .owl-dots .owl-dot:hover span{
		background: #003541;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
    	padding-left: 0 !important;
    }
	.newletter-container .customer-form {
	    display: flex;
	    margin-top: 0rem;
	    justify-content: center;
	}
	.newletter-container .section-header p:after{
		margin: 0 auto;
	}
	.newletter-container .customer-form p {
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 1.5rem auto;
    }
    .newletter-container .customer-form input[type="submit"] {
        margin: 1.5rem auto;
        padding: 1rem 3rem;
        max-width: 200px;
    }
    .newletter-container .newletter-box {
	    padding: 2rem 1rem 0;
	}
	.newletter-sec .section-header p:after{
		display: none;
	}
	.about-our-story .about-our-story-para p{
		font-size: 1rem;
	}
	.tour_review-main .sub-header,.tour_review-main .section-header h2{
		text-align: center;
	}
    .customer-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
       	margin-bottom: 0rem;
    }
	.testimonial-sec .section-header-container p.sub-header:after{
		margin: 0 auto;
	}
	.wpcf7-spinner{

	}
}
@media screen and (min-width:569px) and (max-width:768px) {
	.section-padding{
		padding: 4rem 2rem;
	}
	.navigation-block{
		padding: 1rem 2rem;
	}

.desktop-view{
	display: block;
}
.mobile-view{
	display: none !important;
}
	.why-choose-us.section-padding{
		padding: 4rem 0;
	}
	.drives-us .drives-container .drive-box{
		width: 50%;
		padding: 1rem 0;
	}
	.section-header-container h2.section-header{
		font-size: 3rem;
	}
	.about-our-story .about-our-story-content{
		max-width: 80%;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
    	padding-left: 0 !important;
    }
	.newletter-container .customer-form {
	    display: flex;
	    margin-top: 0rem;
	    justify-content: center;
	}
	.newletter-container .newletter-box{
		padding: 2rem;
	}
	.newletter-container .section-header p:after{
		margin: 0 auto;
	}
	.meet-team-sec .meet-team-container .meet-team-box{
		width: 100%;
	}
	.meet-team-content h4{
		font-size: 2rem;
	}
	.meet-team-sec .meet-team-container .meet-team-box .meet-team-content .desgi{
		font-size: 1.3rem;
	}
	.meet-team-container .owl-dots{
		margin:1rem auto;
	}
	.meet-team-container .owl-dots .owl-dot.active span, .meet-team-container .owl-dots .owl-dot:hover span{
		background: #003541;
	}
	.certifications .certifications-container .certifications-box{
		margin-bottom: 1rem;
		width: calc(100% / 3);
		padding: 0 2rem;
	}
	.certifications .certifications-container{
		justify-content: center;
	}
	.drives-us .drives-container .drive-box:first-child{
		border-bottom: 0.8px solid #C3C3C3;
	}
	.drives-us .drives-container .drive-box:nth-child(2){
		border-right: 0;
		border-bottom: 0.8px solid #C3C3C3;
	}
}
@media screen and (min-width:769px) and (max-width:991px) {
	.about-banner .about-banner-content{
		top:40%;
	}
	.navigation-block{
		padding: 1rem 2rem !important;
	}
	.about-our-story .about-our-story-content{
		width: 80%;
	}
	.section-padding {
	    padding: 5rem 2rem;
	}
	.drives-us .drives-container{
		width: 100%;
	}
	.drives-us .drives-container .drive-box h3{
		font-size: 2.2rem;
	}
	.section-header-container h2.section-header{
		font-size: 3rem;
	}
	.meet-team-sec .meet-team-container .meet-team-box{
		width: 100%;
	}
	.meet-team-content h4{
		font-size: 2rem;
	}
	.meet-team-sec .meet-team-container .meet-team-box .meet-team-content .desgi{
		font-size: 1.3rem;
	}
	.meet-team-container .owl-dots{
		margin:1rem auto;
	}
	.meet-team-container .owl-dots .owl-dot.active span, .meet-team-container .owl-dots .owl-dot:hover span{
		background: #003541;
	}
	.certifications .certifications-container .certifications-box{
		margin-bottom: 1rem;
		width: calc(100% / 3);
		padding: 0 2rem;
	}
	.certifications .certifications-container{
		justify-content: center;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
    	padding-left: 0 !important;
    }
	.newletter-container .customer-form {
	    display: flex;
	    margin-top: 0rem;
	    justify-content: center;
	}
	.newletter-container .newletter-box{
		padding: 2rem;
	}
	.newletter-container .section-header p:after{
		margin: 0 auto;
	}
	.drives-us .drives-container .drive-box{
		width: calc(100% / 4);
	}
	.about-banner-img.desktop-view{
		display: block !important;
	}
	.about-banner-img-mobile.mobile-view{
		display: none !important;
	}
}
@media screen and (min-width:992px) and (max-width:1024px) {
	.about-our-story .about-our-story-content{
		max-width: 90%;
	}
	.drives-us .drives-container{
		width: 100%;
	}
	.drives-us .drives-container .drive-box{
		padding: 0 1rem;
	}
	.drives-us .drives-container .drive-box h3{
		font-size: 3rem;
	}
	.certifications .certifications-container .certifications-box{
		padding: 0 2rem;
	}
	.section-header h2{
		font-size: 3rem;
	}
	.newletter-container .newletter-box{
		width: 45%;
	}
	.newletter-container .newletter-img{
		align-self: center;
	}

	.newletter-container .section-header h2{
		font-size: 3rem;
	}
	.section-header-container h2.section-header{
		font-size: 3rem !important;
	}
	.newletter-container .customer-form input[type="submit"]{
		width: 150px;
	}
	.newletter-container .customer-form input.wpcf7-email{
		width: 280px;
		margin-right: 1rem;
	}	

}
@media screen and (min-width:1025px) and (max-width:1280px) {
	.section-header-container h2.section-header{
		font-size: 3.2rem;
	}
	.why-choose-us .why-choose-slide .why-choose-content h3{
		max-width: 100%;
	}
	.newletter-container .newletter-box {
	    width: 45%;
	}
	.newletter-container .newletter-img{
		align-self: center;
	}

	.newletter-container .section-header h2{
		font-size: 3.5rem;
	}
}
@media screen and (min-width:1600px) and (max-width:1999px) {
	.our-ethos-sec .our-ethos p,.drives-us .drives-content p,
	.why-choose-us .why-choose-slide .why-choose-content p,.about-our-story .about-our-story-para p{
		font-size: 1.3rem;
	}
	.our-ethos-sec .our-ethos h3{
		font-size: 2.2rem;
	}
	.why-choose-us .why-choose-slide .why-choose-content h3{
		font-size: 1.8rem;
	}
}
@media screen and (min-width:2000px) and (max-width:2048px) {
	.our-ethos-sec .our-ethos p,.drives-us .drives-content p,
	.why-choose-us .why-choose-slide .why-choose-content p,.about-our-story .about-our-story-para p{
		font-size: 1.3rem;
	}
	.our-ethos-sec .our-ethos h3{
		font-size: 2.2rem;
	}
	.why-choose-us .why-choose-slide .why-choose-content h3{
		font-size: 1.8rem;
	}
}
@media screen and (min-width:2500px) {
    body {
        max-width: 2500px;
    }

}