.company-main-block .container .row {
	margin: 0 !important;
}
.company-main-block {
	padding: 110px 0;
	background-image: url(images/ellipse.svg);
	background-repeat: no-repeat;
    background-position: 34% 0px;
}
.row.text {
	justify-content: flex-start;
}
.company-name-block {
	font-family: Libel Suit;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #111D41;
    text-transform: uppercase;
    margin-bottom: 40px;
	letter-spacing: 3.2px;
}
.main-text {
	font-family: Lab Grotesque;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #111D41;
	max-width: 750px;
	letter-spacing: -1.2px;
	margin-right: 91px;
}
.second-text {
	color: #3069B2;
}
.big-text {
	font-family: Libel Suit;
	font-weight: 400;
	font-size: 105px;
	line-height: 105px;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 10.3px;
}
.small-text {
	font-family: Lab Grotesque;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-transform: lowercase;
}
.second-text > div:first-child {
	margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
	.company-main-block {
		background-position: 0% 0px;
		background-size: contain;
	}
	.company-main-block .container{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1100px) {
	.main-text {
		font-size: 50px;
		line-height: 50px;
	}
	.big-text {
		font-size: 85px;
    	line-height: 85px;
	}
	.company-main-block{
		padding-bottom: 0;
	}
	.main-text{
		margin-bottom: 54px;
	}
}
@media screen and (max-width: 1023px) {
	.company-main-block {
		padding: 60px 0;
	}
	.row.text {
		flex-direction: column;
		justify-content: unset;
	}
	.main-text {
		margin-right: 0;
		max-width: unset;
		font-size: 34px;
		line-height: 34px;
	}
	.big-text {
		font-size: 89px;
		line-height: 89px;
	}
	.company-name-block {
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 16px;
	}
	.second-text > div:first-child {
		margin-bottom: 44px;
	}
}
@media screen and (max-width: 992px) {
	.company-name-block{
		letter-spacing: 2.5px;
		margin-bottom: 22px;
	}
	.main-text{
		letter-spacing: -0.6px;
	}
	.big-text{
		letter-spacing: 9px;
		margin-bottom: 7px;
	}
	.company-main-block {
		padding: 60px 0 4px;
	}
}