.elementor-13 .elementor-element.elementor-element-9ae455b{--display:flex;}.elementor-13 .elementor-element.elementor-element-6b3318a{border-style:none;}.elementor-13 .elementor-element.elementor-element-6b3318a:hover{border-style:none;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-6b3318a{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-6b3318a */@font-face {
	font-family: 'Eurostile#2';
	src: url(https://pb-tx.com/wp-content/uploads/2024/01/Eurostile_Extended_2_Bold-1.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Eurostile';
	src: url(https://pb-tx.com/wp-content/uploads/2024/01/Eurostile-2.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

:root {
	--primary-color: #000;
	--secondary-color: #AD883E;
	--bg-light: #FAFAFA;
	--text-color: #000;
	--spacing-xs: 0.5rem;
	--spacing-sm: 0.7rem;
	--spacing-md: 1rem;
	--spacing-lg: 2rem;
	--spacing-xl: 3rem;
	--border-radius: 4px;
	--transition-speed: 0.3s;
	--animation-duration: 0.6s
}

[data-animation] {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity var(--animation-duration) ease, transform var(--animation-duration) ease
}

[data-animation].animate {
	opacity: 1;
	transform: translateY(0)
}

@media (prefers-reduced-motion:reduce) {
	[data-animation] {
		transition: none;
		opacity: 1;
		transform: none
	}
}

body {
	font-family: 'Eurostile', sans-serif;
	color: var(--text-color);
	line-height: 1.3
}

.section {
	padding: var(--spacing-sm) var(--spacing-xs);
	width: 100%;
	position: relative
}

.section-title {
	font-family: 'Eurostile#2', sans-serif;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: var(--spacing-md);
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	padding: 0 20px
}

.section-title:before,
.section-title:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	background: var(--secondary-color);
	transform: translateY(-50%)
}

.section-title:before {
	left: -15px
}

.section-title:after {
	right: -15px
}

.outline-text {
	color: #fff0;
	-webkit-text-stroke: 1px var(--primary-color);
	text-shadow: 1px 1px 0 rgb(0 0 0 / .1)
}

.emphasis {
	font-weight: 700
}

.emphasis-italic {
	font-weight: 700;
	font-style: italic
}

.gold-text {
	color: var(--secondary-color)
}

.hero-section {
	background-image: url(https://pb-tx.com/wp-content/uploads/2024/04/fpngtlp3b2xnnhu3blvf.jpg);
	background-size: cover;
	background-position: center;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	border-top: 5px solid var(--primary-color);
	border-bottom: 5px solid var(--primary-color);
	position: relative;
	padding-left: var(--spacing-md)
}

.hero-title {
	font-family: 'Eurostile#2', sans-serif;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 4px rgb(0 0 0 / .4);
	letter-spacing: 2px
}

.outline-text-white {
	color: #fff0;
	-webkit-text-stroke: 2px #fff;
	text-shadow: 2px 2px 4px rgb(0 0 0 / .4)
}

.crew-section {
	background-color: var(--bg-light);
	padding-top: var(--spacing-lg);
	padding-bottom: var(--spacing-lg);
	position: relative;
	overflow: hidden
}

.crew-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #f6f6f6 25%, transparent 25%), linear-gradient(-45deg, #f6f6f6 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f6f6f6 75%), linear-gradient(-45deg, transparent 75%, #f6f6f6 75%);
	background-size: 40px 40px;
	background-position: 0 0, 0 20px, 20px -20px, -20px 0;
	opacity: .4;
	z-index: 0
}

.crew-section .section-title,
.team-container,
.action-buttons {
	position: relative;
	z-index: 2
}

.team-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--spacing-md);
	justify-content: center;
	align-content: center;
	padding: 0 5%;
	margin-bottom: var(--spacing-lg)
}

@media screen and (min-width:768px) {
	.team-container {
		grid-template-columns: repeat(3, 1fr)
	}

	.team-container .team-member:nth-child(3n+2) {
		transform: translateY(20px)
	}

	.team-container .team-member:nth-child(3n) {
		transform: translateY(40px)
	}

	.team-container .team-member:hover {
		transform: translateY(15px)
	}

	.team-container .team-member:nth-child(3n+2):hover {
		transform: translateY(15px)
	}

	.team-container .team-member:nth-child(3n):hover {
		transform: translateY(35px)
	}
}

.team-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all var(--transition-speed) ease;
	position: relative;
	padding: 15px;
	border-radius: 10px
}

.team-member:hover {
	transform: translateY(-5px);
	background: linear-gradient(135deg, rgb(255 255 255 / .9) 0%, rgb(240 240 240 / .9) 100%);
	box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.member-image-container {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: var(--spacing-sm);
	box-shadow: 0 4px 8px rgb(0 0 0 / .1);
	border: 3px solid #fff0;
	transition: all var(--transition-speed) ease;
	background-color: #f5f5f5;
	position: relative
}

.team-member:hover .member-image-container {
	border-color: var(--secondary-color);
	box-shadow: 0 6px 12px rgb(173 136 62 / .3)
}

.team-member img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all var(--transition-speed) ease
}

.team-member:hover img {
	transform: scale(1.05)
}

.team-member:nth-child(5) .member-image-container,
.team-member:nth-child(6) .member-image-container {
	position: relative;
	background-color: #e9e9e9;
	overflow: hidden
}

.team-member:nth-child(5) .member-image-container:before,
.team-member:nth-child(6) .member-image-container:before {
	content: '';
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 40%;
	background-color: #d1d1d1;
	border-radius: 50%
}

.team-member:nth-child(5) .member-image-container:after,
.team-member:nth-child(6) .member-image-container:after {
	content: '';
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 70%;
	background-color: #d1d1d1;
	border-radius: 50% 50% 0 0
}

.team-member .name {
	font-family: 'Eurostile#2', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: var(--spacing-xs) 0;
	letter-spacing: 1px
}

.team-member .position {
	color: var(--secondary-color);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .5px;
	text-shadow: .5px .5px 0 rgb(0 0 0 / .1);
	position: relative;
	display: inline-block
}

.team-member .position:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: var(--secondary-color);
	transition: width var(--transition-speed) ease
}

