.tt-promo {
	background-color: #fcdde1;
	padding: 3rem;
	border-radius: 10px;
	display: flex;
	align-items: center;

	&__content {
		width: 320px;
	}

	&__title {
		color: $color__heading;
		font-weight: 700;
		font-size: 20px;
	}

	&__description {
		margin-bottom: 30px;
	}

	.btn-outline {
		border-color: $color__theme;
		color: $color__theme;

		&:before {
			background: #fff;
		}
	}


	&__image {
		position: absolute;
		right: 0;
		width: 34%;
		bottom: 0;
	}
}


.promo-box-two {
	position: relative;
	margin-bottom: 30px;

	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(12, 22, 54, 0.8);
	}

	.box-image {
		img {
			width: 100%;
		}
	}

	.promo-content {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 0 50px 60px;

		@media(max-width: 991px) {
			padding: 0 30px 35px;
		}

		@media(max-width: 420px) {
			padding: 0 30px 20px;
		}

		.box-title {
			font-size: 24px;
			color: #fff;
			margin-bottom: 11px;
		}

		.description {
			color: rgba(255,255,255,0.8);
			margin-bottom: 18px;

			@media(max-width: 420px) {
				font-size: 14px;
				br {
					display: none;
				}
			}
		}

		.more-link {
			color: #fff;
			font-size: 14px;

			i {
				margin-left: 5px;
			}
		}
	}
}


.promo-content-wrap {
	max-width: 670px;
	margin: 0 auto 140px;
	position: relative;

	@media(max-width: 991px) {
		margin: 0 auto 80px;
	}

	.section-heading {
		margin-bottom: 0;

		.section-title {
			font-size: 50px;
			margin-bottom: 11px;
			color: $color__heading;
		}

		.description {
			font-size: 18px;
			color: #4f5158;
			margin-bottom: 31px;
		}
	}

	.phone-info {
		font-size: 30px;
		color: $color__heading;
		font-weight: 700;
		margin-bottom: 38px;

		img {
			max-width: 28px;
			margin-right: 10px;
		}
	}

	.tt-btn {
		border-color: $color__theme;
		color: $color__theme;
		padding: 14px 34px;

		&:before {
			background-color: $color__theme;
		}
	}

	.badge-wrap {
		position: absolute;
		bottom: -40px;
		width: 100%;
		img {
			position: absolute;
			bottom: 0;

			&.badge-right {
				right: 0;
			}
		}
	}
}
