.aboutbox {
	margin-top: 132px;
}

.about {
	background-image: linear-gradient(#FAFBFE, #ECF1FE);
	padding: 100px 40px;
	min-height: 500px;
}

.about>h1 {
	font-size: 48px;
	line-height: 72px;
}

.about>p {
	margin: 20px 0px;
}

.aboutbox>img {
	margin-top: -100%;
}

.servicebox{
	background-color: #F9FAFD;
	margin-top: -6px;
}

.service_box{
	position: relative;
	top: -260px;
}

.service{
	margin: 0px 40px;
	background-color: #ffffff;
	border-radius: 24px;
	box-shadow: 0px 20px 32px rgba(88, 109, 155, 0.16);
	margin-bottom: 40px;
}

.service>img{
	border-radius:24px 24px 0px 0px;
}

.service_text{
	padding: 44px 44px;
}

.service_text>h1{
	margin-bottom: 24px;
}

.otherbox{
	padding: 0px 40px;
	display: flex;
	position: relative;
	top: 64px;
	/* justify-content: space-between; */
}

.otherbox img{
	width: 100%;
	display: block;
}

.other_leftbox{
	margin-right: 14px;
}

.other_lefttop{
	background-image: linear-gradient(#3070F7, #1146B9);
	border-radius: 20px;
	box-shadow: 0px 12px 24px rgba(30, 89, 317, 0.32);
	margin-bottom: 28px;
	position: relative;
}

.other_lefttop>h1{
	position: absolute;
	color: #F9FAFD;
	font-size: 40px;
	top: 40px;
	left: 36px;
}

.other_leftbottom{
	display: flex;
	justify-content: space-between;
}

.other_left, .other_right{
	background-color: #E2EAFD;
	border-radius: 20px;
}

.other_left{
	margin-right: 14px;
}

.other_right{
	background-color: #E5F3F6;
	margin-left: 14px;
}

.other_rightbox{
	margin-left: 14px;
}

.other_righttop{
	background-image: linear-gradient(to right, #D7FAF7, #E8F2F6);
	border-radius: 20px;
	margin-bottom: 28px;
}

.other_righttop>h1{
	position: absolute;
}

.other_rightbottom{
	background-image: linear-gradient(#EEF3FE, #D8E3FC);
	border-radius: 20px;
}

.contact_top{
	margin-top: -100px;
}

.other{
	position: relative;
}

.other>h1{
	padding: 40px 36px;
	position: absolute;
	font-size: 34px;
	text-align: left;
}