.team-member:hover .position:after {
	width: 70%
}

.divider {
	width: 60%;
	height: 2px;
	background-color: var(--primary-color);
	margin: 8px auto;
	transition: width var(--transition-speed) ease
}

.team-member:hover .divider {
	width: 80%;
	background-color: var(--secondary-color)
}

.action-buttons {
	display: flex;
	justify-content: center;
	gap: var(--spacing-md);
	margin: var(--spacing-md) auto;
	max-width: 500px;
	padding: 0 var(--spacing-sm)
}

.action-button {
	display: inline-block;
	background: linear-gradient(to right, var(--primary-color), #333);
	color: #fff;
	padding: 12px 0;
	text-decoration: none;
	font-family: 'Eurostile#2', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: all var(--transition-speed) ease;
	width: 45%;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: var(--border-radius);
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 6px 12px rgb(0 0 0 / .25)
}

.action-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #333, var(--secondary-color));
	transition: all var(--transition-speed) ease;
	z-index: -1
}

.action-button:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 15px rgb(0 0 0 / .3)
}

.action-button:hover:before {
	left: 0
}

.action-button:after {
	content: '→';
	position: absolute;
	right: 15px;
	opacity: 0;
	transition: all var(--transition-speed) ease
}

.action-button:hover:after {
	opacity: 1
}

.commitment-section {
	background-image: url(https://pb-tx.com/wp-content/uploads/2024/04/rww3boocmymvs4dctgws.avif);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	align-items: center;
	padding: var(--spacing-xl) var(--spacing-sm);
	position: relative
}

.commitment-overlay {
	position: relative;
	z-index: 2
}

.commitment-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .75);
	z-index: 1
}

.commitment-title {
	font-family: 'Eurostile#2', sans-serif;
	font-size: 2.5rem;
	margin-bottom: .5rem;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgb(0 0 0 / .5)
}

