@charset "utf-8";

/* CSS Document */
body,
html {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	color: #1e1e1e;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

h1 {
	color: #1e1e1e;
	font-size: 48px;
	font-weight: 800;
	line-height: 56px;
	margin-bottom: 20px;
	font-family: 'Times New Roman', serif;
}
h1.intro-header {
    font-size: 42px;
    line-height: 52px;
}
h2 {
	font-size: 38px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Times New Roman', serif;
}

h3 {
	font-size: 34px;
	color: #1e1e1e;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Times New Roman', serif;
}

.main-content ul {

	padding-left: 0;
}

.main-content p,
.main-content ul li {
	font-size: 23px;
	color: #1e1e1e;
	line-height: 36px;
	margin-bottom: 20px;
	list-style: none;
	font-weight: 500;
	text-align: left;
}


.section-heading {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}


/* Header */
.main-header {
	background: #fff;
	min-height: 150px;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding: 30px 0px 30px;
}

.top-nav-section {
	float: right;
	width: auto;

}

.top-social {
	list-style: none;
	width: 90px;
	float: right;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	justify-content: space-around;
	font-size: 28px;
}

.fab.fa-facebook-f {
	color: #3b5998;
}

.fab.fa-twitter {
	color: #00acee;
}

.fab.fa-linkedin-in {
	color: #0077b5;
}

.fab.fa-youtube {
	color: #db4437;
}

.top-social a:hover {
	opacity: 0.8;
}

.logo-part {
	display: flex;
}

.top-phone {
	list-style: none;
	float: left;
	margin-bottom: 0;
	padding: 0 10px 0 0;
}

.top-phone span {

	font-size: 24px;
	font-weight: 600;
}


.logo-section {
	display: flex;
	align-items: center;
	justify-content: left;
}

.top-nav {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 50px;
}

.top-navigation {
	justify-content: flex-end;
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0;
	list-style: none;
	font-size: 22px;
	color: #772432;
	font-weight: 600;
}

.top-navigation li {
	border: 2px solid #772432;
	margin: 0 5px;
	border-radius: 22px;
	padding: 5px 10px;
}

.top-navigation li:last-child {
	margin-right: 0;
	margin-left: 40px;

}

.top-navigation li a {
	text-decoration: none;
	color: #772432;
}

.top-navigation .dropdown-menu li {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.top-navigation .dropdown-menu {
	min-width: 100%;
	text-align: center;
}

.top-navigation .dropdown-menu li a {
	text-align: left;
	font-size: 16px;
}


.agency-logo {
	max-width: 100%;
	width: 100%;
}

/* navigation part*/
.navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 0;
	min-height: 0;
	width: 100%;
}

.navigation-container {
	position: relative;

}

.nav-portion {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	background: #772432;
	padding: 15px 0px;

	top: 0;
	z-index: 1;
	width: 100%;
	opacity: 0.inherit;
}

.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
}

.nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar .navbar-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;

	font-size: 24px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	width: 100%;
}

.navbar-default .navbar-nav>li a:hover,
.navbar-default .navbar-nav>li a:focus,
.navbar-default .navbar-nav>li a.active {
	color: #bbbcbc;
	opacity: 1;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
	color: #bbbcbc;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
	padding: 0px;
	border: 1px solid #772432;
	top: 35px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	background: #772432;
	color: #fff !important;
	opacity: 1;
}

.dropdown.open .caret {
	border-bottom: 4px solid;
	border-top: 0px;
}

.dropdown-menu>li>a,
.footer-nav .dropdown-menu>li>a {
	color: #1e1e1e;
	font-size: 16px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #1e1e1e;

}

/* Banner */


.banner,
.simple-banner {
	position: relative;
	border-bottom: 15px solid #772432;
	margin-top: -1px;
}

.banner::before,
.simple-banner::before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	mix-blend-mode: multiply;
	background: linear-gradient(to left, rgba(106, 105, 105, 1)0%, rgba(48, 46, 46, 0.9)43%, rgba(93, 91, 91, 0.8)60%, rgb(46, 45, 45)100%);

}

