.text-block {padding: 60px 0;}
.text-block > .container {gap: 60px;}
.text-block .row.gap {row-gap: 30px;}
.text-block .row .col-12 {row-gap: 30px;}
.text-block .row .col-12:after {height: 3px; content: ''; width: 70px; background-color: var(--two); border-radius: 2px; display: block; margin-top: 20px;}
.text-block .row .col-12.hide-ornament:after {display: none;}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {font-size: 40px; line-height: 1.1; font-weight: 700; margin: 0; padding: 0; text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);}
.text-block p {margin: 0; padding: 0; color: var(--four-light);}
.text-block .button {display: flex; width: fit-content; padding: 15px 40px; background-color: transparent; color: var(--three); border-radius: 5px; border: solid 1px var(--three);}
.text-block .button:hover {border: solid 1px var(--two); color: var(--two); background-color: transparent;}
.text-block img {display: block; width: 100%; height: auto;}
.text-block .small {font-size: 1.5rem;}
.text-block .center {text-align: center;}

.text-block .centered-buttons {display: flex; gap: 30px; flex-wrap: wrap; justify-content: center;}
.text-block .centered-buttons li:first-child .button {display: flex; padding: 15px 40px; background-color: var(--two); color: var(--one); border-radius: 5px; border: solid 1px var(--two); justify-content: center; text-align: center;}
.text-block .centered-buttons li:first-child .button:hover {background-color: var(--two-dark); border: solid 1px var(--two-dark); opacity: 1;}
.text-block .centered-buttons li:last-child .button {display: flex; padding: 15px 40px; background-color: transparent; color: var(--two); border-radius: 5px; border: solid 1px var(--two); justify-content: center; text-align: center}
.text-block .centered-buttons li:last-child .button:hover {border: solid 1px var(--two-dark); color: var(--two-dark); background-color: transparent;}

@media (max-width: 1399.98px) {
	.text-block {padding: 30px;}
}

@media (max-width: 1199.98px) {
	.text-block h1,
	.text-block h2,
	.text-block h3,
	.text-block h4,
	.text-block h5,
	.text-block h6 {font-size: 36px;
}

@media (max-width: 991.98px) {
	.text-block h1,
	.text-block h2,
	.text-block h3,
	.text-block h4,
	.text-block h5,
	.text-block h6 {font-size: 28px;
}

@media (max-width: 767.98px) {
	.text-block h1,
	.text-block h2,
	.text-block h3,
	.text-block h4,
	.text-block h5,
	.text-block h6 {font-size: 24px;
}

@media (max-width: 575.98px) {
	.text-block h1,
	.text-block h2,
	.text-block h3,
	.text-block h4,
	.text-block h5,
	.text-block h6 {font-size: 20px;
}