.blog {
	padding-top: 5%;
	padding-bottom: 5%;
}

.blog .heading {
	font-weight: 400;
	font-size: 48px;
	line-height: 1.125;
	letter-spacing: -0.0104em;
	color: var(--color-petrol);
	padding-right: 2%;
}

.blog a {
	color: inherit;
}

.blog a:hover {
	color: inherit;
}

.blog .header {
	font-weight: 400;
	font-size: var(--16px);
	line-height: 1.5;
	color: var(--color-petrol-50);
}

.blog .description {
	font-weight: 400;
	font-size: var(--16px);
	line-height: 1.5;
	color: #33636b;
}

.blog .hero-banner {
	display: flex;
	justify-content: center;
	background: linear-gradient(var(--color-grey-light) 50%, var(--color-white) 50%);
}

.blog .hero-banner img {
	object-fit: cover;
	max-height: 600px;
}

.blog .full-width img {
	width: 100%;
}

.blog .centered img {
	width: 80%;
}

.blog .content-area {
	padding-top: 5%;
	padding-right: 5%;
}

.blog .content-area p {
	font-weight: 400;
	font-size: var(--20px);
	line-height: 1.6;
	color: #33636b;
}

.blog .content-area .author-col {
	padding-left: 10.5%;
}

.blog .content-area .avatar {
	width: 36px;
}

.blog .content-area .author-name {
	font-weight: 400;
	font-size: var(--16px);
	line-height: 1.5;
	color: var(--color-petrol);
}

.blog .content-area .author-desc {
	font-weight: 400;
	font-size: var(--16px);
	line-height: 1.5;
	color: var(--color-petrol-70);
}

.blog .content-area .social-m-link {
	height: 17px;
}

.blog .content-area .sub-text-block {
	padding-top: 2%;
}

.blog .content-area .sub-text-block hr {
	color: var(--color-petrol-30);
	border: 2px solid var(--color-petrol-30);
	opacity: 1;
	margin-top: 4%;
	margin-bottom: 4%;
}

.blog .content-area .sub-text-block h5 {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.25;
	color: var(--color-petrol);
}

.blog .content-area .sub-text-block p {
	font-weight: 400;
	font-size: var(--20px);
	line-height: 1.6;
	color: #33636b;
}

.blog .content-area .image-block img {
	width: 50%;
	padding-right: 2%;
}



.thumbnail {
	width: 250px !important;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.pagination__button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 10px;
	font-size: var(--16px);
	color: #003c46;
	transition: all 0.2s ease;
}

.pagination__button a {
	color: #003c46;
}

.pagination__button:hover {
	color: #003c46;
}

.pagination__button--first {
	margin-right: 10px;
}

.pagination__button--last {
	margin-left: 10px;
}

.pagination__text {
	margin: 0 20px;
	font-size: var(--16px);
	color: #003c46;
}

.thumbnail-blog {
	width: 100% !important;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.thumbnail-overlay {
	padding: 65px;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}


.blog-cta a {
	color: #003c46;
}