.banner,
.simple-banner {
	background: #772432;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

	.banner::before,
	.simple-banner::before {
		height: 100%;
		width: 100%;
		position: absolute;
		content: "";
		mix-blend-mode: multiply;
		background: linear-gradient(to left, rgba(106, 105, 105, 1)0%, rgba(48, 46, 46, 0.9)43%, rgba(93, 91, 91, 0.8)60%, rgb(46, 45, 45)100%);

	}
}

.simple-banner img {
	width: 100%;
	object-fit: cover;
	background: #772432;
	padding-bottom: 0px;
	height: 500px;
}

.main-banner img {
	width: 100%;
	object-fit: cover;
	background: #772432;
	padding-bottom: 0px;
	min-height: 500px;

}


.idx-carousel-caption,
.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;

}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.simple-caption {
	top: 50%;
}

.idx-carousel-caption h3 {
	color: #fff;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
}

.styleOption {

	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 320px;
	margin: 0 auto;
	padding: 20px 20px 0px;
	flex-direction: column;
}

#Type,
#ZipCode {
	margin-bottom: 40px;
	color: #1e1e1e;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 100%;
	padding: 0px 5px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 40px !important;
	text-transform: uppercase;
}

#Type,
#city {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.qte-btn {
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	border: none;
	background: #772432;
	height: 40px !important;
	padding: 4px 5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-radius: 17px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.qte-btn:hover,
.qte-btn:focus {
	background: #5e1c27;

	color: #fff;
}

.fixed-size {
	margin: 0 0 15px;
}

/*content part*/
.main-content {
	padding: 50px 0;
	border-bottom: 1px solid #c4c4c4;
}

.main-content h2 {
	color: #1e1e1e;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.main-content h2 {
    font-size: 36px;
    line-height: 48px;
}
.main-content h3 {
    font-size: 28px;
    line-height: 36px;
}
.main-content h4 {
    font-size: 24px;
    line-height: 36px;
}
.main-content a {
    text-decoration: underline;
}
/*parter-carriers*/
.carrier-section h2 {
	font-weight: 800;
	font-size: 36px;
	color: #1e1e1e;
	margin-top: 40px;
	margin-bottom: 0;
}

.nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-container {
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 9999px;
}

.nbs-flexisel-inner {
	float: left;
	margin: 18px 0;
	overflow: hidden;
	width: 100%;
}

.nbs-flexisel-item {
	cursor: default;
	float: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.nbs-flexisel-item img {
	cursor: default;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0;
	max-width: 100%;
	position: relative;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	cursor: default;
	height: 22px;
	position: absolute;
	width: 22px;
	z-index: 100;
}

/*our-services*/

.our-service {
	background: #772432;
	padding: 80px 0 40px;
}

.our-service h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 0;
}

.our-service h2#jump-quote {
	margin-bottom: 40px;
}

.our-service.inner-service.jotform {
	padding: 60px 0;
}


.ins-boxes {
	display: flex;
	justify-content: center;
}

.box {
	text-align: center;
	margin: 0 auto;
}

.box i {
	color: #fff;
	font-size: 118px;
}

.box a {
	text-decoration: none !important;
}

.box a:hover .fas,
.box a:hover h3 {
	color: #bbbcbc;

}


.ins-boxes h3 {
	color: #fff;
	margin-top: 25px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	text-transform: lowercase;
	line-height: 30px;
	font-size: 36px;
	font-weight: 800;
}

.inner-our-service li {
	display: flex;
	margin-bottom: 35px;
	flex-basis: 33%;
}

.inner-our-service .fa-angle-double-right {
	color: #bbbcbc;
	font-weight: 900;
	font-size: 24px;
	margin-right: 10px;
	line-height: 40px;
}

.inner-our-service {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
	width: 100%;
}

.inner-our-service a,
.inner-our-service li {
	color: #fff;
	font-size: 24px;
	line-height: 35px;
}

.inner-our-service a:hover,
.inner-our-service a:focus {
	color: #bbbcbc;
}

/*simple section*/
.simple-caption h2 {
	font-weight: 800;
	margin-top: 0px;
}

.get-started {
	width: 81%;
	margin: 0 auto;
}

.get-started h4 {
	font-size: 30px;
	color: #fff;
	line-height: 48px;
}