.commitment-subtitle {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	letter-spacing: 1.5px
}

.company-worth-container {
	position: relative;
	padding-left: 15px;
	margin: 20px auto;
	display: inline-block;
	transform: translateX(-15px)
}

.company-worth-container::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background-color: var(--secondary-color);
	box-shadow: 0 0 10px rgb(173 136 62 / .5)
}

.company-worth {
	font-family: 'Eurostile#2', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 5px 0
}

.company-worth:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--secondary-color);
	transition: width 1s ease
}

.commitment-overlay[data-animation].animate .company-worth:after {
	width: 100%
}

.commitment-text {
	font-family: 'Eurostile#2', sans-serif;
	font-size: 1.1rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	letter-spacing: .8px;
	text-shadow: 1px 1px 2px rgb(0 0 0 / .7);
	max-width: 90%;
	margin-left: auto;
	margin-right: auto
}

.promise-section {
	background-color: var(--bg-light);
	text-align: center;
	padding: var(--spacing-md) var(--spacing-sm);
	position: relative;
	background-image: radial-gradient(circle at top right, rgb(173 136 62 / .05) 0%, transparent 70%), radial-gradient(circle at bottom left, rgb(173 136 62 / .05) 0%, transparent 70%)
}

.promise-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--primary-color), transparent);
	width: 90%;
	margin: 0 auto
}

.promise-intro {
	max-width: 90%;
	margin: 0 auto var(--spacing-md);
	font-size: .95rem;
	line-height: 1.6
}

.text-link {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 700;
	position: relative;
	transition: color var(--transition-speed) ease
}

.text-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--secondary-color);
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform var(--transition-speed) ease
}

.text-link:hover {
	color: var(--secondary-color)
}

.text-link:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left
}

.promise-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: var(--spacing-lg) 0;
	gap: var(--spacing-lg)
}

.promise-item {
	perspective: 1000px;
	width: 90%;
	max-width: 350px;
	height: 280px
}

.promise-card {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	cursor: pointer
}

.promise-card.flipped {
	transform: rotateY(180deg)
}

.promise-card:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23AD883E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	opacity: .6;
	z-index: 10;
	transition: all var(--transition-speed) ease
}

.promise-card:hover:before {
	opacity: 1;
	transform: rotate(15deg)
}

.promise-card-front,
.promise-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--spacing-md);
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / .15);
	transition: all var(--transition-speed) ease;
	border: 1px solid rgb(173 136 62 / .1)
}

.promise-card:hover .promise-card-front {
	box-shadow: 0 15px 30px rgb(0 0 0 / .2)
}

.promise-card-back {
	transform: rotateY(180deg);
	background: linear-gradient(145deg, #111, #222);
	color: #fff;
	box-shadow: 0 15px 30px rgb(0 0 0 / .25);
	border: 1px solid rgb(173 136 62 / .3)
}

.promise-card-back .promise-title {
	color: var(--secondary-color);
	margin-bottom: var(--spacing-sm);
	position: relative
}

.promise-card-back .promise-title:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: var(--secondary-color);
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%)
}

.promise-card-back .promise-text {
	font-size: .9rem;
	line-height: 1.5
}

.promise-icon {
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
	filter: invert(56%) sepia(24%) saturate(734%) hue-rotate(6deg) brightness(87%) contrast(84%);
	transition: transform var(--transition-speed) ease
}

.promise-item:hover .promise-icon {
	transform: scale(1.1)
}

