.text-and-image-block {
	margin-top: 100px;
	height: 605px;
	position: relative;
	background: #f7f9fa;
}

.text-and-image-block .container,
.text-and-image-block .text-and-image-block-content,
.text-and-image-block .text-and-image__box {
	height: 100%;
}

.text-and-image-block .text-and-image-block-content {
	display: flex;
}

.text-and-image-block .text-and-image__box {
	width: 50%;
	display: flex;
}

.text-and-image-block .text-and-image__box.text-box {
	position: relative;
	align-items: center;
}

.text-and-image-block .image-box {
	position: unset;
}

.text-and-image-block .image-content {
	position: absolute;
	top: 0;
    left: 0;
    width: 50%;
    max-width: 50%;
	height: 100%;
    -webkit-filter: drop-shadow(0px 3px 15px rgba(30, 33, 34, 20%));    
    filter: drop-shadow(0px 3px 15px rgba(30, 33, 34, 20%));
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.text-and-image-block .image-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
}

.text-and-image-block .text-content {
	width: 100%;
	position: absolute;
    left: 70px;
    top: 70px;
}

.text-and-image-block .text-content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0;
	color: #262A2C;
	margin-bottom: 25px;
}

.text-and-image-block .text-content p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 120%;
	color: #484C4E;
	width: 95%;
}

.text-and-image-block .text-content .title-above {
    display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.text-and-image-block .text-content .title-below {
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.text-and-image-block .text-content p {
	color: #6B6B6B;
}

.text-and-image-block .text-content .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	width: 300px;
	height: 50px;
	padding: 16px 33px;
	margin: 0 !important;
}

.text-and-image-block .text-content .btn::after {
	display: none;
}

@media (max-width: 1700px) {
	.text-and-image-block .text-content {
		display: flex;
		position: unset;
		padding-left: 70px;
		flex-direction: column;
	}

	.text-and-image-block .text-content h2 {
		line-height: 100%;
	}

	.text-and-image-block .text-content .title-above {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 30px;
	}
	
	.text-and-image-block .text-content .title-below {
		font-size: 50px;
	}

	.text-and-image-block .text-content p {
		width: 100%;
	}
}

@media (max-width: 1350px) {
	.text-and-image-block .text-content {
		padding-left: 35px;
	}

	.text-and-image-block .text-content .title-above {
		font-size: 25px;
	}

	.text-and-image-block .text-content .title-below {
		font-size: 38px;
	}

	.text-and-image-block .text-content p {
		font-size: 22px;
	}
}

@media (max-width: 960px) {
	.text-and-image-block {
		margin-top: 80px;
	}

	.text-and-image-block {
		height: auto;
	}

	.text-and-image-block .text-content {
		justify-content: space-between;
	}

	.text-and-image-block .text-content h2 {
		margin-top: -10px;
		margin-bottom: 25px;
	}

	.text-and-image-block .text-content .title-above {
		font-size: 20px;
	}

	.text-and-image-block .text-content .title-below {
		font-size: 32px;
	}

	.text-and-image-block .text-content p {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.text-and-image-block .text-and-image-block-content {
		flex-direction: column;
	}

	.text-and-image-block .text-and-image__box {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}

	.text-and-image-block .image-content {
		position: unset;
		width: 100%;
		max-width: 100%;
		height: 300px;
		clip-path: none;
	}

	.text-and-image-block .text-box {
		width: 100%;
		margin-top: 350px;
	}

	.text-and-image-block .text-content {
		padding-left: 0;
	}

	.text-and-image-block .text-content .btn {
		width: 100%;
	}
}

@media (max-width: 375px) {
	.text-and-image-block .text-content .title-above {
		font-size: 14px;
	}

	.text-and-image-block .text-content .title-below {
		font-size: 24px;
	}

	.text-and-image-block .text-content p {
		font-size: 16px;
	}

	.text-and-image-block .text-content .btn {
		font-size: 14px;
	}
}