.pol-hero {
	background-color: #05324E;
	padding-top: 100px;
	padding-bottom: 100px;
}

.pol-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.pol-hero__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 45%;
}

.pol-hero__heading {
	margin: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #FFFFFF;
}

.pol-hero__tagline {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #FFFFFF;
}

.pol-hero__description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.698);
}

.pol-hero__description p {
	margin: 0 0 16px 0;
}

.pol-hero__button {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: 8px;
	background-color: #0072FF;
	border-radius: 50px;
	padding: 4px 4px 4px 24px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.pol-hero__button:hover {
	background-color: #0061D9;
}

.pol-hero__button-text {
	margin: 0 24px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #FFFFFF;
}

.pol-hero__button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	color: #0072FF;
	flex-shrink: 0;
}

.pol-hero__image {
	width: 50%;
}

.pol-hero__image-img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}

@media (max-width: 1024px) {
	.pol-hero__inner {
		flex-direction: column;
		gap: 40px;
	}

	.pol-hero__content,
	.pol-hero__image {
		width: 100%;
	}

	.pol-hero__heading {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (max-width: 767px) {
	.pol-hero {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pol-hero__heading {
		font-size: 36px;
		line-height: 42px;
	}
}
