/* image with text */

@media (min-width: 1024px) {
    .image-with-text-module {
        padding-top: 0 !important;
    }
	.image-with-text-module>.container.fixed-image>.row>div.image-with-text-module__rightimage {
		position:sticky;	
		height: 100%;
		background:#f00;
		top:180px;
	}
}
    .image-with-text-module {
        padding-top: 0 !important;
    }
@media (max-width: 1024px) {
    .image-with-text-module.white-bkg .row {
        margin-left: 0;
		margin-right: 0;
    }
	.image-with-text-module>.container>.row>div.text-content {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.image-with-text-module.green-bkg>.container>.row>div.image-with-text-module__rightimage {
		margin-bottom:30px !important;	
	}
	.image-with-text-module.green-bkg .image-with-text-module__title {
		margin-top: 0px !important;
	}
	.image-with-text-module>.container>.row>div.text-content,
	.image-with-text-module>.container>.row>div.image-with-text-module__rightimage {
		max-width:100% !important;	
		width:100% !important;	
	}
	.image-with-text-module>.container {
		padding:0 10px !important;	
	}
}

.image-with-text-module a.btn--blue {
    background-color: #1F1950 !important;
    padding: 14px 20px;
	border-radius: 0;
}
.image-with-text-module  a.btn--white-border {
    background-color: #fff !important;
    padding: 14px 20px;
    color: #000 !important;
    border: 2px solid #ececec !important;
}
.image-with-text-module .image-with-text-module__rightimage img{
    max-width: 100%;
}
.image-with-text-module.green-bkg .row {
    background-color: #ebefdd;
    padding: 40px;
}
.image-with-text-module .image-with-text-module__title {
	margin-bottom:30px;
}
.image-with-text-module .image-with-text-module__buttons {
	margin:0;	
}
.image-with-text-module .image-with-text-module__buttons a {
	transition:0.2s all ease-in-out !important;	
	margin-top:20px;
	margin-bottom:0;
}
.image-with-text-module .image-with-text-module__buttons a:hover {
	background:#000 !important;
	color:#fff !important;
	text-decoration:none;
}
.image-with-text-module a.btn--white-border:hover {
	border:#000 solid 2px !important;
}
.image-with-text-module>.container>.row>div.text-content {
	max-width:calc(50% - 20px);
	margin-right:40px;
	width:100%;
}
.image-with-text-module>.container>.row>div.image-with-text-module__rightimage {
	max-width:calc(50% - 20px);	
	margin-top:20px;
}
.image-with-text-module>.container>.row>div.image-with-text-module__rightimage img {
	width:100%;	
}
.image-with-text-module>.container.flip-content>.row {
	flex-direction: row-reverse;
}
.image-with-text-module>.container.flip-content>.row>div.text-content {
	margin-left:40px;
	margin-right:0px;
}
.image-with-text-module.green-bkg .image-with-text-module__title {
	margin-top:-20px;	
}
.image-with-text-module.green-bkg>.container>.row>div.image-with-text-module__rightimage {
	margin-top:0px;
}
.image-with-text-module.green-bkg>.container.flip-content>.row {
	flex-direction: row-reverse;
}
.image-with-text-module.green-bkg>.container.flip-content>.row>div.text-content {
	margin-left:40px;
	margin-right:0px;
}

.image-with-text-module>.container {
	padding:0;	
}
.image-with-text-module>.container>.row {
	margin-right:0 !important;
	margin-left:0 !important;
	justify-content: space-between;
}
.image-with-text-module>.container {
	padding-top:20px;
	padding-bottom:20px;
}
.image-with-text-module hr {
    border-top: 1px solid #E5E5E5;
	margin:50px 0 20px;
}
@media (max-width: 480px) {
	.image-with-text-module .image-with-text-module__title {
		margin-bottom: 10px;
	}
}