.hero {
    padding-top: 160px;
    padding-bottom: 204px;
}

.hero-inner {
    display: flex;
    justify-content: space-between;
}

.hero-layout-page .hero-inner{
    flex-direction: column;
    gap: 80px;
    padding:0;
}


.hero-layout-page .hero-col{
    flex-wrap: wrap;
    align-items: end;
    width: 100%;
    padding:0 40px;
}

.hero-layout-page .hero-breadcrumbs{
    flex: 0 1 100%;
}

.hero-layout-page .hero-content{
    flex: 0 1 70%;
    max-width: 1000px;
}

.hero-layout-page .hero-links{
    justify-content: end;
    flex: 0 1 30%;
}
.hero-layout-page .hero-introduction {
    width: 85%;
}
.hero-col {
    display: flex;
    justify-content: space-between;
}

.hero-layout-service .hero-col:first-of-type {
    flex-direction: column;
    width: 50%;
}

.hero-layout-service  .hero-col:last-of-type {
    width: 40%;
}


.hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
}

.hero-links {
    display:flex;
    align-items:center;
    gap: 40px;
}


.hero-image  {
    position: relative;
    width: 100%;
    height: 650px;
}

.hero-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {
	.hero {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.hero-layout-page .hero-inner {
		gap: 40px;
	}
	.hero-layout-page .hero-content {
		flex: 0 1 100%;
		max-width: 100%;
	}
	.hero-content {
		gap: 24px;
		padding-top: 20px;
	}

	.hero-layout-page .hero-col {
		flex-wrap: wrap;
		align-items: end;
		padding: 0 20px;
	}
	.hero-layout-page .hero-links {
		justify-content: start;
		flex: 0 1 100%;
	}
	.hero-layout-page .hero-introduction {
		width: 100%;
	}
	.hero-col {
		display: flex;
		justify-content: space-between;
	}

	.hero-layout-service .hero-col:first-of-type {
		flex-direction: column;
		width: 100%;
	}

	.hero-layout-service .hero-col:last-of-type {
		width: 100%;
	}

	.hero-content {
		gap: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.hero-links {
		gap: 20px;
	}

	.hero-image {
		height: 450px;
	}
	.hero-image img{
        border-radius: 16px;
    }
}
