.headline_with_textimage_section {
	background: #ffffff;
}

.section-header-textimage{
	    display: flex;
    align-items: start;
    justify-content: space-between;
    color: var(--dark-blue);
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    overflow: hidden;
}

.section-textimage-left{
	max-width: 72.6%;
    width: 72.6%;
    padding-left: 15px;
    padding-right: 15px;
}
.section-header-textimage {
	padding-bottom: 80px;
}

.wrapper-textimage {
display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.wrapper-textimage.flex-reverse-column {
    flex-direction: row-reverse;
}
.col-textimage-left , .col-textimage-right{
	    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}
.content-left-textimage{
	position: relative;
    padding-left: 30px;
    overflow: visible;

}

.content-left-textimage .line-animate {
    width: 1px;
    height: 0%;
    background: var(--light-blue);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    display: block;
    transition: height 0.9s cubic-bezier(0.165,0.84,0.44,1) 0.3s;
}
.content-left-textimage.aos-animate .line-animate {
    height: 100%;
}

.content-left-textimage .line-animate::before,
.content-left-textimage .line-animate::after {
    content: "";
    position: absolute;
    left: -2px;
    width: 6px;
    height: 1px;
    background: var(--light-blue);
}

.content-left-textimage .line-animate::before {
    top: 0;
}

.content-left-textimage .line-animate::after {
    bottom: 0;
}

.textimage-content ul {
	font-family: "Funnel Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    list-style: none;
    padding: 0px;
    margin: 0px;
        margin-bottom: 18px;
}

.textimage-content ul li:not(:last-child), .textimage-content ol li:not(:last-child) {
    margin-bottom: 13px;
}
.textimage-content ul li {
    position: relative;
    padding-left: 29px;
    margin-top: 0px !important;
}
.textimage-content ul li {
	    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 15px;
    position: relative;
    list-style-type: none;
    color: var(--dark-blue);
}

.textimage-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--mid-blue);
    position: absolute;
    left: 0px;
    top: 11px;
    margin-left: 9px;
    border-radius: 50%;
}

.col-textimage-right .img-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.col-textimage-right .img-wrapper {
    position: relative;
    padding-bottom: 58%;
    overflow: hidden;
}




@media (max-width: 991px) {
    .col-textimage-right .img-wrapper img {
        height: 350px;
        object-fit: cover;
        object-position: top;
    }
    .col-textimage-right .img-wrapper img {
        position: relative;
    }
    .col-textimage-right .img-wrapper {
        padding-bottom: 0;
    }
    .wrapper-textimage .btn {
        width: 100% !important;
    }
	.col-textimage-left, .col-textimage-right {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.col-textimage-left {
		padding-top: 30px;
	}
	.textimage-content ul li{
		font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
	}
	.section-header-textimage {
	    padding-bottom: 40px;
	}
	.content-left-textimage {
		padding-left: 16px;
	}
	.section-textimage-left {
		max-width: 100%;
		width: 100%;
	}
	.wrapper-textimage.flex-reverse-column , .wrapper-textimage{
	    flex-direction: column-reverse;
	}
}

@media (max-width: 550px) {
    .col-textimage-right .img-wrapper img {
        height: auto;
        object-fit: cover;
        object-position: top;
    }
    .textimage-logo-background {
        min-height: 200px;
    }
}