.box-layout-sec {
	background-color: var(--color-light-off-white);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box-layout-inner-wrapper {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.box-wrap {
	margin-bottom: 30px;
}

.box-layout-sec-content {
	margin-bottom: var(--space-50);
}
.box-inner-box {
	padding: 40px;
	background-color: var(--color-white);
	border-radius: var(--radius-default);
	height: 100%;
}
.box-inner {
	padding: 1px;
	background-image: linear-gradient(180deg, rgba(55, 18, 60, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	border-image-slice: 1;
	background-color: var(--color-white);
	height: 100%;
	border-radius: 10px;
	transition: 0.5s;
}
.practice-area-icon {
	max-width: 98px;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 28px;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(55, 18, 60, 0.30) 49.52%, rgba(255, 255, 255, 0.00) 100%);
	border-bottom: 1px solid transparent;
	border-image-slice: 1;
}
.box-title {
	margin-bottom: 20px;
}
.box-description {
	line-height: 1.5;
}
.box-link-btn {
	margin-top: 20px;
	display: inline-block;
}
.box-inner:hover {
	transform: translateY(-5px);
}
@media screen and (max-width:1600px){
.box-layout-inner-wrapper {
	max-width: 1270px;
}
}
@media screen and (max-width:1440px){
.box-layout-inner-wrapper {
	max-width: 1200px;
}
.practice-area-icon {
	margin-bottom: 15px;
	padding-bottom: 25px;
}
}
@media screen and (max-width:1360px){
.box-layout-inner-wrapper {
	max-width: 90%;
}
}

@media screen and (max-width:1200px){
.box-layout-inner-wrapper {
	max-width: 96%;
}
.practice-area-icon {
	max-width: 85px;
}
}
@media screen and (max-width:991px){
.box-inner-box {
	padding: 35px 25px;
}
.practice-area-icon {
	max-width: 60px;

}
}