.horizontal-scroll-blocks-with-image{
	padding-top: 150px;
	padding-bottom: 10vh;
}

:root {
    --color1: #E43246;
    --color2: #CC3366;
    --color3: #B6347C;
    --angle: 120deg;
}

.horizontal-scroll-blocks-with-image .top-section{
	display: flex;
	flex-direction: row;
	max-width: 1400px;
	margin: 0 auto;
	height: fit-content;
	justify-content: space-between;
	position: relative;
	padding-bottom: 100px;
}

.main-description{
	max-width: 730px;
	color: var(--e-global-color-d136418);
    font-family: "Alliance", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
}

.main-title{
	color: transparent;
    font-family: "Alliance", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
	margin-top: 0;
	background: linear-gradient(var(--angle), var(--color1) 20.69%, var(--color2) 50.19%, var(--color3) 79.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
	padding-left: 70px !important;
}

.blocks-container {
	max-width: 1400px;
	margin: 0 auto;
}

.blocks-container .inner {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	gap: 100px;
	width: fit-content;
	position: relative;
	padding-right:520px;
}

.content-wrapper h3{
	color: var(--e-global-color-9019c1d);
    font-family: "Alliance", Sans-serif;
    font-size: 54px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
	background: linear-gradient(var(--angle), var(--color1) 20.69%, var(--color2) 50.19%, var(--color3) 79.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

.block{
	display: flex;
	flex-direction: row;
	height: 75vh;
	background-color: var(--e-global-color-primary);
	position: relative;
}

.block a{
	font-family: "Alliance", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    fill: var(--e-global-color-d136418);
    color: var(--e-global-color-d136418);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--e-global-color-d136418);
    border-radius: 0px 0px 0px 0px;
    padding: 14px 8px 12px 8px;
	width: fit-content;
	background: rgba(255, 255, 255, 0);
	transition: 0.3s ease-out;
}

.block a:hover{
	color: #211A3F;
	background: white;
}

.block .img-wrapper{
	width: 670px;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
	height: 100%;
}

.block .img-wrapper img{
	height: 100%;
	object-fit: cover;
}


.block .content-wrapper{
	width: 726px;
	padding: 50px;
	display: flex;
	flex-direction: column;
}

.block-description{
	margin-top: auto;
	color: var(--e-global-color-d136418);
    font-family: "Alliance", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
}

.line-element-wrapper{
	height: calc( 100% );
}

.gradient-line{
	height: 100%;
	display: block;
	background: linear-gradient(var(--angle), var(--color1) 20.69%, var(--color2) 50.19%, var(--color3) 79.69%);
	width: 1px;
	margin-top:10px;
}

