.aboutbox{
	min-height: 940px;
	padding-top: 40px;
	padding-bottom: 100px;
}
.aboutbox .h3{
	margin: 30px 0;
}
#bg{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 101%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
@media(max-width: 1366px){
	.h2{
		font-size: 50px;
		line-height: 65px;
	}
	.git-text{
		padding: 100px 0;
	}
	.git-text img{
		margin-left: 50px;
	}
}
@media(max-width: 910px){
	.git-text span{
		display: block;
	}
	.h2{
		font-size: 70px;
		line-height: 100px;
	}
	#abouttitle{
		font-size: 112px;
		line-height: 130px;
	}
	.a3-text,
	p{
		font-size: 16px;
		line-height: 20px;
	}
	.h3{
		font-size: 18px;
	}
	.a3-text-box{
		width: 300px;
	}
}
@media(max-width: 910px){
	.aboutbox .col-1,
	.aboutbox .col-2,
	.aboutbox .col-3{
		width: 100%;
		padding: 0 44px;
		margin-bottom: 20px;
	}
	.hidewhenmobile{
		display: none;
	}
	.aboutbox{
		min-height: unset;
	}
	.tablet-half{
		width: 50%!important;
	}
}
@media(max-width: 650px){
	#abouttitle{
		font-size: 60px;
		line-height: 65px;
	}
	.git-text img{
		margin-left: 0px;
	}
	.git-text{
		font-size: 60px;
		line-height: 66px!important;
		padding: 50px 0;
	}
	.tablet-half{
		width: 100%!important;
	}
	.aboutbox .h3{
		margin: 15px 0;
	}
	.a3-text{
		font-size: 12px;
		line-height: 14px;
	}
}