/* About US */
.our-people { display: flex; justify-content: space-between; text-align: left; }
.our-people > .vc-col { width: calc((100% - 4rem) / 3); }
.contact-content .social-links .fa-facebook::after {
	content: "Facebook"; font-size: 1rem; margin-left: 0.5rem;
}
.contact-content .social-links .fa-instagram::after {
	content: "Instagram"; font-size: 1rem; margin-left: 0.5rem;
}
.our-people .hd > .hd-main {
	display: block; color: var(--txt-main_menu_hover);
}
.our-people .hd > .hd-after {
	display: block; font-weight: 600;
}
.equipment-header .cols { display:flex; flex-wrap:wrap; justify-content: space-between; }
.equipment-header .cols > .col.col-txt { width:47.5%; }
.equipment-header .cols > .col.col-img { width:47.5%; }
.equipment-header .product-image .zoom-in { display:block; position:relative; }
.equipment-header .product-image .product-image-stickers {
	position:absolute; right:0; top:30px; z-index:5;
}
.equipment-header .product-image .product-image-stickers { font-size:0; }
.equipment-header .product-image .product-image-sticker {
	color:#fff; text-transform:uppercase; display:inline-block;
	font-size:1.25rem; background-color:#1e345d; padding:0 0.5rem;
}
.equipment-header .product-image .product-image-sticker + .product-image-sticker { margin-left:0.5rem; }

.equipment-header .product-intro-header { margin-bottom:1rem; }
.equipment-header .product-intro-header .product-title { font-size:1.5rem; margin-top:-0.25rem; }


.equipment-hire-form { margin: 2rem 0 1rem; }

@media (max-width:1100px) {
	.equipment-header .cols { flex-direction: column-reverse; align-items: center; }
	.equipment-header .cols > .col.col-txt { width:auto; margin-top: 2rem; }
	.equipment-header .cols > .col.col-img { width:480px; max-width: 100%; }
}
@media (max-width:992px) {
	#equipment-hire-form .field-groups .field-groups > .field-group.col-half {
		width: 100%;
	}
}
@media (max-width:992px) {
	#equipment-hire-form .field-groups > .field-group.col-half { width: 100%; }
}