.section-text {
  padding: 60px 0;
}

.section-text .button {
  margin: 35px auto 0 auto;
}

.section-text ul {
  margin-top: 68px;
}

.section-text ul + h3 {
  margin-top: 67px;
}

.section-text ul + h3 strong {
  margin-bottom: 0;
}

.section-text ul + h3 br {
  display: none;
}

.text-with-image {
  padding: 44px 0;
}

.text-with-image .container {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: center;
}

.text-with-image.image-right .container {
  flex-direction: row-reverse;
}

.text-with-image .image {
  width: 50%;
  height: 100%;
  align-self: flex-start;
}

.text-with-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-with-image .text {
  width: 50%;
  padding: 50px 30px 0 30px;
}

.text-with-image .text .inner {
  max-width: 405px;
  margin: 0 auto;
}

.text-with-image .text .button {
  margin: 100px auto 0 auto;
}

.section-image.full .container {
  width: 100%;
  padding: 0;
}

.section-image img {
  display: block;
}

.section-image.full img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 992px ) {
  .section-text {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px ) {
	.section-text {
		padding: 50px 0;
	}

  .text-with-image.image-right .container {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .text-with-image .image {
    width: 100%;
  }

  .text-with-image .text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-with-image .text .inner {
    max-width: 100%;
  }

  .text-with-image .text .button {
    margin-top: 50px;
  }

	.section-text p + ul {
		margin-top: -1em;
	}
}