.text-content {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.text-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 37%;
    background-image: url(../../assets/images/features-bg-1-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 544px;
    z-index: -1;
    pointer-events: none;
}

.text-content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../assets/images/features-bg-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 608px;
    height: 791px;
    z-index: -1;
    pointer-events: none;
}

.text-content .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#cmplz-document,
.text-content .block-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px!important;
}

#cmplz-document li,
#cmplz-document p{
	font-size: 20px!important;
}

#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-document h6,
.text-content .block-title h1,
.text-content .block-title h2,
.text-content .block-title h3,
.text-content .block-title h4,
.text-content .block-title h5,
.text-content .block-title h6 {
    color: #224254;
}

.text-content #cmplz-manage-consent-container .cmplz-description>span{
	color:#000!important
}

.text-content a,
.text-content #cmplz-document a{
	color: #5184B5;
}

@media (max-width:1366px) {
	#cmplz-document li,
	#cmplz-document p,
	#cmplz-document,
    .text-content .block-title {
        font-size: 18px!important;
    }
}

@media (max-width:1199px) {

    .text-content {
        padding: 64px 0;
    }

	#cmplz-document li,
	#cmplz-document p,
	#cmplz-document,
    .text-content .block-title {
        gap: 8px;
        font-size: 16px!important;
    }
}

@media (max-width:991px) {
    .text-content::before {
        content: none;
        display: none;
    }
}

@media (max-width:679px) {
    .text-content::after {
        aspect-ratio: 608 / 791;
        width: 100%;
        height: 100%;
    }
}