.budget-icon {
	background-image: url(https://pb-tx.com/wp-content/uploads/2024/04/dollar-sign-1-1.svg)
}

.time-icon {
	background-image: url(https://pb-tx.com/wp-content/uploads/2024/04/circular-clock-with-on-clock-handrepo-com-1.svg)
}

.quality-icon {
	background-image: url(https://pb-tx.com/wp-content/uploads/2024/04/award-1-1-1.svg)
}

.promise-title {
	font-family: 'Eurostile#2', sans-serif;
	font-size: 1.5rem;
	margin-bottom: 10px;
	letter-spacing: 1px
}

.promise-text {
	font-size: .95rem;
	max-width: 90%;
	margin: 0 auto;
	line-height: 1.5
}

.cta-text {
	max-width: 90%;
	margin: var(--spacing-md) auto 0;
	font-size: .95rem;
	line-height: 1.6
}

.cta-section {
	background: linear-gradient(to right, var(--secondary-color), #c09d50);
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 5%;
	padding: var(--spacing-lg) var(--spacing-md);
	position: relative;
	overflow: hidden
}

.cta-section:before {
	content: "";
	position: absolute;
	top: -100px;
	left: -100px;
	width: 200px;
	height: 200px;
	background-color: rgb(255 255 255 / .1);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	z-index: 1
}

.cta-section:after {
	content: "";
	position: absolute;
	bottom: -100px;
	right: -100px;
	width: 200px;
	height: 200px;
	background-color: rgb(255 255 255 / .1);
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	z-index: 1
}

.cta-section * {
	position: relative;
	z-index: 2
}

.cta-section:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 30px solid #fff0;
	border-right: 30px solid #fff0;
	border-top: 20px solid #fff;
	z-index: 3
}

.cta-section .angular-accent-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background-color: rgb(255 255 255 / .1);
	clip-path: polygon(0 0, 80% 0, 0 80%);
	z-index: 1
}

.cta-section .angular-accent-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 150px;
	background-color: rgb(255 255 255 / .1);
	clip-path: polygon(100% 20%, 100% 100%, 20% 100%);
	z-index: 1
}

.cta-chevron {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 0;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgb(0 0 0 / .2);
	transition: all var(--transition-speed) ease
}

.cta-chevron:hover {
	transform: translateX(-50%) translateY(-5px);
	box-shadow: 0 8px 20px rgb(0 0 0 / .3)
}

.cta-chevron img {
	width: 20px;
	height: 20px;
	transition: all var(--transition-speed) ease
}

.cta-chevron:hover img {
	transform: scale(1.2)
}

.cta-title {
	font-family: 'Eurostile#2', sans-serif;
	font-size: 2.2rem;
	margin-bottom: .1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 1px 1px 0 rgb(255 255 255 / .3);
	color: #111
}

.cta-subtitle {
	font-family: 'Eurostile#2', sans-serif;
	font-size: 2rem;
	margin-bottom: 2rem;
	letter-spacing: 2px;
	color: #fff0;
	-webkit-text-stroke: 1.5px var(--primary-color);
	text-shadow: 2px 2px 0 rgb(255 255 255 / .2)
}

.cta-button {
	display: inline-block;
	background: linear-gradient(to right, var(--primary-color), #333);
	color: #fff;
	padding: 15px 0;
	text-decoration: none;
	font-family: 'Eurostile#2', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: all var(--transition-speed) ease;
	width: 200px;
	text-align: center;
	border: none;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 6px 15px rgb(0 0 0 / .3);
	letter-spacing: 1px
}

.cta-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #333, var(--secondary-color));
	transition: all 0.5s ease;
	z-index: -1
}

.cta-button:hover {
	color: #fff;
	transform: translateY(-5px) scale(1.03);
	box-shadow: 0 10px 20px rgb(0 0 0 / .4)
}

.cta-button:hover:before {
	left: 0
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(173 136 62 / .7)
	}

	70% {
		box-shadow: 0 0 0 10px #fff0
	}

	100% {
		box-shadow: 0 0 0 0 #fff0
	}
}

.cta-button {
	animation: pulse 2s infinite
}

@media screen and (min-width:768px) {
	.section-title {
		font-size: 2.5rem
	}

	.hero-title {
		font-size: 2.8rem
	}

	.team-container {
		grid-template-columns: repeat(3, 1fr);
		padding: 0 10%
	}

	.commitment-title {
		font-size: 2.8rem
	}

	.commitment-text {
		font-size: 1.2rem
	}

	.promise-items {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		gap: var(--spacing-md)
	}

	.promise-item {
		width: 30%
	}

	.cta-title {
		font-size: 2.5rem
	}

	.cta-subtitle {
		font-size: 2.2rem
	}
}

