.otel-banner {
	position: relative;
	margin: 0 0 2rem;
}
.otel-banner-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.otel-banner-data {
	position: relative;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
	text-decoration: none !important;
}
.otel-banner-title {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    max-width: 450px;
}
.otel-banner-text {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}

@media screen and (max-width: 1199px) {
	.otel-banner-data { padding: 50px 30px }
	.otel-banner-title {
		font-size: 30px;
		line-height: 36px;
		max-width: 350px;
	}
}
@media screen and (max-width: 767px) {
	.otel-banner-title {
		font-size: 30px;
		line-height: 36px;
	}
}