.get-started .qte-btn {
	width: 250px;
	margin: 40px auto 0px;

}

.get-started .qte-btn a {
	color: #fff;
	line-height: 33px;
}


/*testinomial*/
.testinomial-sec {
	background: #fff;
	padding: 100px 0;
}

.testimonials-heading h2 {
	color: #1e1e1e;
	font-size: 60px;

	text-align: center;
	margin-top: 0;
	font-weight: 700;

}

.testinomial-content {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.testinomial-content h5,
.client-name strong {
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}

.testinomial-content .item {
	font-style: italic;
}

.inner-our-service.savings-count li {
	color: #1e1e1e;
	width: auto;
	display: inherit;
	flex-basis: auto;
	text-align: center;
	margin: 15px auto;
}

.inner-our-service.savings-count.inner-our-service .fa-angle-double-right {
	color: #772432;
}

/* Footer */
footer {
	background: #bbbcbc;

}

.footer-content {
	background: #772432;
	padding: 15px 0px;
}

.footer-nav {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0px;
}

.footer-nav li a {
	color: #fff;
	font-size: 24px;
	font-weight: 600;

}

.footer-nav li a:hover,
.footer-nav li a:focus,
.footer-nav li a.active {
	color: #bbbcbc;
	text-decoration: none;
	background: none;
}

.footer-nav li.dropdown .dropdown-menu {

	top: 45px;
}

.footer-nav li.dropdown .dropdown-menu li a:hover,
.footer-nav li.dropdown .dropdown-menu li a.active,
.footer-nav li.dropdown .dropdown-menu li a:focus {
	background: #772432;
}


.address-section {
	margin-top: 60px;
	text-align: center;
}

.footer-address li {
	display: flex;
	color: #1e1e1e;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	line-height: 30px;

}

.address-section ul li a {
	color: #1e1e1e;
	font-weight: 600;

}

.address-section ul li a:hover,
.copy-ul li a:hover {
	color: #772432;
}

.footer-social {
	width: 35%;
	margin: 30px auto;
}

.address-section ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
}

.footer-social {
	padding-left: 0px;
}

.footer-address li i {
	color: #772432;
	margin-right: 5px;
}

.footer-social li {
	margin-right: 10px;
	display: flex;
	font-size: 17px;
	flex-basis: auto;
	justify-content: center;
}

.footer-social li .fab {
	font-size: 24px;
}

.copyright-section {
	margin-top: 0;
	padding-bottom: 60px;
}

.copy-ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.copy-ul li {
	display: inline-block;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: 600;
}

.copy-ul li a {
	color: #1e1e1e;
}


/* Iframes */
#cpIframe {
	height: 1800px;
	width: 100%;
	border: none;
}

.cc-frame {
	height: 1600px;
	width: 100%;
	border: none;
}

.cnt-gmap {
	height: 400px;
	width: 100%;
	border: none;
}

.top-navigation li a.active {

	color: #bf5466;
}

.jotform {
	background: #772432;
}

.jot-iframe,
.contact-form {
	width: 75%;
	border: none;
	margin: 0 auto;
	display: flex;
	/* height: 360px !important; */
}

.cont-info {
	list-style-type: none;
	padding-left: 0px;
}

.cont-info li a {
	color: #1e1e1e;
}

.cont-info li a:hover,
.cont-info li a:focus {
	color: #772432;
}

.content-section h2 {
	color: #772432;
}

.jot-iframe.contact-form {
	height: 340px !important;
}

.main-content ul.cont-info li {
	margin-bottom: 0;
}

.carrier-section {
	padding: 50px 0px;
}

.carriers-box {
	background: #fff;
	color: #1e1e1e;
	border: 1px solid #c4c4c4;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
}


.carriers-box h3 {
	color: #772432;
	font-size: 24px;

}

.carriers-box p {
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 35px;
	color: #1e1e1e;
}

.carriers-box a.btn-customer {
	background: #772432;
	border: 1px solid #772432;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 30px;
}

.carriers-box a.btn-customer:hover,
.carriers-box a.btn-customer:focus {
	background: #5e1c27;
}

