/* Whatsapp page styles */
h1 {
	font-size: 5rem;
}
h4 {
	margin-top: 2rem;
}
.link-box {
	padding: 1rem;
	border-radius: 0;
}
.link-box .button-wrapper {
	margin-top: 1rem;
}
.link-box p img {
    max-height: 1rem;
    width: auto;
    margin-right: .2rem;
}
.page-template-page_half-image .inner-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
}
@media(max-width: 1200px) {
	h1{
		line-height: 1em;
	}
}