.image-text-container__columns{
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}



.image-text-container__image{
	width: 60%;
}

@media (max-width: 1366px) { 
	.image-text-container__image{
		width: 55% !important;
	}
	.image-text-container__text {
		width: 45% !important;
	}
} 

@media (max-width: 1200px) { 
	.image-text-container__image{
		text-align: center;
	}
}

.image-text-container__image img{
	width: 100%;
}


.image-text-container__image-desktop{
	display: block;
}

.image-text-container__image-mobile{
	display: none;
}

@media (max-width: 767px) { 

	.image-text-container__image-desktop{
		display: none;
	}
	.image-text-container__image-mobile{
		display: block;
	}
}


.image-text-container__text{
	width: 30%;
}


.image-text-container__wrapper{
	padding: 0;
}
.image-text-container__wrapper{
	padding: 0 40px;
}
.image-text-container__text p{
	margin-bottom: 38px;
}
.tlir-heading {
	max-width:1300px;
	margin:0 auto;
	text-align:center;
	padding:80px 20px;
}



@media screen and (max-width:767px) {  
	.tlir-heading {
		text-align:left;
		padding:30px 30px 0px 30px;
	}  
}



.image-text-container__text h5{
	position: relative;
}
.image-text-container__text h5::before{
	content: "";
	background-color: #d8d2d2;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -14px;
}

.image-text-container__text h4{
	margin-bottom: 50px;
}

{# ****** FORM STYLES  ******#}


.styled-form-popup{
	background-color: #fbfafa;
	width: 80%;	
}

@media (max-width: 576px) { 
	.styled-form-popup{
		width: 95%;	
		padding: 25px !important;
	}
}

{# ******  Setup of the divider  ******#}
.styled-form-text__divider {
	background-color: #666D72;
	height: 2px;
	margin: 0 auto;
	width: 100%;
}

/* Setup of the container */
.styled-form-wrapper{
	background-color: #FBFAFA;
	box-shadow: 9px 9px 20px #8D979F;
}

.styled-form-container {
	background-color: #FBFAFA;	
	margin: 0 auto;	
	padding: 25px 11px 85px;
	max-width: 732px;	
}

/* Setup of the text  */
.styled-form-text-container {
	display: grid;
	padding-top: 56px;
	padding-bottom: 40px;
	place-content: center;
	place-items: center;
	text-align: center;
}

.styled-form__form input::placeholder,
.styled-form__form textarea::placeholder{
	color: #8D979F;
	font-weight: 400;
}

.styled-form-text__title {
	margin-bottom: 20px;
}
.styled-form-text__subtitle {
	margin-bottom: 10px;
	margin-top: 20px;
}

{# ****** Setup of the form  ******#}

.styled-form__form {	
	width: 100%;
}

.styled-form__form form textarea {
	height: 189px;
	color: #8D979F;
	font-weight: 400;
	background-color: #fbfafa;
}

.styled-form__form form .hs-form-checkbox-display input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid grey;
	border-radius: 0px;
	accent-color: #8B0409;
	margin-bottom: 4px;
	position: relative;
}

.styled-form__form input[type="checkbox"]::after {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1024px-White_check.svg.png);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	background-color: #8B0409;
	width: 100%;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.styled-form__form input[type="checkbox"]:checked::after {
	opacity: 1;
}

.styled-form__form form input[type="submit"]:active {
	background-color: #d8d2d2;
	border: 1px solid #d8d2d2;
	opacity: 1;
}

.styled-form__form form input[type="submit"] {
	padding: 15px 32px;
	box-shadow: 3px 3px 9px #8D979F;
}

.styled-form__form form .input input {
	color: #8D979F;
	font-weight: 400;
	background-color: #fbfafa;
}

.styled-form__form form .hs-form-checkbox-display span {
	color: #0E3057;
	font-size: 14px;
	font-weight: bold;
}

.styled-form__form form .hs-form-checkbox {
	padding-left: 8px;
}

@media(max-width: 767px) {
	.image-text-container__image {
		width: 100% !important;
	}
	.image-text-container__text {
		width: 100% !important;
	}
	.image-text-container__wrapper {
		padding: 0;
	}
}