.hero__blog, .article, .conclusion, .contact-us{
	will-change: transform;
}

.hero__blog-wrapper{
	border-radius: 0px 0px 15px 15px;
	background: #1D1D1B;
	padding-bottom: 40px;
}
.hero__blog-image{
	display: block;
	width: 100%;	
}

.hero__blog-info{
	margin-top: 30px;
}

.hero__blog-info__header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

.hero__blog-direction{
	display: flex;
	padding: 0px 5px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #030106;
	font-family: Gotham;
	font-size: 17px;
	font-style: italic;
	font-weight: 1000;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 5px;
	background: var(--Yellow, #F9B100);
}

.hero__blog-date{
	color: #C4C4C4;
	font-family: Gotham;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1px;
}

.hero__blog-title{
	color: #FFF;
	font-family: Gotham;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

.hero__blog-footer{
	display: flex;
	align-items: center;
}

.hero__blog-author{
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.hero__blog-name{
	color: #C4C4C4;
	font-family: Gotham;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1px;
	margin-left: 5px;
}

.hero__blog-time{
	display: flex;
	height: 18px;
	padding: 3px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 85px;
	border: 0.708px solid #C4C4C4;
	color: #C4C4C4;
	font-family: Gotham;
	font-size: 9.208px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.708px;
	text-transform: uppercase;
}

.article{
	padding-top: 40px;
	background-color: #FFF;
	padding-bottom: 80px;
}

.article__introduction{
	margin-bottom: 40px;
	color: var(--Black, #010101);
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
}

.article__title{
	color: #030106;
	font-family: "Kica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.article__description{
	margin-bottom: 40px;
}

.article__list{
	margin-bottom: 40px;
}

.article__list-title{
	color: #030106;
	/* H4 */
	font-family: Gotham;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.article__list-subtitle{
	margin: 15px 0;
}

.article__list li{
	list-style: inside;
	color: var(--Black, #010101);
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.article__list-text{
	color: var(--Black, #010101);
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	padding-left: 22px;
	margin-bottom: 10px;
}

.article__list-text:last-child{
	margin-bottom: 0;
}

.article__image{
	margin-bottom: 40px;
}
.examples__card-img{
	display: block;
	width: 100%;
}
.examples__cards{
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 400px));
	gap: 30px;
}

.examples__card{
	padding: 30px;
	border-radius: 20px;
	background: linear-gradient(0deg, #F0F1F6 0%, #F0F1F6 100%), #F0F0F0;
	margin-bottom: 10px;
}

.examples__card:last-child{
	margin-bottom: 0;
}

.examples__card-number{
	color: #000;
	font-family: "Kica";
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.examples__card-title{
	margin-top: 15px;
	margin-bottom: 20px;
	color: var(--Black, #1D1D1B);
	font-family: Gotham;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1px;
}

.examples__card-description{
	color: var(--Black, #1D1D1B);
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.examples__card-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
	gap: 12px;
	border-radius: 40px;
	background: var(--Black, #1D1D1B);
	width: 100%;
	max-width: 125px;
}


.examples__card-btn p{
	display: block;
	color: var(--White, #FFF);
	font-family: "Kica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.conclusion__wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 0px 0px 15px 15px;
	background: var(--Black, #1D1D1B);
}

.conclusion__title{
	color: var(--White, #FFF);
	text-align: center;
	font-family: "Kica";
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.conclusion__subtitle{
	color: var(--White, #FFF);
	font-family: Gotham;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	width: 100%;
	padding: 0 48px;
}

.conclusion__image{
	margin-top: -10px;
	position: relative;
	z-index: -1;
	width: 100%;
}

.conclusion__subtitle:last-child{
	margin-bottom: 0;
}


@media screen and (max-width: 425px) {
	.conclusion__title{
		font-size: 25px;
	}

	.conclusion__subtitle{
		font-size: 12px;
	}
}
@media screen and (min-width: 1440px) {
	.hero__blog-image, .conclusion__image{
		display: block;
		max-width: 1000px;
		margin: 0 auto;
	}
	
}