@media screen and (min-width:992px) {
	.section {
		padding: var(--spacing-xl) var(--spacing-md)
	}

	.team-container {
		grid-template-columns: repeat(6, 1fr);
		gap: var(--spacing-md)
	}

	.commitment-text {
		font-size: 1.3rem
	}

	.promise-intro,
	.cta-text {
		max-width: 70%
	}
}

@media screen and (max-width:767px) {
	.team-container {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--spacing-md)
	}

	.member-image-container {
		width: 130px;
		height: 130px
	}

	.action-buttons {
		margin: var(--spacing-md) 10%
	}

	.commitment-section {
		align-items: center
	}

	.commitment-text {
		font-size: 1rem
	}

	.commitment-title {
		font-size: 2.2rem
	}

	.pb-logo {
		width: 120px;
		height: 120px;
		display: inline-block
	}

	.promise-items {
		gap: var(--spacing-lg)
	}
	.promise-item {
	width: 90%;
	height: 240px
}
}

@media screen and (max-width:480px) {
	.member-image-container {
		width: 110px;
		height: 110px
	}

	.team-member .name {
		font-size: 16px
	}

	.team-member .position {
		font-size: 12px
	}

	.action-button {
		font-size: 14px
	}

	.action-buttons {
		margin: var(--spacing-md) auto;
		width: 90%
	}

	.commitment-section {
		align-items: center
	}

	.commitment-title {
		font-size: 1.8rem;
		letter-spacing: 2px
	}

	.commitment-text {
		font-size: .9rem;
		letter-spacing: .5px
	}

	.company-worth {
		font-size: 1.1rem
	}

	.pb-logo {
		width: 100px;
		height: 100px
	}

	.team-container .team-member:nth-child(3n+2),
	.team-container .team-member:nth-child(3n) {
		transform: none
	}

	.team-container .team-member:hover,
	.team-container .team-member:nth-child(3n+2):hover,
	.team-container .team-member:nth-child(3n):hover {
		transform: translateY(-5px)
	}

	.promise-item {
		height: 220px
		width: 90%;
	}

	.promise-card-back .promise-text {
		font-size: .8rem
	}
}

@media screen and (max-width:340px) {
	.team-container {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--spacing-sm);
		padding: 0 2%
	}

	.member-image-container {
		width: 100px;
		height: 100px
	}

	.team-member .name {
		font-size: 14px
	}

	.team-member .position {
		font-size: 11px
	}

	.divider {
		width: 70%;
		margin: 6px auto
	}

	.action-buttons {
		flex-direction: column;
		align-items: center;
		gap: var(--spacing-sm)
	}

	.action-button {
		width: 80%
	}

	.commitment-section {
		align-items: center
	}

	.commitment-title {
		font-size: 1.6rem;
		letter-spacing: 1px
	}

	.commitment-text {
		font-size: .8rem;
		line-height: 1.3
	}

	.company-worth {
		font-size: 1rem
	}

	.pb-logo {
		width: 90px;
		height: 90px
	}

	.promise-title {
		font-size: 1.1rem
	}

	.promise-text {
		font-size: .8rem
	}
.promise-item {
		height: 200px
		width: 80%;
	}
	.cta-title {
		font-size: 1.7rem
	}

	.cta-subtitle {
		font-size: 1.5rem
	}

	.cta-button {
		width: 150px;
		padding: 10px 0
	}
}

@media screen and (max-width:320px) {
	.member-image-container {
		width: 90px;
		height: 90px
	}

	.team-member .name {
		font-size: 13px
	}

	.team-member .position {
		font-size: 10px
	}

	.commitment-section {
		align-items: center
	}

	.commitment-title {
		font-size: 1.5rem
	}

	.commitment-subtitle {
		font-size: .9rem
	}

	.commitment-text {
		font-size: .75rem
	}
	.promise-item {
		height: 180px
		width: 80%;
	}

	.pb-logo {
		width: 80px;
		height: 80px
	}
}/* End custom CSS */