.wbi-rows {
	max-width: 1440px;
	width: 90%;
	margin: auto;
	font-size: 0;
	font-family: 'Lato';
	padding-top: 52px;
	padding-bottom: 52px;

}

.w-box-title {
	text-align: center;
	color: black;
	font-size: 38px;
	font-family: 'Sora';
	line-height: 48px;
	font-weight: 600;
}

#container-92 {
	padding-top: 74px;
}

.wbi-rows-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.wbi-rows-inner .wbi-row {
	margin: 16px;
}

.wbi-rows .wbi-row {
	display: inline-block;
	width: 20%;
	padding: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wbi-rows .wbi-row .wbi-row-inner {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}

.wbi-row-inner-click {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
}

.wbi-row-background {
	position: absolute;
	top: 20%;
	left: 50%;
	max-height: none;
	max-width: none;
	min-height: auto;
	min-width: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


/* .wbi-rows .wbi-row .wbi-row-inner:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 100%;
	height: 0;
	width: 0;
}

.wbi-rows .wbi-row .wbi-row-inner:after
{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	background: #000000;
	opacity: 0;
	
} */

.wbi-row-details {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px
}

.wbi-title a {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: black;
	text-align: center;
	width: 100%;
	font-family: 'Lato';
}

.wbi-text {
	font-weight: 500;
	font-size: 18px;
	color: black;
	text-align: center;
	width: 100%;
	font-family: 'Lato';
}

.wbi-text p {
	font-size: 18px;
	line-height: 26px;
}

.wbi-title+.wbi-text {
	/* margin-top: 20px; */
	position: relative;
}

/* .wbi-title + .wbi-text:before
{
	content: "";
	display: block;
	width: 35%;
	height: 2px;
	background: #c9ab4d;
	top: -21px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	
} */
/* .wbi-row:nth-child(3n+2) .wbi-title + .wbi-text:before
{
	background: #4B83D8;
} */

/* .wbi-row-inner:hover .wbi-row-details
{
	-webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);   
    -moz-transform: scale(1.25);
    transform: scale(1.25);
} */

.wbi-row-icon {
	font-size: 100px;
	margin-bottom: 20px;
}

.wbi-rows-type-3 {
	max-width: 1440px;
	width: 90%;
	margin: auto;
	font-size: 0;
}

.wbi-rows-type-3 .wbi-rows-inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.wbi-rows-type-3 .wbi-row {
	width: 100%;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.wbi-rows-type-3 .button {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.wbi-rows-type-3 .wbi-row-inner .wbi-row-details {
	text-align: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
}

.wbi-rows-type-3 .wbi-row-inner:hover .wbi-row-details {
	-webkit-transform: unset;
	-ms-transform: unset;
	-moz-transform: unset;
	transform: unset;
}

.wbi-rows-type-3 .wbi-row-details img {
	height: 100px;
	width: fit-content;
}

.wbi-icon-wrap {
	position: relative;
	height: 100px;
}

.wbi-rows-type-3 .wbi-icon-wrap img {
	position: absolute;
	top: -20px;
	left: -25px;
	height: 140px;
}

.wbi-icon-wrap i {
	font-size: 50px;
	position: absolute;
	top: 24px;
	left: 22px;
}

@media all and (max-width: 1440px) {
	.wbi-title a {
		font-size: 22px;
		line-height: 34px;
	}

	.wbi-text p {
		font-size: 16px;
		line-height: 26px;
	}

	.wbi-rows {
		padding-bottom: 80px;
	}

	.wbi-rows .wbi-row {
		width: 20%;
	}
}

@media all and (max-width: 1400px) {
	.wbi-title a {
		font-size: 20px;
		line-height: 28px;
	}

	.wbi-text p {
		font-size: 15px;
		line-height: 20px;
	}

	.wbi-rows {
		padding-bottom: 72px;
	}

	.wbi-rows .wbi-row {
		width: 20%;
	}
}

@media all and (max-width: 1360px) {
	.wbi-title a {
		font-size: 18px;
		line-height: 20px;
	}

	.wbi-text p {
		font-size: 13px;
		line-height: 16px;
	}

	.wbi-rows {
		padding-bottom: 68px;
	}
}

@media all and (max-width: 1220px) {
	.wbi-title a {
		font-size: 17px;
		line-height: 20px;
	}

	.wbi-text p {
		font-size: 14px;
		line-height: 16px;
	}

	.wbi-rows .wbi-row {
		width: 25%;
	}
}

@media all and (max-width: 1024px) {
	h1 {
		font-size: 29px !important;
	}
	.wbi-rows-inner {
		justify-content: center;
		text-align: center;
	}

	.wbi-rows .wbi-row {
		width: 33.3333%;
	}

	.wbi-rows {
		padding-bottom: 48px;
	}
}

@media all and (max-width: 768px) {
	.wbi-rows .wbi-row {
		width: 45%;
	}
	.wbi-text p {
		font-size: 14px;
		line-height: 16px;
	}

	.wbi-title a {
		font-size: 17px;
		line-height: 16px !important;
	}
}


@media all and (max-width: 480px) {
	.wbi-rows .wbi-row {
		width: 77%;
	}

	.wbi-text p {
		font-size: 18px;
		line-height: 16px;
	}

	.wbi-title a {
		font-size: 20px;
		line-height: 20px;
	}
}

@media all and (max-width: 360px) {
	.wbi-rows-inner .wbi-row {
		width: 90%;
		margin: 13%;
	}

	.wbi-text p {
		font-size: 17px;
		line-height: 20px;
	}

	.wbi-title a {
		font-size: 20px;
		line-height: 26px;
	}
	h1 {
		font-size: 28px !important;
	}
}