.diy-landing-text-image-block h1 {
	text-align: center;
    margin: 0;
	margin-bottom: 30px;
	max-width: 100%;
	word-break: break-word;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #000;
}

.diy-landing-text-image-block p {
	font-family: Montserrat;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	color: #000;
}

.diy-landing-text-image-block img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.diy-landing-text-image-block h1 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.diy-landing-text-image-block h1 {
        font-size: 36px;
    }
}