.carriers-fix h2 {
	color: #1e1e1e;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.ins-boxes {
		justify-content: inherit;

	}

	.banner::before,
	.simple-banner::before {
		background: linear-gradient(to left, rgba(106, 105, 105, 1)0%, rgba(48, 46, 46, 0.6)41%, rgba(93, 91, 91, 0.2)60%, rgb(46, 45, 45)100%);
	}


}


/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #772432;
	/* change the bgcolor based on the template color*/
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight;
	outline: auto 5px -webkit-focus-ring-color;
}

/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Ada compliance fixes end */

.comm-jot-form {
	width: 100%;
	border: 0;
	/* height: 450px !important; */
}

.flood-jot-form,
.life-jot-form {
	width: 100%;
	border: 0;
	height: 380px !important;
}

.emp-ben-jotform {
	height: 800px !important;
	width: 100% !important;
	border: none;
	background-color: #bbbcbc;
}

#city {
	margin-bottom: 40px;
	color: #1e1e1e;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 100%;
	padding: 0px 5px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 40px !important;
	text-transform: uppercase;
}

#btn1 {
	display: none;
}


/* Logo slider */
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: 30px 0;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.carriers-box h3 {
	color: #1e1e1e;
	font-size: 19px;
}

.full-team {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #1e1e1e;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-member {
	padding: 20px;
	flex-basis: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	text-align: center;

}

.team-member img {
	border-radius: 100%;
	margin-bottom: 20px;
	width: 100%;
	max-width: 290px;
	border: 10px solid #772432;
}

.team-member h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.team-member p {
	font-size: 18px;
	text-align: center;
}

.team-wrap img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	object-fit: cover;
}

.indiv-staff {
	position: relative;
	padding: 20px;

}

.stf-btn {
	text-align: center;
}

.stf-btn button {
	text-align: center;
	margin: 0;
	padding: 8px;
	background: #996c6d;
	font-size: 15px;
	border: none;
}

.stf-btn button:hover,
.stf-btn button:active,
.stf-btn button:focus {
	text-align: center;
	margin: 0;
	padding: 8px;
	background: #b28485;
	font-size: 15px;
	border: none;
}

.indiv-staff:hover {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
}

.stff-description {
	padding: 0;
}

.team-cnt p.staff-name {

	font-size: 13px;
	text-align: center;
	margin: 0 auto;

}

.modal-header h4 {
	color: #333;
	min-height: 15px;
	padding: 0;
	border-bottom: 0;
}

.team-modal {
	text-decoration: none;
	outline: none !important;
}

.team-cnt p.staff-name {
	font-size: 14px;
	text-align: center;
	margin: 15px auto;
	color: #848484;
}

.modal-header .close {

	font-size: 27px;

}

.team-cnt .srf-photo li {

	display: inline-block;

}

.srf-photo {
	padding: 0;
}

.team-cnt .srf-photo li img {


	width: 138px;
	float: left;
	height: 138px;
	object-fit: cover;
}

.modal-pict h4 {
	color: #651f26;
	font-size: 20px;
	text-align: center;
}

.modal-pict img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.modal-info p {
	color: #333;
	text-align: center;
}

.modal-header {
	border-bottom: none;
}

.ct-fix hr {
	border-top: 1px solid #000 !important;
}

.loc-right h3 {
	margin-top: 0px;
}


.top-navigation li a:hover {
	text-decoration: none;
	color: #bf5466;
}

.footer-social {
	width: 10%;
	margin: 30px auto;
}

.footer-social a:hover {
	opacity: 0.8;
}


a {
	color: #772432;
	text-decoration: none;
}

a:hover {
	color: #bf5466;
	text-decoration: none;
}


.top-nav-section a[href^=tel],
.carriers-box a[href^=tel],
.cont-info a[href^=tel],
.address-section a[href^=tel] {
	color: inherit;
}

.translator {
	background: transparent;
	height: 40px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: #1e1e1e;
}

.top-phone i {
	font-size: 20px;
    color: #772432;
}
.abt-imgs {
    display: flex;
    gap: 20px;             
    align-items: center;    
    flex-wrap: wrap;    
margin-bottom: 30px;    
}

.abt-imgs img {
    max-width: 400px;  
    height: 400px;   
	object-fit: contain;
}

