.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper .iat-container {
    padding-left: 50px;
    padding-right: 50px;
}
.wrapper .iat-container.variation2 {
    padding: 50px; margin-top: 30px
}

.green-container {
    background-color: #00907f;
}
.single-post .wrapper {
    position: relative;
}
.iat-container.variation2 .iat-image {
    padding: 0;
    border: none;
}
.iat-content {
    width: 47.5%;
    margin-right: 5%;
}
.iat-image {
    width: 39%;
    padding-left: 4px;
    border-left: 6px solid #d23b32;
    margin-right: 13.5%;
    line-height: .7;
}
.right-image {
    display: none;
}
.iat-container.variation2 .right-image {
    padding: 0;
    border: none;
    margin: 0 0 0 10.5%;
}
.iat-container.variation2 .iat-image {
    padding: 0;
    border: none;
}
.iat-container.variation2 .iat-content h4 {
    padding: 0 0 0 24px;
    border-right: 0;
    border-left: 6px solid #d23b32;
	font-weight: bold;
    line-height: normal;
	margin-bottom: 30px;
}
.iat-container.variation2 h4, .iat-container.variation2 p {
    color: #fff;
}
.image-along-text-btn-grp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.image-along-text-btn-grp a.button {
    font-size: 16px;
    line-height: 20px;
    height: auto !important;
}
.iat-container.variation2 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
a.button.new-style-btn, a.button:visited.new-style-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 38px 12px 16px;
    background-size: 7px;
    height: 49px;
}
a.button.white-btn:after, a.button:visited.white-btn:after {
    background-image: url(../img/white-btn-bg.png);
}
a.button:after, a.button:visited:after {
    content: "";
    background-image: url(../img/button-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 11px;
    height: 46px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.invite-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #231f20;
    margin-bottom: 20px;
    text-align: left;
}
.red-text {
    color: #f44336 !important;
}
.invite-text a {
    color: #00907f !important;
    border-bottom: 1px solid #00907f !important;
}

.image-along-text-btn-grp .button {
	position: relative ;
	border: 2px solid #fff !important;
	width: 170px;
    padding: 15px 15px !important;
    text-align: center;
}
.image-along-text-btn-grp .button:after {
	display: none
}
.glide-block .iat-image img {
	height: auto
}

@media(max-width: 767px) {
	.valign-wrapper {
		flex-wrap:wrap;	
		row-gap: 25px
	}
	.wrapper .iat-container.variation2 {
		padding: 25px;
	}
	.iat-content ,
	.iat-container.variation2 .iat-image {
		width: 100%;
        max-width: 100%;
	}
	.image-along-text-btn-grp .button {
		padding: 10px 15px !important;
	}
}